<?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: Grabbing FlashVars from the embedding HTML template</title>
	<atom:link href="http://blog.flexexamples.com/2007/08/07/grabbing-flashvars-from-the-embedding-html-template/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2007/08/07/grabbing-flashvars-from-the-embedding-html-template/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Sat, 11 Feb 2012 11:51:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2007/08/07/grabbing-flashvars-from-the-embedding-html-template/comment-page-1/#comment-8869</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Sat, 22 Jan 2011 19:02:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/07/grabbing-flashvars-from-the-embedding-html-template/#comment-8869</guid>
		<description>@Qasim,

Try using &lt;code&gt;FlexGlobals.topLevelApplication.parameters&lt;/code&gt;

And you may need to import the FlexGlobals class, if Builder doesn&#039;t do that for you automatically:

&lt;code&gt;import mx.core.FlexGlobals;&lt;/code&gt;


Peter</description>
		<content:encoded><![CDATA[<p>@Qasim,</p>
<p>Try using <code>FlexGlobals.topLevelApplication.parameters</code></p>
<p>And you may need to import the FlexGlobals class, if Builder doesn&#8217;t do that for you automatically:</p>
<p><code>import mx.core.FlexGlobals;</code></p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Qasim Ali Khawaja</title>
		<link>http://blog.flexexamples.com/2007/08/07/grabbing-flashvars-from-the-embedding-html-template/comment-page-1/#comment-8868</link>
		<dc:creator>Qasim Ali Khawaja</dc:creator>
		<pubDate>Sat, 22 Jan 2011 16:32:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/07/grabbing-flashvars-from-the-embedding-html-template/#comment-8868</guid>
		<description>How to get the parameter in Flex 4? as the Application.application.parameters is not functional here. 

Flex 3:- 
private function getPlayerVars() : void
{
	var parameters : Object = Application.application.paramters;
	
	vid = parameters.vid;
	mode = parseInt( parameters.mode );
}</description>
		<content:encoded><![CDATA[<p>How to get the parameter in Flex 4? as the Application.application.parameters is not functional here. </p>
<p>Flex 3:-<br />
private function getPlayerVars() : void<br />
{<br />
	var parameters : Object = Application.application.paramters;</p>
<p>	vid = parameters.vid;<br />
	mode = parseInt( parameters.mode );<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sreeja</title>
		<link>http://blog.flexexamples.com/2007/08/07/grabbing-flashvars-from-the-embedding-html-template/comment-page-1/#comment-8710</link>
		<dc:creator>sreeja</dc:creator>
		<pubDate>Thu, 16 Dec 2010 11:08:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/07/grabbing-flashvars-from-the-embedding-html-template/#comment-8710</guid>
		<description>Thanks a lot.

Ur post was a direct solution to my problem.It helped me  alot.</description>
		<content:encoded><![CDATA[<p>Thanks a lot.</p>
<p>Ur post was a direct solution to my problem.It helped me  alot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prasanna</title>
		<link>http://blog.flexexamples.com/2007/08/07/grabbing-flashvars-from-the-embedding-html-template/comment-page-1/#comment-8266</link>
		<dc:creator>Prasanna</dc:creator>
		<pubDate>Fri, 27 Aug 2010 06:37:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/07/grabbing-flashvars-from-the-embedding-html-template/#comment-8266</guid>
		<description>Hi,
Its really a neat blog and always helps me to the point.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Its really a neat blog and always helps me to the point.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sam</title>
		<link>http://blog.flexexamples.com/2007/08/07/grabbing-flashvars-from-the-embedding-html-template/comment-page-1/#comment-6138</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Tue, 27 Oct 2009 20:30:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/07/grabbing-flashvars-from-the-embedding-html-template/#comment-6138</guid>
		<description>Thanks thanks thanks a load</description>
		<content:encoded><![CDATA[<p>Thanks thanks thanks a load</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nizar</title>
		<link>http://blog.flexexamples.com/2007/08/07/grabbing-flashvars-from-the-embedding-html-template/comment-page-1/#comment-407</link>
		<dc:creator>Nizar</dc:creator>
		<pubDate>Thu, 07 May 2009 10:58:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/07/grabbing-flashvars-from-the-embedding-html-template/#comment-407</guid>
		<description>Guys i need you help
i need and example on passing variable from MXML To MXML
i tried every thing and every theory but none worked in application

email me nsouki2@ccc.com.qa</description>
		<content:encoded><![CDATA[<p>Guys i need you help<br />
i need and example on passing variable from MXML To MXML<br />
i tried every thing and every theory but none worked in application</p>
<p>email me <a href="mailto:nsouki2@ccc.com.qa">nsouki2@ccc.com.qa</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guy</title>
		<link>http://blog.flexexamples.com/2007/08/07/grabbing-flashvars-from-the-embedding-html-template/comment-page-1/#comment-408</link>
		<dc:creator>Guy</dc:creator>
		<pubDate>Sun, 04 Jan 2009 06:07:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/07/grabbing-flashvars-from-the-embedding-html-template/#comment-408</guid>
		<description>What if the swf that&#039;s embedded on the page is a simple viewer.swf, and it seems it&#039;s getting the text from elsewhere using flashvars. How would one extract this text?</description>
		<content:encoded><![CDATA[<p>What if the swf that&#8217;s embedded on the page is a simple viewer.swf, and it seems it&#8217;s getting the text from elsewhere using flashvars. How would one extract this text?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karthik</title>
		<link>http://blog.flexexamples.com/2007/08/07/grabbing-flashvars-from-the-embedding-html-template/comment-page-1/#comment-411</link>
		<dc:creator>Karthik</dc:creator>
		<pubDate>Sat, 06 Dec 2008 22:49:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/07/grabbing-flashvars-from-the-embedding-html-template/#comment-411</guid>
		<description>Hi,

I have been wasting a lot of time figuring out this and your post has put an end to it! Thanks a lot!!

Karthik</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have been wasting a lot of time figuring out this and your post has put an end to it! Thanks a lot!!</p>
<p>Karthik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2007/08/07/grabbing-flashvars-from-the-embedding-html-template/comment-page-1/#comment-410</link>
		<dc:creator>peterd</dc:creator>
		<pubDate>Sun, 05 Oct 2008 19:06:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/07/grabbing-flashvars-from-the-embedding-html-template/#comment-410</guid>
		<description>Emily,

The easiest way to embed the SWF file in your HTML page is probably using the following HTML code:
&lt;pre class=&quot;code&quot;&gt;
&lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot;
        id=&quot;test&quot; width=&quot;100%&quot; height=&quot;100%&quot;
        codebase=&quot;http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab&quot;&gt;
        &lt;param name=&quot;movie&quot; value=&quot;test.swf&quot; /&gt;
        &lt;param name=&quot;quality&quot; value=&quot;high&quot; /&gt;
        &lt;param name=&quot;bgcolor&quot; value=&quot;#ffffff&quot; /&gt;
        &lt;param name=&quot;allowScriptAccess&quot; value=&quot;sameDomain&quot; /&gt;
        &lt;param name=&quot;flashVars&quot; value=&quot;urlVar=emily&quot; /&gt;
        &lt;embed src=&quot;test.swf&quot; quality=&quot;high&quot; bgcolor=&quot;#ffffff&quot;
            width=&quot;100%&quot; height=&quot;100%&quot; name=&quot;test&quot; align=&quot;middle&quot;
            play=&quot;true&quot;
            loop=&quot;false&quot;
            quality=&quot;high&quot;
            allowScriptAccess=&quot;sameDomain&quot;
            flashVars=&quot;urlVar=emily&quot;
            type=&quot;application/x-shockwave-flash&quot;
            pluginspage=&quot;http://www.adobe.com/go/getflashplayer&quot;&gt;
        &lt;/embed&gt;
&lt;/object&gt;
&lt;/pre&gt;

Peter</description>
		<content:encoded><![CDATA[<p>Emily,</p>
<p>The easiest way to embed the SWF file in your HTML page is probably using the following HTML code:</p>
<pre class="code">
&lt;object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
        id="test" width="100%" height="100%"
        codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab"&gt;
        &lt;param name="movie" value="test.swf" /&gt;
        &lt;param name="quality" value="high" /&gt;
        &lt;param name="bgcolor" value="#ffffff" /&gt;
        &lt;param name="allowScriptAccess" value="sameDomain" /&gt;
        &lt;param name="flashVars" value="urlVar=emily" /&gt;
        &lt;embed src="test.swf" quality="high" bgcolor="#ffffff"
            width="100%" height="100%" name="test" align="middle"
            play="true"
            loop="false"
            quality="high"
            allowScriptAccess="sameDomain"
            flashVars="urlVar=emily"
            type="application/x-shockwave-flash"
            pluginspage="http://www.adobe.com/go/getflashplayer"&gt;
        &lt;/embed&gt;
&lt;/object&gt;
</pre>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emily</title>
		<link>http://blog.flexexamples.com/2007/08/07/grabbing-flashvars-from-the-embedding-html-template/comment-page-1/#comment-412</link>
		<dc:creator>Emily</dc:creator>
		<pubDate>Sun, 05 Oct 2008 15:23:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/07/grabbing-flashvars-from-the-embedding-html-template/#comment-412</guid>
		<description>Hello,
Your writing do help me lot.
But, recently I face a guestion.
I want to embed the swf file in my blog.
And I don&#039;t know which codes should I take.

The file only run in html.
If I open my swf ,it just can&#039;t work.
My embed code is just like below.
&lt;pre lang=&quot;html&quot;&gt;
&lt;embed src=&quot;test.swf&quot; flafVars=&quot;urlVar=emily&quot; quality=&quot;high&quot; bgcolor=&quot;#ffffff&quot; width=&quot;150&quot; height=&quot;350&quot; name=&quot;logtest&quot; align=&quot;middle&quot; allowScriptAccess=&quot;sameDomain&quot; type=&quot;application/x-shockwave-flash&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; &gt;
&lt;/pre&gt;

Best wishes,
   Emily</description>
		<content:encoded><![CDATA[<p>Hello,<br />
Your writing do help me lot.<br />
But, recently I face a guestion.<br />
I want to embed the swf file in my blog.<br />
And I don&#8217;t know which codes should I take.</p>
<p>The file only run in html.<br />
If I open my swf ,it just can&#8217;t work.<br />
My embed code is just like below.</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;embed src=&quot;test.swf&quot; flafVars=&quot;urlVar=emily&quot; quality=&quot;high&quot; bgcolor=&quot;#ffffff&quot; width=&quot;150&quot; height=&quot;350&quot; name=&quot;logtest&quot; align=&quot;middle&quot; allowScriptAccess=&quot;sameDomain&quot; type=&quot;application/x-shockwave-flash&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; &gt;</pre></div></div>

<p>Best wishes,<br />
   Emily</p>
]]></content:encoded>
	</item>
</channel>
</rss>

