<?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 in Flex 4 (SWFObject Edition)</title>
	<atom:link href="http://blog.flexexamples.com/2009/03/04/grabbing-flashvars-from-the-embedding-html-template-in-flex-gumbo-swfobject-edition/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2009/03/04/grabbing-flashvars-from-the-embedding-html-template-in-flex-gumbo-swfobject-edition/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Sun, 12 Feb 2012 19:26:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anonymous</title>
		<link>http://blog.flexexamples.com/2009/03/04/grabbing-flashvars-from-the-embedding-html-template-in-flex-gumbo-swfobject-edition/comment-page-1/#comment-10121</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 03 Nov 2011 21:07:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/03/04/grabbing-flashvars-from-the-embedding-html-template-in-flex-gumbo-swfobject-edition/#comment-10121</guid>
		<description>The formatting of this post sucked ass

Also, who calls their appcomplete event &quot;init&quot;.  Maybe the initialize method should be called that.

This whole thing could have been explained in literally 3 lines of code. What a waste.</description>
		<content:encoded><![CDATA[<p>The formatting of this post sucked ass</p>
<p>Also, who calls their appcomplete event &#8220;init&#8221;.  Maybe the initialize method should be called that.</p>
<p>This whole thing could have been explained in literally 3 lines of code. What a waste.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iza</title>
		<link>http://blog.flexexamples.com/2009/03/04/grabbing-flashvars-from-the-embedding-html-template-in-flex-gumbo-swfobject-edition/comment-page-1/#comment-9383</link>
		<dc:creator>iza</dc:creator>
		<pubDate>Fri, 08 Jul 2011 13:40:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/03/04/grabbing-flashvars-from-the-embedding-html-template-in-flex-gumbo-swfobject-edition/#comment-9383</guid>
		<description>Thank you so much !
I&#039;ce been stuck on this for a full day</description>
		<content:encoded><![CDATA[<p>Thank you so much !<br />
I&#8217;ce been stuck on this for a full day</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2009/03/04/grabbing-flashvars-from-the-embedding-html-template-in-flex-gumbo-swfobject-edition/comment-page-1/#comment-8610</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Tue, 07 Dec 2010 08:59:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/03/04/grabbing-flashvars-from-the-embedding-html-template-in-flex-gumbo-swfobject-edition/#comment-8610</guid>
		<description>@Umair,

I don&#039;t believe that JavaScript or ActionScript has direct access to the user&#039;s IP address. You&#039;ll probably need to use some server side scripting to determine the user&#039;s IP and pass it to the flashvars yourself. For various server side scripting examples, see &lt;a href=&quot;http://javascript.about.com/library/blip.htm&quot; rel=&quot;nofollow&quot;&gt;&quot;Obtaining Your Visitor&#039;s IP Address&quot;&lt;/a&gt;.

Peter</description>
		<content:encoded><![CDATA[<p>@Umair,</p>
<p>I don&#8217;t believe that JavaScript or ActionScript has direct access to the user&#8217;s IP address. You&#8217;ll probably need to use some server side scripting to determine the user&#8217;s IP and pass it to the flashvars yourself. For various server side scripting examples, see <a href="http://javascript.about.com/library/blip.htm" rel="nofollow">&#8220;Obtaining Your Visitor&#8217;s IP Address&#8221;</a>.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Umair</title>
		<link>http://blog.flexexamples.com/2009/03/04/grabbing-flashvars-from-the-embedding-html-template-in-flex-gumbo-swfobject-edition/comment-page-1/#comment-8608</link>
		<dc:creator>Umair</dc:creator>
		<pubDate>Tue, 07 Dec 2010 08:34:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/03/04/grabbing-flashvars-from-the-embedding-html-template-in-flex-gumbo-swfobject-edition/#comment-8608</guid>
		<description>I want to get the ip Address using flashvars....can anyone give me some help</description>
		<content:encoded><![CDATA[<p>I want to get the ip Address using flashvars&#8230;.can anyone give me some help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.flexexamples.com/2009/03/04/grabbing-flashvars-from-the-embedding-html-template-in-flex-gumbo-swfobject-edition/comment-page-1/#comment-8486</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 26 Oct 2010 14:41:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/03/04/grabbing-flashvars-from-the-embedding-html-template-in-flex-gumbo-swfobject-edition/#comment-8486</guid>
		<description>How can you pass in values from HTML input fields?
&lt;pre lang=&quot;javascript&quot;&gt;
var flashvars = {};
flashvars.userAgent = document.getElementById(&#039;username&#039;).value;
&lt;/pre&gt;

—-HTML—
&lt;pre lang=&quot;html&quot;&gt;
&lt;input type=&#039;hidden&#039; id=&#039;username&#039; name=&#039;username&#039; value=&#039;dynamic&#039; /&gt;
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>How can you pass in values from HTML input fields?</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #003366; font-weight: bold;">var</span> flashvars <span style="color: #339933;">=</span> <span style="color: #009900;">&#123;</span><span style="color: #009900;">&#125;</span><span style="color: #339933;">;</span>
flashvars.<span style="color: #660066;">userAgent</span> <span style="color: #339933;">=</span> document.<span style="color: #660066;">getElementById</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'username'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">value</span><span style="color: #339933;">;</span></pre></div></div>

<p>—-HTML—</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;input type='hidden' id='username' name='username' value='dynamic' /&gt;</pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>By: Nizar</title>
		<link>http://blog.flexexamples.com/2009/03/04/grabbing-flashvars-from-the-embedding-html-template-in-flex-gumbo-swfobject-edition/comment-page-1/#comment-4133</link>
		<dc:creator>Nizar</dc:creator>
		<pubDate>Thu, 07 May 2009 10:25:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/03/04/grabbing-flashvars-from-the-embedding-html-template-in-flex-gumbo-swfobject-edition/#comment-4133</guid>
		<description>i need example how to pass variable from one mxml to another</description>
		<content:encoded><![CDATA[<p>i need example how to pass variable from one mxml to another</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abdurrahim</title>
		<link>http://blog.flexexamples.com/2009/03/04/grabbing-flashvars-from-the-embedding-html-template-in-flex-gumbo-swfobject-edition/comment-page-1/#comment-4134</link>
		<dc:creator>abdurrahim</dc:creator>
		<pubDate>Mon, 09 Mar 2009 11:03:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/03/04/grabbing-flashvars-from-the-embedding-html-template-in-flex-gumbo-swfobject-edition/#comment-4134</guid>
		<description>i need basic coding to develop the web page
and how to insert picture .....etc........</description>
		<content:encoded><![CDATA[<p>i need basic coding to develop the web page<br />
and how to insert picture &#8230;..etc&#8230;&#8230;..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

