<?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: Best way to get address variables into Flash</title>
	<atom:link href="http://blog.guya.net/2006/07/21/best-way-to-get-address-variables-into-flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.guya.net/2006/07/21/best-way-to-get-address-variables-into-flash/</link>
	<description>Flash and Everything Else</description>
	<pubDate>Sat, 06 Sep 2008 00:22:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: dtk1864</title>
		<link>http://blog.guya.net/2006/07/21/best-way-to-get-address-variables-into-flash/#comment-259583</link>
		<dc:creator>dtk1864</dc:creator>
		<pubDate>Sun, 08 Jun 2008 03:33:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.guya.net/2006/07/21/best-way-to-get-address-variables-into-flash/#comment-259583</guid>
		<description>I can't seem to find out how I can store a variable in one swf and have another swf reference the same variable. I have animated menu's that archive swf files, and for ease of navigation I have swf files from a previous year return to that section of the separate swf menu. I'd like to be able to set a variable (ie: year = 2006) in the swf file, that the separate swf menu can evaluate and view the scene/label associated with 2006 instead of 2008. Right now I have made multiple (identical) menu's each starting with a corresponding year, but this seems to bog down my web with unnecessary swf  and html files.

Does flashplayer reset values when it loads a new swf? or am I scripting something wrong?</description>
		<content:encoded><![CDATA[<p>I can&#8217;t seem to find out how I can store a variable in one swf and have another swf reference the same variable. I have animated menu&#8217;s that archive swf files, and for ease of navigation I have swf files from a previous year return to that section of the separate swf menu. I&#8217;d like to be able to set a variable (ie: year = 2006) in the swf file, that the separate swf menu can evaluate and view the scene/label associated with 2006 instead of 2008. Right now I have made multiple (identical) menu&#8217;s each starting with a corresponding year, but this seems to bog down my web with unnecessary swf  and html files.</p>
<p>Does flashplayer reset values when it loads a new swf? or am I scripting something wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: neeraj</title>
		<link>http://blog.guya.net/2006/07/21/best-way-to-get-address-variables-into-flash/#comment-252640</link>
		<dc:creator>neeraj</dc:creator>
		<pubDate>Mon, 02 Jun 2008 13:33:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.guya.net/2006/07/21/best-way-to-get-address-variables-into-flash/#comment-252640</guid>
		<description>hii, i hav a webpage in 10 atist names r there,when i click on one artist name it hides then Div frame &#38; show it painting in slideshow using flashvars.

can we change flashvars value using javascript without refreshing or reloading pageusing external interface.

Is it possible.</description>
		<content:encoded><![CDATA[<p>hii, i hav a webpage in 10 atist names r there,when i click on one artist name it hides then Div frame &amp; show it painting in slideshow using flashvars.</p>
<p>can we change flashvars value using javascript without refreshing or reloading pageusing external interface.</p>
<p>Is it possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guya</title>
		<link>http://blog.guya.net/2006/07/21/best-way-to-get-address-variables-into-flash/#comment-251423</link>
		<dc:creator>guya</dc:creator>
		<pubDate>Sun, 01 Jun 2008 12:01:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.guya.net/2006/07/21/best-way-to-get-address-variables-into-flash/#comment-251423</guid>
		<description>@val, 

How do you send the 'vid' parameter from listvideo.php to watch.php?
Do you have a link where it can be examined?</description>
		<content:encoded><![CDATA[<p>@val, </p>
<p>How do you send the &#8216;vid&#8217; parameter from listvideo.php to watch.php?<br />
Do you have a link where it can be examined?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: val</title>
		<link>http://blog.guya.net/2006/07/21/best-way-to-get-address-variables-into-flash/#comment-251400</link>
		<dc:creator>val</dc:creator>
		<pubDate>Sun, 01 Jun 2008 11:20:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.guya.net/2006/07/21/best-way-to-get-address-variables-into-flash/#comment-251400</guid>
		<description>hi! people 

i am trying to parse a variable to flash via php with this swfobject and after 2days i am still not able to even if i just ran  accross this article lately yesterday

here what i am trying to do

i have my first page listvideo.php?vid=x sending that id  vid=x to watch.php and that's where i put my swf with all ur following explanations...

it works when i just pass the variable directly from watch.php to send it to the player.swf but when i use the listvideo.php to send the vix=x to watch.php and so watch.php could past it to player.swf it doesn't work at all can somebody please help me and tell me what did i do wrong

i am trying to parse video name to player. thank you</description>
		<content:encoded><![CDATA[<p>hi! people </p>
<p>i am trying to parse a variable to flash via php with this swfobject and after 2days i am still not able to even if i just ran  accross this article lately yesterday</p>
<p>here what i am trying to do</p>
<p>i have my first page listvideo.php?vid=x sending that id  vid=x to watch.php and that&#8217;s where i put my swf with all ur following explanations&#8230;</p>
<p>it works when i just pass the variable directly from watch.php to send it to the player.swf but when i use the listvideo.php to send the vix=x to watch.php and so watch.php could past it to player.swf it doesn&#8217;t work at all can somebody please help me and tell me what did i do wrong</p>
<p>i am trying to parse video name to player. thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GUYA.NET &#187; Blog Archive &#187; Understanding Flashâ€™s ExternalInterface.</title>
		<link>http://blog.guya.net/2006/07/21/best-way-to-get-address-variables-into-flash/#comment-245246</link>
		<dc:creator>GUYA.NET &#187; Blog Archive &#187; Understanding Flashâ€™s ExternalInterface.</dc:creator>
		<pubDate>Sun, 25 May 2008 02:02:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.guya.net/2006/07/21/best-way-to-get-address-variables-into-flash/#comment-245246</guid>
		<description>[...] Best way to get browser's address variables into Flash. Controlling another Active-X control - creating flash buttons for Windows Media Player or Apple Quicktime. Putting Javascript power in Flash's use - RegEx and XPath. Catching Javascript Exceptions in Flash. Creating, a, dynamic Flash website with AJAX. [...]</description>
		<content:encoded><![CDATA[<p>[...] Best way to get browser&#8217;s address variables into Flash. Controlling another Active-X control - creating flash buttons for Windows Media Player or Apple Quicktime. Putting Javascript power in Flash&#8217;s use - RegEx and XPath. Catching Javascript Exceptions in Flash. Creating, a, dynamic Flash website with AJAX. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GUYA.NET &#187; Blog Archive &#187; Resolving some issues with swfobject</title>
		<link>http://blog.guya.net/2006/07/21/best-way-to-get-address-variables-into-flash/#comment-128510</link>
		<dc:creator>GUYA.NET &#187; Blog Archive &#187; Resolving some issues with swfobject</dc:creator>
		<pubDate>Tue, 01 Jan 2008 19:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.guya.net/2006/07/21/best-way-to-get-address-variables-into-flash/#comment-128510</guid>
		<description>[...] The issue I had, was with the swfobject's addVariable and addParam functions. The Flash SWF HTML seemed to be written to the page's flashContent div but all of the variables and parameters I've added were ignored. After examining the swfobject getSWFHTML function, this function gives you the HTML code that is gonna embed the Flash inside the page, when I saw how strange the HTML is, I realized what happened: Without naming names  some Javascript developers, extensions and frameworks like to write to the prototype of generic Javascript objects (This is also how Object Oriented Actionscript 1 was done in the past). And with doing so, extending these built-in objects (object, array, string, etc') with various functionalities. A good example is the javascript JSON implementation which extends the Javascript object with object.toJSONString(). Swfobject stores the variables and parameters inside a regular Javascript object and when it prepares the Flash HTML it uses a for..in loop to go through all the elements and add them to the markup &#60;param value="flashMovie.swf" name="movie" /&#62; &#60;param value="transparent" name="wmode" /&#62; etc' [...]</description>
		<content:encoded><![CDATA[<p>[...] The issue I had, was with the swfobject&#8217;s addVariable and addParam functions. The Flash SWF HTML seemed to be written to the page&#8217;s flashContent div but all of the variables and parameters I&#8217;ve added were ignored. After examining the swfobject getSWFHTML function, this function gives you the HTML code that is gonna embed the Flash inside the page, when I saw how strange the HTML is, I realized what happened: Without naming names  some Javascript developers, extensions and frameworks like to write to the prototype of generic Javascript objects (This is also how Object Oriented Actionscript 1 was done in the past). And with doing so, extending these built-in objects (object, array, string, etc&#8217;) with various functionalities. A good example is the javascript JSON implementation which extends the Javascript object with object.toJSONString(). Swfobject stores the variables and parameters inside a regular Javascript object and when it prepares the Flash HTML it uses a for..in loop to go through all the elements and add them to the markup &lt;param value=&#8221;flashMovie.swf&#8221; name=&#8221;movie&#8221; /&gt; &lt;param value=&#8221;transparent&#8221; name=&#8221;wmode&#8221; /&gt; etc&#8217; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anikrichard</title>
		<link>http://blog.guya.net/2006/07/21/best-way-to-get-address-variables-into-flash/#comment-81914</link>
		<dc:creator>Anikrichard</dc:creator>
		<pubDate>Wed, 05 Sep 2007 13:12:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.guya.net/2006/07/21/best-way-to-get-address-variables-into-flash/#comment-81914</guid>
		<description>hello , my name is Richard and I know  you get a lot of spammy comments , 
I can help you with this problem . I know a lot of spammers and I will ask them not to post on your site. It will reduce the volume of spam by 30-50% .In return Id like to ask you to put a link to my site on the index page of your site. The link will be small and your visitors will hardly notice it , its just done for higher rankings in search engines. Contact me icq 454528835 or write me tedirectory(at)yahoo.com , i will give you my site url and you will give me yours  if you are interested. thank you</description>
		<content:encoded><![CDATA[<p>hello , my name is Richard and I know  you get a lot of spammy comments ,<br />
I can help you with this problem . I know a lot of spammers and I will ask them not to post on your site. It will reduce the volume of spam by 30-50% .In return Id like to ask you to put a link to my site on the index page of your site. The link will be small and your visitors will hardly notice it , its just done for higher rankings in search engines. Contact me icq 454528835 or write me tedirectory(at)yahoo.com , i will give you my site url and you will give me yours  if you are interested. thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Passing Variables to Flash from HTML via Query String &#124; codelinkers</title>
		<link>http://blog.guya.net/2006/07/21/best-way-to-get-address-variables-into-flash/#comment-49758</link>
		<dc:creator>Passing Variables to Flash from HTML via Query String &#124; codelinkers</dc:creator>
		<pubDate>Thu, 31 May 2007 12:37:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.guya.net/2006/07/21/best-way-to-get-address-variables-into-flash/#comment-49758</guid>
		<description>[...] more @ http://blog.guya.net/2006/07/21/best-way-to-get-address-variables-into-flash/    var addthis_pub = 'codelinkers';      Back to Codelinkers your virtual Link Sharing Blog [...]</description>
		<content:encoded><![CDATA[<p>[...] more @ <a href="http://blog.guya.net/2006/07/21/best-way-to-get-address-variables-into-flash/" rel="nofollow">http://blog.guya.net/2006/07/21/best-way-to-get-address-variables-into-flash/</a>    var addthis_pub = &#8216;codelinkers&#8217;;      Back to Codelinkers your virtual Link Sharing Blog [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: link ekle</title>
		<link>http://blog.guya.net/2006/07/21/best-way-to-get-address-variables-into-flash/#comment-30747</link>
		<dc:creator>link ekle</dc:creator>
		<pubDate>Fri, 23 Mar 2007 15:55:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.guya.net/2006/07/21/best-way-to-get-address-variables-into-flash/#comment-30747</guid>
		<description>In the example above, the page header and intro text prints. Iâ€™m trying to suppress that as well.</description>
		<content:encoded><![CDATA[<p>In the example above, the page header and intro text prints. Iâ€™m trying to suppress that as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wendy</title>
		<link>http://blog.guya.net/2006/07/21/best-way-to-get-address-variables-into-flash/#comment-6798</link>
		<dc:creator>Wendy</dc:creator>
		<pubDate>Sun, 26 Nov 2006 20:48:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.guya.net/2006/07/21/best-way-to-get-address-variables-into-flash/#comment-6798</guid>
		<description>Hmmm, it posted the html link as html, and I just tried to use entities for the brackets, but it still didn't go through...
so what I use in the html link is

(bracket)a href="player.html?chosen=x"(bracket)</description>
		<content:encoded><![CDATA[<p>Hmmm, it posted the html link as html, and I just tried to use entities for the brackets, but it still didn&#8217;t go through&#8230;<br />
so what I use in the html link is</p>
<p>(bracket)a href=&#8221;player.html?chosen=x&#8221;(bracket)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
