<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="http://blogs.forum.nokia.com/styles/rss.css" type="text/css"?>
<rdf:RDF 
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
  xmlns="http://my.netscape.com/rdf/simple/0.9/"
>

 <channel>
  <title>Faisal Iqbal&#039;s Forum Nokia Blog</title>
  <link>http://blogs.forum.nokia.com/blog/faisal-iqbals-forum-nokia-blog</link>
  <description>&lt;p&gt;Mostly Flash Lite and PyS60 :)&lt;/p&gt;
</description>
 </channel>
    <item>
   <title>My latest project, Oxygen -The Flash Lite Developers Toolkit on FN.Wiki</title>
   <description>&lt;p&gt;
Today, I&#039;m very excited to release my latest free source project. &lt;a href=&quot;http://wiki.forum.nokia.com/index.php/Oxygen_-_The_Flash_Lite_Developers_Kit&quot;&gt;Oxygen Toolkit for Flash Lite developers&lt;/a&gt;. It is a set of ready-to-use components for helping optimizing Flash animations, runtime memory. 
&lt;/p&gt;
&lt;p&gt;
The toolkit also contains Signal Meter and Battery Meter components for use in regular applications. Using these component requires zero-coding. Yes, just drag the component to Stage, and you&#039;re good to go. 
&lt;/p&gt;
&lt;p&gt;
&lt;a id=&quot;res_1622&quot; href=&quot;http://blogs.forum.nokia.com//data/blogs/resources/300010/oxygen-screenshot1.png&quot;&gt;&lt;/a&gt;&lt;a id=&quot;res_1622&quot; href=&quot;http://blogs.forum.nokia.com//data/blogs/resources/300010/oxygen-screenshot1.png&quot;&gt;&lt;img src=&quot;http://blogs.forum.nokia.com//data/blogs/resources/300010/oxygen-screenshot1.png&quot; /&gt;&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
I have posted detailed information about using the components and customizing them at &lt;a href=&quot;http://wiki.forum.nokia.com/index.php/Wiki_Home&quot;&gt;FN.Wiki&lt;/a&gt;. 
&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://wiki.forum.nokia.com/index.php/Oxygen_-_The_Flash_Lite_Developers_Kit&quot;&gt;Download and read more here.&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
I have managed to post it before 1st April, so I hope the entry will be included in Contributor of the month and &lt;a href=&quot;http://wiki.forum.nokia.com/index.php/2008_Code_Example_Challenge&quot;&gt;2008 Code Example Challenge&lt;/a&gt;&amp;nbsp;:D 
&lt;/p&gt;
&lt;p&gt;
Any comments or feedback is welcome. 
&lt;/p&gt;
&lt;p&gt;
// chall3ng3r //
&lt;/p&gt;</description>
   <link>http://blogs.forum.nokia.com/blog/faisal-iqbals-forum-nokia-blog/2008/03/31/my-latest-project-oxygen-the-flash-lite-developers-toolkit-on-fn.wiki</link>
      <pubDate>Mon, 31 Mar 2008 21:11:22 +0200</pubDate>   
  </item>
    <item>
   <title>Flash Lite: Effectively using gotoAndPlay &amp;amp; gotoAndStop</title>
   <description>&lt;p&gt;Hey all,&lt;/p&gt;&lt;p&gt;This is my first post regarding the Flash Lite tips&amp;#39;n tricks I am planning to share on this blog. So, lets get started.&lt;/p&gt;&lt;p&gt;As Flash Lite 1.1 supports pre-AS1 Flash 4 scripting syntax, the developer have to use tellTarget statement to access objects from deferent object.&lt;/p&gt;&lt;p&gt;For example if there are two objects on the stage, menu_mc and controller_mc. To perform a quick gotoAndPlay action from controller_mc to menu_mc, you might be using the following code:&lt;/p&gt;&lt;p&gt;&lt;code&gt;tellTarget(&amp;quot;../menu_mc&amp;quot;)&lt;br /&gt;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // play SlideUp&amp;nbsp;frame&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; gotoAndPlay(&amp;quot;slideUp&amp;quot;);&lt;br /&gt;}&lt;/code&gt;&lt;/p&gt;&lt;p&gt;&lt;code&gt;&lt;/code&gt;While this works pretty well, but you can also do this via just a single gotoAndPlay call. gotoAndPlay and gotoAndStop also accepts paths, so you can simply pass the object path along with frame label or number to goto command. Like the same operation we did with tellTarget above can also be done as follows:&lt;/p&gt;&lt;p&gt;&lt;code&gt;// play SlideUp&amp;nbsp;frame&lt;br /&gt;gotoAndPlay(&amp;quot;../menu_mc:slideUp&amp;quot;);&lt;/code&gt;&lt;/p&gt;&lt;p&gt;&lt;code&gt;&lt;/code&gt;You can use relative paths as well as absolute paths with this approach.&lt;/p&gt;&lt;p&gt;This trick is quite useful when you have to do a quick goto action, but if you need to perform multiple actions, then you&amp;#39;re good to go with tellTarget.&lt;/p&gt;&lt;p&gt;&lt;em&gt;Update: BTW, you can use the same trick with latest versions of Flash / Flash Lite.&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;Update: &lt;a href=&quot;http://www.scottjanousek.com/blog/&quot;&gt;Scott &lt;/a&gt;has posted&amp;nbsp;a nice&amp;nbsp;example use of this tip on his blog, &lt;/em&gt;&lt;a href=&quot;http://www.scottjanousek.com/blog/2008/02/20/evil-panda-example-of-gotoandplay-frame-label-tip-with-flash-lite-11/&quot;&gt;&lt;em&gt;check it out&lt;/em&gt;&lt;/a&gt;&lt;em&gt;.&lt;/em&gt;&lt;/p&gt;&lt;p&gt;Stay tuned for more!&lt;/p&gt;&lt;p&gt;// chall3ng3r //&lt;/p&gt;</description>
   <link>http://blogs.forum.nokia.com/blog/faisal-iqbals-forum-nokia-blog/2008/02/18/flash-lite-effectively-using-gotoandplay-gotoandstop</link>
      <pubDate>Mon, 18 Feb 2008 21:57:22 +0100</pubDate>   
  </item>
  </rdf:RDF>

