<?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: Passing FlashVars using Flex template html</title>
	<atom:link href="http://elromdesign.com/blog/2009/02/17/passing-flashvars-using-flex-template-html/feed/" rel="self" type="application/rss+xml" />
	<link>http://elromdesign.com/blog/2009/02/17/passing-flashvars-using-flex-template-html/</link>
	<description>Developing Flash Applications</description>
	<pubDate>Thu, 09 Sep 2010 13:54:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Elad Elrom</title>
		<link>http://elromdesign.com/blog/2009/02/17/passing-flashvars-using-flex-template-html/comment-page-1/#comment-17599</link>
		<dc:creator>Elad Elrom</dc:creator>
		<pubDate>Sun, 06 Jun 2010 01:05:38 +0000</pubDate>
		<guid isPermaLink="false">http://elromdesign.com/blog/?p=362#comment-17599</guid>
		<description>Zihao - you can replace the hard-coded params with middle tier language.</description>
		<content:encoded><![CDATA[<p>Zihao - you can replace the hard-coded params with middle tier language.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zihao</title>
		<link>http://elromdesign.com/blog/2009/02/17/passing-flashvars-using-flex-template-html/comment-page-1/#comment-17598</link>
		<dc:creator>zihao</dc:creator>
		<pubDate>Sat, 05 Jun 2010 23:50:14 +0000</pubDate>
		<guid isPermaLink="false">http://elromdesign.com/blog/?p=362#comment-17598</guid>
		<description>Hi Elad, do you mean that the params have to be hard-coded in the html template page? If so how do I pass params to the Flex application dynamically?</description>
		<content:encoded><![CDATA[<p>Hi Elad, do you mean that the params have to be hard-coded in the html template page? If so how do I pass params to the Flex application dynamically?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Catalin M</title>
		<link>http://elromdesign.com/blog/2009/02/17/passing-flashvars-using-flex-template-html/comment-page-1/#comment-17579</link>
		<dc:creator>Catalin M</dc:creator>
		<pubDate>Sat, 15 May 2010 08:50:07 +0000</pubDate>
		<guid isPermaLink="false">http://elromdesign.com/blog/?p=362#comment-17579</guid>
		<description>Thanks man! This saved me from a lot of headache!</description>
		<content:encoded><![CDATA[<p>Thanks man! This saved me from a lot of headache!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iamcoder</title>
		<link>http://elromdesign.com/blog/2009/02/17/passing-flashvars-using-flex-template-html/comment-page-1/#comment-17123</link>
		<dc:creator>iamcoder</dc:creator>
		<pubDate>Thu, 08 Oct 2009 06:08:22 +0000</pubDate>
		<guid isPermaLink="false">http://elromdesign.com/blog/?p=362#comment-17123</guid>
		<description>Hi, 

Nice post. Thanks for sharing such nice information. Keep it up with good post. 

Ravindra
http://www.rsdhariwal.com</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>Nice post. Thanks for sharing such nice information. Keep it up with good post. </p>
<p>Ravindra<br />
<a href="http://www.rsdhariwal.com" onclick="javascript:pageTracker._trackPageview('/http://www.rsdhariwal.com');" rel="nofollow">http://www.rsdhariwal.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elad.ny</title>
		<link>http://elromdesign.com/blog/2009/02/17/passing-flashvars-using-flex-template-html/comment-page-1/#comment-17046</link>
		<dc:creator>elad.ny</dc:creator>
		<pubDate>Wed, 19 Aug 2009 16:15:54 +0000</pubDate>
		<guid isPermaLink="false">http://elromdesign.com/blog/?p=362#comment-17046</guid>
		<description>In Robert, in case you are using Flex 4 than you need to change the syntax to: 
mx.core.Application.application.parameters.myName;

To: 
FlexGlobals.topLevelApplication.parameters.myName;</description>
		<content:encoded><![CDATA[<p>In Robert, in case you are using Flex 4 than you need to change the syntax to:<br />
mx.core.Application.application.parameters.myName;</p>
<p>To:<br />
FlexGlobals.topLevelApplication.parameters.myName;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://elromdesign.com/blog/2009/02/17/passing-flashvars-using-flex-template-html/comment-page-1/#comment-17040</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Mon, 17 Aug 2009 20:41:16 +0000</pubDate>
		<guid isPermaLink="false">http://elromdesign.com/blog/?p=362#comment-17040</guid>
		<description>Not working for me.  No matter what I do in my wrapper, Flex Builder simply doesn't know what the Application.application.parameters is.  Actually that's wrong.  It compiles.  But then when I place a watch on it in my creationComplete() method I always get:

Application.application.parameters = 	
	No such variable: Application	

All examples in the docs have that variable existing at that point.  Does it have to be set up later than creationComplete() or something?</description>
		<content:encoded><![CDATA[<p>Not working for me.  No matter what I do in my wrapper, Flex Builder simply doesn&#8217;t know what the Application.application.parameters is.  Actually that&#8217;s wrong.  It compiles.  But then when I place a watch on it in my creationComplete() method I always get:</p>
<p>Application.application.parameters =<br />
	No such variable: Application	</p>
<p>All examples in the docs have that variable existing at that point.  Does it have to be set up later than creationComplete() or something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wim Bervoets</title>
		<link>http://elromdesign.com/blog/2009/02/17/passing-flashvars-using-flex-template-html/comment-page-1/#comment-16965</link>
		<dc:creator>Wim Bervoets</dc:creator>
		<pubDate>Thu, 23 Jul 2009 13:49:01 +0000</pubDate>
		<guid isPermaLink="false">http://elromdesign.com/blog/?p=362#comment-16965</guid>
		<description>Thanks for your post. I had the same issue!</description>
		<content:encoded><![CDATA[<p>Thanks for your post. I had the same issue!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sidd</title>
		<link>http://elromdesign.com/blog/2009/02/17/passing-flashvars-using-flex-template-html/comment-page-1/#comment-16839</link>
		<dc:creator>sidd</dc:creator>
		<pubDate>Wed, 03 Jun 2009 05:59:07 +0000</pubDate>
		<guid isPermaLink="false">http://elromdesign.com/blog/?p=362#comment-16839</guid>
		<description>Thank you so much Elad,Your post really helped me</description>
		<content:encoded><![CDATA[<p>Thank you so much Elad,Your post really helped me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nash</title>
		<link>http://elromdesign.com/blog/2009/02/17/passing-flashvars-using-flex-template-html/comment-page-1/#comment-16836</link>
		<dc:creator>Nash</dc:creator>
		<pubDate>Mon, 01 Jun 2009 19:11:44 +0000</pubDate>
		<guid isPermaLink="false">http://elromdesign.com/blog/?p=362#comment-16836</guid>
		<description>few more ways to pass values to flex
http://yasob.blogspot.com/2009/05/accessing-http-request-parameter-in.html</description>
		<content:encoded><![CDATA[<p>few more ways to pass values to flex<br />
<a href="http://yasob.blogspot.com/2009/05/accessing-http-request-parameter-in.html" onclick="javascript:pageTracker._trackPageview('/http://yasob.blogspot.com/2009/05/accessing-http-request-parameter-in.html');" rel="nofollow">http://yasob.blogspot.com/2009/05/accessing-http-request-parameter-in.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elad.ny</title>
		<link>http://elromdesign.com/blog/2009/02/17/passing-flashvars-using-flex-template-html/comment-page-1/#comment-16780</link>
		<dc:creator>elad.ny</dc:creator>
		<pubDate>Sat, 09 May 2009 13:15:33 +0000</pubDate>
		<guid isPermaLink="false">http://elromdesign.com/blog/?p=362#comment-16780</guid>
		<description>Hi Malena, I am happy this post helped you.</description>
		<content:encoded><![CDATA[<p>Hi Malena, I am happy this post helped you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
