<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>Macromedia (Adobe?) Flash</title>
        <link>http://geekswithblogs.net/vganesh/category/2338.aspx</link>
        <description>Macromedia (Adobe?) Flash</description>
        <language>en</language>
        <copyright>CodeCanvas</copyright>
        <managingEditor>codecanvas@gmail.com</managingEditor>
        <generator>Subtext Version 0.0.0.0</generator>
        <item>
            <title>Flash 8 File Upload and Download</title>
            <link>http://geekswithblogs.net/vganesh/archive/2005/08/30/51553.aspx</link>
            <description>&lt;p&gt;This is cool! Macromedia Flash 8 has introduced built-in support for downloading and uploading (with help of server side script) files with server. It is notable that the the player will be able to support uploading more than one file to the server, you can check out the worked out examples at &lt;a href="http://blog.oinam.com/archives/2005/08/flash_8_file_up/" target="_blank"&gt;Oniam Software Blog&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;Advantage is that now displaying a progress of file upload will be easier. I am not sure if the post-back can be avoided with the help of asp.net 2, will have to check that out. &lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=51553"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=51553" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/vganesh/aggbug/51553.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>codecanvas</dc:creator>
            <guid>http://geekswithblogs.net/vganesh/archive/2005/08/30/51553.aspx</guid>
            <pubDate>Tue, 30 Aug 2005 12:32:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/vganesh/comments/51553.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/vganesh/archive/2005/08/30/51553.aspx#feedback</comments>
            <slash:comments>8</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/vganesh/comments/commentRss/51553.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/vganesh/services/trackbacks/51553.aspx</trackback:ping>
        </item>
        <item>
            <title>Scene jumping problem with gotoAndPlay / gotoAndStop</title>
            <link>http://geekswithblogs.net/vganesh/archive/2005/07/29/48555.aspx</link>
            <description>Flash has an nice concept called 'Scene', using which you separate a full movie into various scenes logically and then work on them. This enables the developer from going insane over the countless layers and frames that they have to jump to. One problem I faced with scene jumping with the recent work is that, when you are gotoAndPlay'ing to a scene from the topmost scene it works pretty well, but the problem arises when you have to jump to a different scene from inside of some object placed somewhere else in the movie it simply doesnt work.
&lt;p&gt;After doing some googling I found this &lt;a href="http://www.senocular.com/flash/tutorials/faq/" target="_blank"&gt;FAQ&lt;/a&gt; section which explained about the concept of scenes and a way to overcome the drawback. To put a long story short, hen exporting your fla into swf flash just concatinates all scenes one after another into a full length movie. So after exporting there isnt anything called a 'scene' present in the swf and thats the reason objects at innermost level are not able to execute the gotoAndPlay or gotoAndStop functions for scene based jumping. To overcome this drawback we just have to place a label frame to where it has to jump (basically I name it same as the scene itself) and then call the gotoAndPlay(&amp;quot;&amp;lt;labelName&amp;gt;&amp;quot;) to move the player head.&lt;/p&gt;
&lt;p&gt;In flash 2004 macromedia has introduced new concepts named Screens and Forms which dont have the above mentioned drawback, but as I was working on a older file I had to come across this issue. &lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=48555"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=48555" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/vganesh/aggbug/48555.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>codecanvas</dc:creator>
            <guid>http://geekswithblogs.net/vganesh/archive/2005/07/29/48555.aspx</guid>
            <pubDate>Fri, 29 Jul 2005 14:38:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/vganesh/comments/48555.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/vganesh/archive/2005/07/29/48555.aspx#feedback</comments>
            <slash:comments>4</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/vganesh/comments/commentRss/48555.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/vganesh/services/trackbacks/48555.aspx</trackback:ping>
        </item>
        <item>
            <title>Why isnt my Flash 2004 components working?</title>
            <link>http://geekswithblogs.net/vganesh/archive/2005/07/29/48554.aspx</link>
            <description>I was working on flash file modification project recently and had to make use of drop down (ComboBox) control present in the flash 2004 UI Components. All was set well and when trying to execute the flash file, the component did not work or rather there was no component but just an empty rectangle in the place. After doing some tussling with the flash settings, I remembered that the flash file was created with an older version, and when I had opened it in flash 2004 pro, it had not set the action script verion to 2 (it was in version 1).
&lt;p&gt; So after reseting the action script verion to 2 in the publish settings panel, the control showed up properly. &lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=48554"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=48554" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/vganesh/aggbug/48554.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>codecanvas</dc:creator>
            <guid>http://geekswithblogs.net/vganesh/archive/2005/07/29/48554.aspx</guid>
            <pubDate>Fri, 29 Jul 2005 14:28:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/vganesh/comments/48554.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/vganesh/archive/2005/07/29/48554.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/vganesh/comments/commentRss/48554.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/vganesh/services/trackbacks/48554.aspx</trackback:ping>
        </item>
    </channel>
</rss>