<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: What is the deal with application.parameters?</title>
	<atom:link href="http://blog.arnomanders.nl/index.php/archives/what-is-the-deal-with-application-parameters/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.arnomanders.nl/index.php/archives/what-is-the-deal-with-application-parameters/</link>
	<description>Flex, Flash, AIR and everything that is brand new</description>
	<lastBuildDate>Thu, 26 Jan 2012 19:11:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: mloncaric</title>
		<link>http://blog.arnomanders.nl/index.php/archives/what-is-the-deal-with-application-parameters/comment-page-1/#comment-22362</link>
		<dc:creator>mloncaric</dc:creator>
		<pubDate>Wed, 16 Sep 2009 17:32:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.arnomanders.nl/?p=269#comment-22362</guid>
		<description>ComboBox#selectedItem is also Bindable so thats why :)
Sorry for being so late..</description>
		<content:encoded><![CDATA[<p>ComboBox#selectedItem is also Bindable so thats why :)<br />
Sorry for being so late..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ZjÃ©raar</title>
		<link>http://blog.arnomanders.nl/index.php/archives/what-is-the-deal-with-application-parameters/comment-page-1/#comment-21780</link>
		<dc:creator>ZjÃ©raar</dc:creator>
		<pubDate>Mon, 24 Aug 2009 20:15:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.arnomanders.nl/?p=269#comment-21780</guid>
		<description>Sheesh, Arno, didn&#039;t you know that? It&#039;s, like, beginners stuff. ;)</description>
		<content:encoded><![CDATA[<p>Sheesh, Arno, didn&#8217;t you know that? It&#8217;s, like, beginners stuff. ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arno Manders</title>
		<link>http://blog.arnomanders.nl/index.php/archives/what-is-the-deal-with-application-parameters/comment-page-1/#comment-21512</link>
		<dc:creator>Arno Manders</dc:creator>
		<pubDate>Tue, 11 Aug 2009 19:08:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.arnomanders.nl/?p=269#comment-21512</guid>
		<description>@mloncaric: wow amazing that this is really working. I have to admit that I thought your solution was ridiculous. But then I realized it could work but that also means that the userId argument is set on application start and is not a reference to the variable.

what is very strange because in the same method I have the selectedItem of a comboBox as argument and that is working correct. Why is that working correct?</description>
		<content:encoded><![CDATA[<p>@mloncaric: wow amazing that this is really working. I have to admit that I thought your solution was ridiculous. But then I realized it could work but that also means that the userId argument is set on application start and is not a reference to the variable.</p>
<p>what is very strange because in the same method I have the selectedItem of a comboBox as argument and that is working correct. Why is that working correct?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arno Manders</title>
		<link>http://blog.arnomanders.nl/index.php/archives/what-is-the-deal-with-application-parameters/comment-page-1/#comment-21506</link>
		<dc:creator>Arno Manders</dc:creator>
		<pubDate>Tue, 11 Aug 2009 14:50:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.arnomanders.nl/?p=269#comment-21506</guid>
		<description>@Pete: well in my example i&#039;m not doing that because it doesn&#039;t care but in my code I&#039;m doing it: this.userId = int(Application.application.parameters.userId);.</description>
		<content:encoded><![CDATA[<p>@Pete: well in my example i&#8217;m not doing that because it doesn&#8217;t care but in my code I&#8217;m doing it: this.userId = int(Application.application.parameters.userId);.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mloncaric</title>
		<link>http://blog.arnomanders.nl/index.php/archives/what-is-the-deal-with-application-parameters/comment-page-1/#comment-21505</link>
		<dc:creator>mloncaric</dc:creator>
		<pubDate>Tue, 11 Aug 2009 14:37:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.arnomanders.nl/?p=269#comment-21505</guid>
		<description>Did you declare userId variable as Bindable?</description>
		<content:encoded><![CDATA[<p>Did you declare userId variable as Bindable?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://blog.arnomanders.nl/index.php/archives/what-is-the-deal-with-application-parameters/comment-page-1/#comment-21503</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Tue, 11 Aug 2009 12:24:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.arnomanders.nl/?p=269#comment-21503</guid>
		<description>I&#039;m not familiar with amfphp, but as you&#039;re setting userId from parameters try casting it as an &lt;em&gt;int&lt;/em&gt; there and then, as all flashvars are stored in the parameters obejct as &lt;em&gt;String&lt;/em&gt;.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not familiar with amfphp, but as you&#8217;re setting userId from parameters try casting it as an <em>int</em> there and then, as all flashvars are stored in the parameters obejct as <em>String</em>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arno Manders</title>
		<link>http://blog.arnomanders.nl/index.php/archives/what-is-the-deal-with-application-parameters/comment-page-1/#comment-21499</link>
		<dc:creator>Arno Manders</dc:creator>
		<pubDate>Tue, 11 Aug 2009 10:14:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.arnomanders.nl/?p=269#comment-21499</guid>
		<description>I keep the same problem. Inside the application everything is going well but when I send it to php he sends nothing.</description>
		<content:encoded><![CDATA[<p>I keep the same problem. Inside the application everything is going well but when I send it to php he sends nothing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Chiverton</title>
		<link>http://blog.arnomanders.nl/index.php/archives/what-is-the-deal-with-application-parameters/comment-page-1/#comment-21498</link>
		<dc:creator>Tom Chiverton</dc:creator>
		<pubDate>Tue, 11 Aug 2009 10:01:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.arnomanders.nl/?p=269#comment-21498</guid>
		<description>What happens if you make the private variable a string, not an int ?</description>
		<content:encoded><![CDATA[<p>What happens if you make the private variable a string, not an int ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

