<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Getting url parameters in Flex</title>
	<link>http://blog.widget-labs.com/2007/04/01/getting-url-parameters-in-flex/</link>
	<description></description>
	<pubDate>Wed, 19 Nov 2008 02:01:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>

	<item>
		<title>By: Reda Makhchan</title>
		<link>http://blog.widget-labs.com/2007/04/01/getting-url-parameters-in-flex/#comment-1211</link>
		<author>Reda Makhchan</author>
		<pubDate>Sat, 28 Jun 2008 08:38:18 +0000</pubDate>
		<guid>http://blog.widget-labs.com/2007/04/01/getting-url-parameters-in-flex/#comment-1211</guid>
		<description>thks for this article.
but we can get parameters inside flex by using FlashParams :

&lt;code&gt;
...
    AC_FL_RunContent(
        'src', 'Main',
        'flashVars', 'city=tetouan&#38;user=redondo'
...
&lt;/code&gt;

and inside Flex we do :

&lt;code&gt;
application.parameters.city;
&lt;/code&gt;

I think it works !!</description>
		<content:encoded><![CDATA[<p>thks for this article.<br />
but we can get parameters inside flex by using FlashParams :</p>
<p><code><br />
...<br />
    AC_FL_RunContent(<br />
        'src', 'Main',<br />
        'flashVars', 'city=tetouan&amp;user=redondo'<br />
...<br />
</code></p>
<p>and inside Flex we do :</p>
<p><code><br />
application.parameters.city;<br />
</code></p>
<p>I think it works !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abdul Qabiz</title>
		<link>http://blog.widget-labs.com/2007/04/01/getting-url-parameters-in-flex/#comment-45</link>
		<author>Abdul Qabiz</author>
		<pubDate>Mon, 02 Apr 2007 04:41:21 +0000</pubDate>
		<guid>http://blog.widget-labs.com/2007/04/01/getting-url-parameters-in-flex/#comment-45</guid>
		<description>I wrote a class long time back in AS3/Flex2 to do that, you might want to check that.

I am doing the same thing you are doing here..

http://www.abdulqabiz.com/blog/archives/macromedia_flex/how_to_get_url.php

-abdul</description>
		<content:encoded><![CDATA[<p>I wrote a class long time back in AS3/Flex2 to do that, you might want to check that.</p>
<p>I am doing the same thing you are doing here..</p>
<p><a href="http://www.abdulqabiz.com/blog/archives/macromedia_flex/how_to_get_url.php" rel="nofollow">http://www.abdulqabiz.com/blog/archives/macromedia_flex/how_to_get_url.php</a></p>
<p>-abdul</p>
]]></content:encoded>
	</item>
</channel>
</rss>
