<?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: Implementing simple deep-linking in Flex (and Flash) using Django</title>
	<atom:link href="http://aralbalkan.com/1269/feed" rel="self" type="application/rss+xml" />
	<link>http://aralbalkan.com/1269</link>
	<description>Passionate geekisms.</description>
	<lastBuildDate>Fri, 19 Mar 2010 19:46:31 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: wira</title>
		<link>http://aralbalkan.com/1269/comment-page-1#comment-259209</link>
		<dc:creator>wira</dc:creator>
		<pubDate>Fri, 22 Jan 2010 02:24:30 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1269#comment-259209</guid>
		<description>Hello,
actually there is a library for navigation in flex and air application support for: deep linking, google analytic, and user authorization.
http://code.google.com/p/ticlib/</description>
		<content:encoded><![CDATA[<p>Hello,<br />
actually there is a library for navigation in flex and air application support for: deep linking, google analytic, and user authorization.<br />
<a href="http://code.google.com/p/ticlib/" rel="nofollow">http://code.google.com/p/ticlib/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aral</title>
		<link>http://aralbalkan.com/1269/comment-page-1#comment-259117</link>
		<dc:creator>Aral</dc:creator>
		<pubDate>Sat, 09 Jan 2010 14:15:03 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1269#comment-259117</guid>
		<description>Thiru, I remember seeing the TemplateDoesNotExist exception on GAE. It was, if I remember correctly, an issue with GAE itself (not my code) and was temporary. Would love to hear if you make and progress. G&#039;luck.</description>
		<content:encoded><![CDATA[<p>Thiru, I remember seeing the TemplateDoesNotExist exception on GAE. It was, if I remember correctly, an issue with GAE itself (not my code) and was temporary. Would love to hear if you make and progress. G&#8217;luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thiru</title>
		<link>http://aralbalkan.com/1269/comment-page-1#comment-259092</link>
		<dc:creator>Thiru</dc:creator>
		<pubDate>Thu, 07 Jan 2010 13:10:26 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1269#comment-259092</guid>
		<description>Hi 

I am getting this error when I tried ur example, I like to know where I went wrong

djangoswf.htmlRequest Method: GET 
Request URL: http://localhost:8000/ 
Exception Type: TemplateDoesNotExist 
Exception Value: djangoswf.html 
Exception Location: C:\Python25\Lib\site-packages\django\template\loader.py in find_template_source, line 74 
Python Executable: C:\Python25\python.exe 
Python Version: 2.5.0 

Thiru</description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>I am getting this error when I tried ur example, I like to know where I went wrong</p>
<p>djangoswf.htmlRequest Method: GET<br />
Request URL: <a href="http://localhost:8000/" rel="nofollow">http://localhost:8000/</a><br />
Exception Type: TemplateDoesNotExist<br />
Exception Value: djangoswf.html<br />
Exception Location: C:\Python25\Lib\site-packages\django\template\loader.py in find_template_source, line 74<br />
Python Executable: C:\Python25\python.exe<br />
Python Version: 2.5.0 </p>
<p>Thiru</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vedran</title>
		<link>http://aralbalkan.com/1269/comment-page-1#comment-257262</link>
		<dc:creator>vedran</dc:creator>
		<pubDate>Mon, 17 Aug 2009 22:22:19 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1269#comment-257262</guid>
		<description>its a pleasure to work with django and flash/flex...
:)</description>
		<content:encoded><![CDATA[<p>its a pleasure to work with django and flash/flex&#8230;<br />
:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marosz</title>
		<link>http://aralbalkan.com/1269/comment-page-1#comment-252348</link>
		<dc:creator>marosz</dc:creator>
		<pubDate>Sat, 09 May 2009 19:53:59 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1269#comment-252348</guid>
		<description>Fantastic idea but with SWF 2.0 it needs something instead of addVar:

var flashvars = {url: &quot;{{url}}&quot;};
swfobject.embedSWF( &#039;/static/DjangoSWF.swf&#039;,
&#039;djangoswf&#039;,
&#039;500&#039;, &#039;500&#039;,
&#039;9.0.45&#039;,
&#039;expressinstall.swf&#039;,
flashvars,
{ bgcolor: &#039;#FFFFFF&#039;, menu: &#039;false&#039;, allowfullscreen: &#039;false&#039; },
{id: &#039;djangoswf&#039;});


Flex code remains the same :D</description>
		<content:encoded><![CDATA[<p>Fantastic idea but with SWF 2.0 it needs something instead of addVar:</p>
<p>var flashvars = {url: &#8220;{{url}}&#8221;};<br />
swfobject.embedSWF( &#8216;/static/DjangoSWF.swf&#8217;,<br />
&#8216;djangoswf&#8217;,<br />
&#8216;500&#8242;, &#8216;500&#8242;,<br />
&#8216;9.0.45&#8242;,<br />
&#8216;expressinstall.swf&#8217;,<br />
flashvars,<br />
{ bgcolor: &#8216;#FFFFFF&#8217;, menu: &#8216;false&#8217;, allowfullscreen: &#8216;false&#8217; },<br />
{id: &#8216;djangoswf&#8217;});</p>
<p>Flex code remains the same :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MechanisM</title>
		<link>http://aralbalkan.com/1269/comment-page-1#comment-180357</link>
		<dc:creator>MechanisM</dc:creator>
		<pubDate>Thu, 28 Aug 2008 00:26:23 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1269#comment-180357</guid>
		<description>How to do it without python?
I&#039;m using SwfAddress and dunno how to get really deeeeep linking</description>
		<content:encoded><![CDATA[<p>How to do it without python?<br />
I&#8217;m using SwfAddress and dunno how to get really deeeeep linking</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jorge</title>
		<link>http://aralbalkan.com/1269/comment-page-1#comment-131372</link>
		<dc:creator>Jorge</dc:creator>
		<pubDate>Sun, 30 Mar 2008 22:39:58 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1269#comment-131372</guid>
		<description>Don&#039;t work for me. My Browser show me a single message &quot;Django SWF example &quot;This requires Flash Player.&quot;. In urls.py I need to teel django the true path to static folder.</description>
		<content:encoded><![CDATA[<p>Don&#8217;t work for me. My Browser show me a single message &#8220;Django SWF example &#8220;This requires Flash Player.&#8221;. In urls.py I need to teel django the true path to static folder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aral</title>
		<link>http://aralbalkan.com/1269/comment-page-1#comment-130336</link>
		<dc:creator>Aral</dc:creator>
		<pubDate>Thu, 27 Mar 2008 21:48:49 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1269#comment-130336</guid>
		<description>Hi cynic,

Been playing with it :)</description>
		<content:encoded><![CDATA[<p>Hi cynic,</p>
<p>Been playing with it :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cynic</title>
		<link>http://aralbalkan.com/1269/comment-page-1#comment-129950</link>
		<dc:creator>cynic</dc:creator>
		<pubDate>Wed, 26 Mar 2008 20:52:31 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1269#comment-129950</guid>
		<description>As long as you&#039;re playing with Flex/Django you might want to take a look at pyamf (basically amfphp for python); they already have an example Django gateway:

http://pyamf.org/wiki/DjangoHowto</description>
		<content:encoded><![CDATA[<p>As long as you&#8217;re playing with Flex/Django you might want to take a look at pyamf (basically amfphp for python); they already have an example Django gateway:</p>
<p><a href="http://pyamf.org/wiki/DjangoHowto" rel="nofollow">http://pyamf.org/wiki/DjangoHowto</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: savvasmalamas</title>
		<link>http://aralbalkan.com/1269/comment-page-1#comment-129594</link>
		<dc:creator>savvasmalamas</dc:creator>
		<pubDate>Tue, 25 Mar 2008 17:29:14 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1269#comment-129594</guid>
		<description>Thanks for sharing Aral..</description>
		<content:encoded><![CDATA[<p>Thanks for sharing Aral..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
