<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: Flash: FlashVars in AS3</title>
	<atom:link href="http://blog.six4rty.ch/tutorials/flash-flashvars-in-as3/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.six4rty.ch</link>
	<description>Code &#38; Technology Aficionado - Come for the Flash, stay for more!</description>
	<lastBuildDate>Tue, 07 Feb 2012 13:29:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.six4rty.ch/tutorials/flash-flashvars-in-as3/comment-page-2/#comment-109602</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 08 Nov 2011 07:48:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-flashvars-in-as3/#comment-109602</guid>
		<description>:sad:  :sad:  :sad:  :!:  :!:  :smile:  :oops:</description>
		<content:encoded><![CDATA[<p> <img src='http://blog.six4rty.ch/wp-includes/images/smilies/icon_sad.gif' alt=':sad:' class='wp-smiley' />   <img src='http://blog.six4rty.ch/wp-includes/images/smilies/icon_sad.gif' alt=':sad:' class='wp-smiley' />   <img src='http://blog.six4rty.ch/wp-includes/images/smilies/icon_sad.gif' alt=':sad:' class='wp-smiley' />   <img src='http://blog.six4rty.ch/wp-includes/images/smilies/icon_exclaim.gif' alt=':!:' class='wp-smiley' />   <img src='http://blog.six4rty.ch/wp-includes/images/smilies/icon_exclaim.gif' alt=':!:' class='wp-smiley' />   <img src='http://blog.six4rty.ch/wp-includes/images/smilies/icon_smile.gif' alt=':smile:' class='wp-smiley' />   <img src='http://blog.six4rty.ch/wp-includes/images/smilies/icon_redface.gif' alt=':oops:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nhut Nguyen</title>
		<link>http://blog.six4rty.ch/tutorials/flash-flashvars-in-as3/comment-page-2/#comment-104147</link>
		<dc:creator>Nhut Nguyen</dc:creator>
		<pubDate>Sun, 18 Sep 2011 08:42:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-flashvars-in-as3/#comment-104147</guid>
		<description>I have a file. swf download from a website. But it can attach some data from flashvar properties. so file. swf does not work. Can you help me ?</description>
		<content:encoded><![CDATA[<p>I have a file. swf download from a website. But it can attach some data from flashvar properties. so file. swf does not work. Can you help me ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jery Jorkinsen</title>
		<link>http://blog.six4rty.ch/tutorials/flash-flashvars-in-as3/comment-page-2/#comment-101653</link>
		<dc:creator>Jery Jorkinsen</dc:creator>
		<pubDate>Sun, 28 Aug 2011 18:32:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-flashvars-in-as3/#comment-101653</guid>
		<description>Go to http://www.flashbasics.com for more information on this topic.</description>
		<content:encoded><![CDATA[<p>Go to <a href="http://www.flashbasics.com" rel="nofollow">http://www.flashbasics.com</a> for more information on this topic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://blog.six4rty.ch/tutorials/flash-flashvars-in-as3/comment-page-2/#comment-91356</link>
		<dc:creator>James</dc:creator>
		<pubDate>Fri, 13 May 2011 10:13:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-flashvars-in-as3/#comment-91356</guid>
		<description>I can&#039;t get this to work either. I have the param in my HTML file, and am using the following code:

var myFlashVar:String = this.root.loaderInfo.parameters.myFlashVars;
myTextField.text = myFlashVar.varSomething;

can someone help please?</description>
		<content:encoded><![CDATA[<p>I can&#8217;t get this to work either. I have the param in my HTML file, and am using the following code:</p>
<p>var myFlashVar:String = this.root.loaderInfo.parameters.myFlashVars;<br />
myTextField.text = myFlashVar.varSomething;</p>
<p>can someone help please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Smurf</title>
		<link>http://blog.six4rty.ch/tutorials/flash-flashvars-in-as3/comment-page-2/#comment-88563</link>
		<dc:creator>Smurf</dc:creator>
		<pubDate>Wed, 13 Apr 2011 15:05:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-flashvars-in-as3/#comment-88563</guid>
		<description>Hi tis not working:
&lt;code&gt;
var LeadImage:Loader = new Loader();
var Title:TextField = new TextField();
var TextForTitle:String = root.loaderInfo.parameters[&#039;title&#039;];
var TitleFormat:TextFormat = new TextFormat();


TitleFormat.size = 25;
Title.defaultTextFormat = TitleFormat;
Title.width = (stage.width/3*2);
Title.text = TextForTitle;
Title.x = 50;
Title.y = 50;
Title.selectable = false;
//Title.textColor = TitleColor;
Title.wordWrap = true;
LeadImage.load(new URLRequest(&#039;3leaf_fr_930x300_leaf_1_no_txt.jpg&#039;));


addChild(LeadImage);
addChild(Title);
&lt;/code&gt;

html:
&lt;code&gt;
  
  //

&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Hi tis not working:<br />
<code><br />
var LeadImage:Loader = new Loader();<br />
var Title:TextField = new TextField();<br />
var TextForTitle:String = root.loaderInfo.parameters['title'];<br />
var TitleFormat:TextFormat = new TextFormat();</p>
<p>TitleFormat.size = 25;<br />
Title.defaultTextFormat = TitleFormat;<br />
Title.width = (stage.width/3*2);<br />
Title.text = TextForTitle;<br />
Title.x = 50;<br />
Title.y = 50;<br />
Title.selectable = false;<br />
//Title.textColor = TitleColor;<br />
Title.wordWrap = true;<br />
LeadImage.load(new URLRequest('3leaf_fr_930x300_leaf_1_no_txt.jpg'));</p>
<p>addChild(LeadImage);<br />
addChild(Title);<br />
</code></p>
<p>html:<br />
<code></p>
<p>  //</p>
<p></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SÃ©bastien - Webdesigner</title>
		<link>http://blog.six4rty.ch/tutorials/flash-flashvars-in-as3/comment-page-2/#comment-84225</link>
		<dc:creator>SÃ©bastien - Webdesigner</dc:creator>
		<pubDate>Sat, 19 Feb 2011 23:08:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-flashvars-in-as3/#comment-84225</guid>
		<description>Thank you for this FlashVars tutorial. Very Helpful</description>
		<content:encoded><![CDATA[<p>Thank you for this FlashVars tutorial. Very Helpful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tiago</title>
		<link>http://blog.six4rty.ch/tutorials/flash-flashvars-in-as3/comment-page-1/#comment-84113</link>
		<dc:creator>Tiago</dc:creator>
		<pubDate>Sat, 19 Feb 2011 00:27:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-flashvars-in-as3/#comment-84113</guid>
		<description>Michael, you are partly right.. yes you can only pass one variable with the code above. but as you have probably seen on the TOP of the post, there is also an UPDATE! Linking to the Adobe Cookbooks site, if you missed that one here the link:
http://cookbooks.adobe.com/post_Reusable_flashvars_class-17037.html</description>
		<content:encoded><![CDATA[<p>Michael, you are partly right.. yes you can only pass one variable with the code above. but as you have probably seen on the TOP of the post, there is also an UPDATE! Linking to the Adobe Cookbooks site, if you missed that one here the link:<br />
<a href="http://cookbooks.adobe.com/post_Reusable_flashvars_class-17037.html" rel="nofollow">http://cookbooks.adobe.com/post_Reusable_flashvars_class-17037.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Naman</title>
		<link>http://blog.six4rty.ch/tutorials/flash-flashvars-in-as3/comment-page-1/#comment-84067</link>
		<dc:creator>Michael Naman</dc:creator>
		<pubDate>Fri, 18 Feb 2011 14:30:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-flashvars-in-as3/#comment-84067</guid>
		<description>That isn&#039;t how Flashvars work I&#039;m afraid. With your example if you were to pass multiple flashvars through that last one would be your value. To access specific variables by name you need to do the following;

To access your variable all you need to do is from a displayObject that is added to the stage (or other DisplayList that is attached to the stage)...

If it&#039;s a Number
var myVar:Number = root.loaderInfo.parameters[&#039;FlashVariableName&#039;] as Number

If it&#039;s a String
var myVar:String = root.loaderInfo.parameters[&#039;FlashVariableName&#039;] as String

etc, you shold get the idea.</description>
		<content:encoded><![CDATA[<p>That isn&#8217;t how Flashvars work I&#8217;m afraid. With your example if you were to pass multiple flashvars through that last one would be your value. To access specific variables by name you need to do the following;</p>
<p>To access your variable all you need to do is from a displayObject that is added to the stage (or other DisplayList that is attached to the stage)&#8230;</p>
<p>If it&#8217;s a Number<br />
var myVar:Number = root.loaderInfo.parameters['FlashVariableName'] as Number</p>
<p>If it&#8217;s a String<br />
var myVar:String = root.loaderInfo.parameters['FlashVariableName'] as String</p>
<p>etc, you shold get the idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web Tutorials</title>
		<link>http://blog.six4rty.ch/tutorials/flash-flashvars-in-as3/comment-page-1/#comment-83249</link>
		<dc:creator>Web Tutorials</dc:creator>
		<pubDate>Sat, 12 Feb 2011 04:17:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-flashvars-in-as3/#comment-83249</guid>
		<description></description>
		<content:encoded><![CDATA[<p>I enjoy your blog. I’ve added it to my favorite bookmarks and subscribed in a reader.</p>
<p>Looking forward to reading more posts by you.</p>
<p>I have some good web tutorials on <a href="http://www.webtutorials.me" rel="nofollow">http://www.webtutorials.me</a></p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anu</title>
		<link>http://blog.six4rty.ch/tutorials/flash-flashvars-in-as3/comment-page-1/#comment-70776</link>
		<dc:creator>anu</dc:creator>
		<pubDate>Tue, 05 Oct 2010 09:54:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-flashvars-in-as3/#comment-70776</guid>
		<description>please help me fighting with 2 days..
var myFlashVar:String = this.root.loaderInfo.parameters.fileName;
trace(myFlashVar);
this is giving output as null.</description>
		<content:encoded><![CDATA[<p>please help me fighting with 2 days..<br />
var myFlashVar:String = this.root.loaderInfo.parameters.fileName;<br />
trace(myFlashVar);<br />
this is giving output as null.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anisha</title>
		<link>http://blog.six4rty.ch/tutorials/flash-flashvars-in-as3/comment-page-1/#comment-70775</link>
		<dc:creator>anisha</dc:creator>
		<pubDate>Tue, 05 Oct 2010 09:51:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-flashvars-in-as3/#comment-70775</guid>
		<description></description>
		<content:encoded><![CDATA[]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.six4rty.ch/tutorials/flash-flashvars-in-as3/comment-page-1/#comment-70774</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 05 Oct 2010 09:50:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.six4rty.ch/tutorials/flash-flashvars-in-as3/#comment-70774</guid>
		<description>

flash web page


 This is to display a sample flash on web page

		
		
		
		
		
                
	

</description>
		<content:encoded><![CDATA[<p>flash web page</p>
<p> This is to display a sample flash on web page</p>
]]></content:encoded>
	</item>
</channel>
</rss>

