<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="http://blogs.forum.nokia.com/styles/rss.css" type="text/css"?>
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
>
 <channel>
  <title>Felipe Andrade&#039;s Forum Nokia Blog</title>
  <link>http://blogs.forum.nokia.com/blog/felipe-andrades-forum-nokia-blog</link>
  <description>&lt;p&gt;Widgets, Widsets, WRT, Flash Lite from Adobe, Java Micro Edition (Java™ ME), S60, S40, Mobile games, mobile video, prototype development, multiplatform applications, Python, C++, PHP, Adobe ColdFusion, Adobe Flex, JavaScript, ActionScript, Flash Professional IDE, Eclipse, Carbide C++, NetBeans IDE. Enjoy it!&lt;/p&gt;
</description>
  <pubDate>Mon, 23 Nov 2009 15:22:48 +0200</pubDate>
  <generator>http://www.lifetype.net</generator>
  <itunes:author>Forum Nokia</itunes:author>
  <itunes:category text="Technology">
    <itunes:category text="Tech News"/>
  </itunes:category>
  <itunes:image href="http://www.forum.nokia.com/piazza/blogs/imgs/forum_nokia_rss_logo.jpg"/>
    <item>
   <title>Flyer For Maemo: Flex Security Demystified</title>
   <description>
    &lt;p&gt;
Hello readers, 
&lt;/p&gt;
&lt;p&gt;
It&#039;s my first time blogging at &lt;a href=&quot;http://blogs.forum.nokia.com&quot; target=&quot;_blank&quot; title=&quot;Forum Nokia Blogs&quot;&gt;Forum Nokia Blogs&lt;/a&gt;. I am very grateful for use this tool to share my experiments and get in touch with Nokia community. 
&lt;/p&gt;
&lt;p&gt;
Seven years ago I started developing Flash content for web and cd-rom but along the evolution of the Flash technology I went to the world of mobile devices. Long short story... Luck of mine!
&lt;/p&gt;
&lt;p&gt;
Last month I received a N810 from &lt;a href=&quot;http://forum.nokia.com&quot; title=&quot;Forum Nokia&quot;&gt;Forum Nokia&lt;/a&gt; for testing purposes. I really enjoyed to play chess and start the porting of &lt;a href=&quot;http://www.flyerframework.org/&quot; target=&quot;_blank&quot; title=&quot;Flyer Framework&quot;&gt;Flyer Framework&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
Flyer Framework is an open source project to extend browsing features and mobile technologies. Flyer was primarily built to extend mobile technologies features, especially Flash Lite but along the development We&amp;rsquo;ve discovered the truly power of the platform.&lt;br /&gt;
&lt;br /&gt;
Flyer Framework runs on almost any OS (Symbian, Linux, Windows, Mac OS) that supports both Flash Player and Python. 
&lt;/p&gt;
&lt;p&gt;
While I was working in the porting process of the Flyer engine for Maemo I found an interesting challenge... overcome the flash player security allowing calls between a local python server (flyer engine) and the flash player (web content). 
&lt;/p&gt;
&lt;p&gt;
Like Flash Lite 3, the Flash Player plugin embedded on Maemo has built-in security restrictions that prevents cross-domain access. If you are planning to implement and use your own socket server or if you are accessing anything remote from a local file, &lt;em&gt;for security, by default Flash Player does not allow an application to access a remote data source from a domain other than the domain from which the application was served. So you have to put a crossdomain.xml file on the server you are accessing.&lt;/em&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;em&gt;A crossdomain.xml file is an XML file that provides a way for a server to indicate that its data and documents are available to SWF files served from certain domains, or from all domains. The crossdomain.xml file must be in the web root of the server that the Flex application is contacting.&lt;/em&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;img src=&quot;http://livedocs.adobe.com/flex/201/html/images/5tiers_FX_sdk.jpg&quot; width=&quot;526&quot; height=&quot;343&quot; /&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;
You can also check out an article on Forum Nokia Wiki explaining how to archieve this: &lt;a href=&quot;http://wiki.forum.nokia.com/index.php/How_to_create_a_socket_server_in_Python&quot; target=&quot;_blank&quot; title=&quot;How to create a Socket Server in Python&quot;&gt;How to create a Socket Server in Python&lt;/a&gt;. To get an in-depth overview of the flash player security model, check out the Developer Connection article: &lt;a href=&quot;http://www.adobe.com/devnet/flashplayer/articles/secure_swf_apps_06.html&quot; target=&quot;_blank&quot; title=&quot;Creating more secure SWF mobile applications&quot;&gt;Creating more secure SWF web applications.&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;object type=&quot;application/x-shockwave-flash&quot; width=&quot;450&quot; height=&quot;350&quot; data=&quot;http://www.youtube.com/v/PRijaF33GyM&quot; id=&quot;ltVideoYouTube&quot;&gt;
	&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/PRijaF33GyM&quot; /&gt;
	&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt;
	&lt;param name=&quot;allowScriptAcess&quot; value=&quot;sameDomain&quot; /&gt;
	&lt;param name=&quot;quality&quot; value=&quot;best&quot; /&gt;
	&lt;param name=&quot;bgcolor&quot; value=&quot;#FFFFFF&quot; /&gt;
	&lt;param name=&quot;FlashVars&quot; value=&quot;playerMode=embedded&quot; /&gt;
&lt;/object&gt;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
   </description>
   <link>http://blogs.forum.nokia.com/blog/felipe-andrades-forum-nokia-blog/2008/05/02/flyer-for-maemo-flex-security-demystified</link>
   <comments>http://blogs.forum.nokia.com/blog/felipe-andrades-forum-nokia-blog/2008/05/02/flyer-for-maemo-flex-security-demystified</comments>
   <guid>http://blogs.forum.nokia.com/blog/felipe-andrades-forum-nokia-blog/2008/05/02/flyer-for-maemo-flex-security-demystified</guid>
      <dc:creator>felipebzr</dc:creator>
      
    <category>Browsing</category>
      
    <category>Connectivity</category>
      
    <category>Flash</category>
      
    <category>Java</category>
      
    <category>Maemo</category>
      
    <category>Open C</category>
      
    <category>Python</category>
      
    <category>Testing</category>
         <pubDate>Fri, 02 May 2008 16:38:39 +0300</pubDate>
   <itunes:author>Forum Nokia</itunes:author>
   <itunes:subtitle>Flyer For Maemo: Flex Security Demystified</itunes:subtitle>
   <source url="http://blogs.forum.nokia.com/rss.php?blogId=300057&amp;profile=rss20">Felipe Andrade&#039;s Forum Nokia Blog</source>
     </item>
   </channel>
</rss>