<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: DrupalService as a bridge between flash and drupal</title>
	<atom:link href="http://www.dpdk.nl/opensource/drupalservice-as-a-bridge-between-flash-and-drupal/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dpdk.nl/opensource/drupalservice-as-a-bridge-between-flash-and-drupal</link>
	<description>Opensource initiative by Dutch interactive agency dpdk.</description>
	<pubDate>Thu, 29 Jul 2010 11:16:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: DrupalProxy as a bridge between flash as3 and drupal via amf at dpdk Open Source</title>
		<link>http://www.dpdk.nl/opensource/drupalservice-as-a-bridge-between-flash-and-drupal#comment-149</link>
		<dc:creator>DrupalProxy as a bridge between flash as3 and drupal via amf at dpdk Open Source</dc:creator>
		<pubDate>Tue, 27 Jul 2010 10:21:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.dpdk.nl/opensource/?p=349#comment-149</guid>
		<description>[...] opensource actionscript 3 based drupal package out there at the moment, inluding our now obsolete DrupalService, so be sure to check it out from svn and start using it [...]</description>
		<content:encoded><![CDATA[<p>[...] opensource actionscript 3 based drupal package out there at the moment, inluding our now obsolete DrupalService, so be sure to check it out from svn and start using it [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dex</title>
		<link>http://www.dpdk.nl/opensource/drupalservice-as-a-bridge-between-flash-and-drupal#comment-118</link>
		<dc:creator>Dex</dc:creator>
		<pubDate>Mon, 24 May 2010 19:02:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.dpdk.nl/opensource/?p=349#comment-118</guid>
		<description>Hey dpdk!

I just downloaded you os package and added it to my project but I am getting a whole list of errors! Methods missing or methods that weren't properly refactored.. whats up with that?
Other than that keep up the good work!</description>
		<content:encoded><![CDATA[<p>Hey dpdk!</p>
<p>I just downloaded you os package and added it to my project but I am getting a whole list of errors! Methods missing or methods that weren&#8217;t properly refactored.. whats up with that?<br />
Other than that keep up the good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: titouille</title>
		<link>http://www.dpdk.nl/opensource/drupalservice-as-a-bridge-between-flash-and-drupal#comment-115</link>
		<dc:creator>titouille</dc:creator>
		<pubDate>Tue, 11 May 2010 10:27:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.dpdk.nl/opensource/?p=349#comment-115</guid>
		<description>Hi Rolf,

Is there any reason to not implement System.getVariable( ... ) method in your package ? security, no need for you ?

Thanks for this great package ;-)</description>
		<content:encoded><![CDATA[<p>Hi Rolf,</p>
<p>Is there any reason to not implement System.getVariable( &#8230; ) method in your package ? security, no need for you ?</p>
<p>Thanks for this great package <img src='http://www.dpdk.nl/opensource/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek</title>
		<link>http://www.dpdk.nl/opensource/drupalservice-as-a-bridge-between-flash-and-drupal#comment-106</link>
		<dc:creator>Derek</dc:creator>
		<pubDate>Wed, 03 Mar 2010 00:23:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.dpdk.nl/opensource/?p=349#comment-106</guid>
		<description>I am having a problem with your search on nodes.  Here is how I am calling it from flash...

			_drupal_service.addEventListener(DrupalEvent.ERROR_SEARCH_NODES,onSearchNodesError);
_drupal_service.addEventListener(DrupalEvent.SEARCH_NODES,onSearchNodes);

public function SearchTerm(search:String) {
 // do drupal search
 trace("I am searching for "+search);
 _drupal_service.searchNodes("golf");
}

I get the following error...

[1060] (debug) RemotingProxy for service: search onStatus() was called for a call to 'save' but no handler was created.

You service code: Is this where save is failing?

		public function searchNodes(keys : String, simple : String = "") : void {
			//does not use authentication keys
			if(security.useSession()) {
				searchService.save(getSessionId(), keys, simple);
			} else {
				searchService.save(keys, simple);
			}
		}</description>
		<content:encoded><![CDATA[<p>I am having a problem with your search on nodes.  Here is how I am calling it from flash&#8230;</p>
<p>			_drupal_service.addEventListener(DrupalEvent.ERROR_SEARCH_NODES,onSearchNodesError);<br />
_drupal_service.addEventListener(DrupalEvent.SEARCH_NODES,onSearchNodes);</p>
<p>public function SearchTerm(search:String) {<br />
 // do drupal search<br />
 trace(&#8221;I am searching for &#8220;+search);<br />
 _drupal_service.searchNodes(&#8221;golf&#8221;);<br />
}</p>
<p>I get the following error&#8230;</p>
<p>[1060] (debug) RemotingProxy for service: search onStatus() was called for a call to &#8217;save&#8217; but no handler was created.</p>
<p>You service code: Is this where save is failing?</p>
<p>		public function searchNodes(keys : String, simple : String = &#8220;&#8221;) : void {<br />
			//does not use authentication keys<br />
			if(security.useSession()) {<br />
				searchService.save(getSessionId(), keys, simple);<br />
			} else {<br />
				searchService.save(keys, simple);<br />
			}<br />
		}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lars</title>
		<link>http://www.dpdk.nl/opensource/drupalservice-as-a-bridge-between-flash-and-drupal#comment-105</link>
		<dc:creator>Lars</dc:creator>
		<pubDate>Thu, 25 Feb 2010 13:24:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.dpdk.nl/opensource/?p=349#comment-105</guid>
		<description>Hi Rolf,

Nice work!

The character encoding problem that Klikissy had is in the AMFPHP module..
http://blog.richardolsson.se/blog/2008/12/character-encoding-bug-in-amfphp-for-drupal

//L</description>
		<content:encoded><![CDATA[<p>Hi Rolf,</p>
<p>Nice work!</p>
<p>The character encoding problem that Klikissy had is in the AMFPHP module..<br />
<a href="http://blog.richardolsson.se/blog/2008/12/character-encoding-bug-in-amfphp-for-drupal" rel="nofollow">http://blog.richardolsson.se/blog/2008/12/character-encoding-bug-in-amfphp-for-drupal</a></p>
<p>//L</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mat</title>
		<link>http://www.dpdk.nl/opensource/drupalservice-as-a-bridge-between-flash-and-drupal#comment-103</link>
		<dc:creator>mat</dc:creator>
		<pubDate>Thu, 21 Jan 2010 18:37:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.dpdk.nl/opensource/?p=349#comment-103</guid>
		<description>Hi Rolf,

I'm refreshing this comments list in order to congratulate you and your crew about this wonderful AS3 class. You made a great work there &#38; I hope you will continue to work this kind of code for the community needs ; It's the way of openSource and It's the way of common sense.

Sorry for my rusted english, i'm french and everyone knows our english level! :o

Best regards</description>
		<content:encoded><![CDATA[<p>Hi Rolf,</p>
<p>I&#8217;m refreshing this comments list in order to congratulate you and your crew about this wonderful AS3 class. You made a great work there &amp; I hope you will continue to work this kind of code for the community needs ; It&#8217;s the way of openSource and It&#8217;s the way of common sense.</p>
<p>Sorry for my rusted english, i&#8217;m french and everyone knows our english level! <img src='http://www.dpdk.nl/opensource/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /><br />
Best regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rolf Vreijdenberger</title>
		<link>http://www.dpdk.nl/opensource/drupalservice-as-a-bridge-between-flash-and-drupal#comment-102</link>
		<dc:creator>Rolf Vreijdenberger</dc:creator>
		<pubDate>Thu, 31 Dec 2009 10:03:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.dpdk.nl/opensource/?p=349#comment-102</guid>
		<description>Hi Chris and Robin,
we'll take a look at it soon. thanks for letting us know. We're also in the process of staying on top of the changes that will be made to the services in drupal and future drupal versions. So we're figuring out where to go from here...
I'll keep you updated.
Have a good 2010!

@chris: we'll probably make a method on the service ala isLoggedin() to encapsulate the getUser().userid == "0" thinggie.</description>
		<content:encoded><![CDATA[<p>Hi Chris and Robin,<br />
we&#8217;ll take a look at it soon. thanks for letting us know. We&#8217;re also in the process of staying on top of the changes that will be made to the services in drupal and future drupal versions. So we&#8217;re figuring out where to go from here&#8230;<br />
I&#8217;ll keep you updated.<br />
Have a good 2010!</p>
<p>@chris: we&#8217;ll probably make a method on the service ala isLoggedin() to encapsulate the getUser().userid == &#8220;0&#8243; thinggie.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin van Emden</title>
		<link>http://www.dpdk.nl/opensource/drupalservice-as-a-bridge-between-flash-and-drupal#comment-100</link>
		<dc:creator>Robin van Emden</dc:creator>
		<pubDate>Tue, 29 Dec 2009 16:54:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.dpdk.nl/opensource/?p=349#comment-100</guid>
		<description>Hi Rolf,
Added Chris' line of code to my codebase, as it does come quite in the aforementioned 'logged in before connecting' scenario. Might there be a chance this will be added to the DPDK repo? 
Coding happily along making good use of your framework :D
Robin</description>
		<content:encoded><![CDATA[<p>Hi Rolf,<br />
Added Chris&#8217; line of code to my codebase, as it does come quite in the aforementioned &#8216;logged in before connecting&#8217; scenario. Might there be a chance this will be added to the DPDK repo?<br />
Coding happily along making good use of your framework <img src='http://www.dpdk.nl/opensource/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> Robin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DrupalService makes it easy to use Drupal as a data source for a Flash site &#171; Ramblings</title>
		<link>http://www.dpdk.nl/opensource/drupalservice-as-a-bridge-between-flash-and-drupal#comment-96</link>
		<dc:creator>DrupalService makes it easy to use Drupal as a data source for a Flash site &#171; Ramblings</dc:creator>
		<pubDate>Wed, 02 Dec 2009 09:46:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.dpdk.nl/opensource/?p=349#comment-96</guid>
		<description>[...] DrupalService as a bridge between flash and drupal at dpdk Open Source [...]</description>
		<content:encoded><![CDATA[<p>[...] DrupalService as a bridge between flash and drupal at dpdk Open Source [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Huston</title>
		<link>http://www.dpdk.nl/opensource/drupalservice-as-a-bridge-between-flash-and-drupal#comment-94</link>
		<dc:creator>Chris Huston</dc:creator>
		<pubDate>Tue, 01 Dec 2009 06:20:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.dpdk.nl/opensource/?p=349#comment-94</guid>
		<description>Rolf,

I love all of it more than chocolate. Great job, your work is inspiring.

One thing I found that helped me a tad was to add:

setUser(data.getResult().user); // on line 277 or so

Just to set the user object if we are already logged in before connecting.

Then you can check against system.getUser().userid == "0"


Thanks and keep kicking all kinds of ass.</description>
		<content:encoded><![CDATA[<p>Rolf,</p>
<p>I love all of it more than chocolate. Great job, your work is inspiring.</p>
<p>One thing I found that helped me a tad was to add:</p>
<p>setUser(data.getResult().user); // on line 277 or so</p>
<p>Just to set the user object if we are already logged in before connecting.</p>
<p>Then you can check against system.getUser().userid == &#8220;0&#8243;</p>
<p>Thanks and keep kicking all kinds of ass.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
