<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community : All Content - All Communities</title>
    <link>https://forums.adobe.com/</link>
    <description>All Content in Adobe Community</description>
    <language>en</language>
    <pubDate>Sat, 04 Jun 2011 22:45:54 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2011-06-04T22:45:54Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Keyboard Simulation tutorial and snippets</title>
      <link>https://forums.adobe.com/thread/860830</link>
      <description>&lt;!-- [DocumentBodyStart:e5326147-4d1c-45a0-a267-3d00af78a41e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;There are were several developers on the forums who asked various questions about keyboard simulation in Flash.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;While waiting for Godot I have posted a quick tutorial with a working example and code for both timeline and class-based app. Just pasted the code on timeline or make class a document class.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://as3-blog.net/snippets/keyboard.html" rel="nofollow"&gt;http://as3-blog.net/snippets/keyboard.html&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e5326147-4d1c-45a0-a267-3d00af78a41e] --&gt;&lt;img src='/beacon?t=1415939660358' /&gt;</description>
      <pubDate>Sat, 04 Jun 2011 22:45:54 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/860830</guid>
      <dc:date>2011-06-04T22:45:54Z</dc:date>
      <clearspace:dateToText>3 years 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Keyboard Simulation tutorial and snippets</title>
      <link>https://forums.adobe.com/thread/860831</link>
      <description>&lt;!-- [DocumentBodyStart:17b7c68b-8d96-4d6b-8dd0-019ef608e333] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;There are were several developers on the forums who asked various questions about keyboard simulation in Flash.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;While waiting for Godot I have posted a quick tutorial with a working example and code for both timeline and class-based app. Just pasted the code on timeline or make class a document class.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://as3-blog.net/snippets/keyboard.html" rel="nofollow"&gt;http://as3-blog.net/snippets/keyboard.html&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:17b7c68b-8d96-4d6b-8dd0-019ef608e333] --&gt;</description>
      <pubDate>Sat, 04 Jun 2011 22:47:42 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/860831</guid>
      <dc:date>2011-06-04T22:47:42Z</dc:date>
      <clearspace:dateToText>3 years 5 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Policy file on rtmp video and BitmapData.draw()</title>
      <link>https://forums.adobe.com/thread/422391</link>
      <description>&lt;!-- [DocumentBodyStart:212ad80d-adcf-497b-a351-34beaabc65a5] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I hope there is answer to my dilemma from server side stand point.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have a video asset that is streamed from rtmp. Say, url is: rtmp://blah.domain.com/directory/anotherone/asset.flv&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I need to invoke BitmapData.draw() on this asset.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;There is crossdomain.xml file on &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://blah.domain.com/crossdomain.xml" rel="nofollow"&gt;http://blah.domain.com/crossdomain.xml&lt;/a&gt;&lt;span&gt; that allows all the domains.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When is instantiate stream I write:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;stream.checkPolicyFile&amp;nbsp; = true;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;Also I load crossdomain from &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://blah.domain.com/crossdomain.xml" rel="nofollow"&gt;http://blah.domain.com/crossdomain.xml&lt;/a&gt;&lt;span&gt; and rtmp://blah.domain.com/crossdomain.xml&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I tried all the combination of the above.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In all the cases when I try BitmapData.draw() - I am getting:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;span style="font-size: 10pt;"&gt;cannot access &lt;/span&gt;&lt;/span&gt;rtmp://blah.domain.com/directory/anotherone/&lt;span&gt;&lt;span style="font-size: 10pt;"&gt;. No policy files granted access.&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at flash.display::BitmapData/draw()&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So, does it mean that each final folder has to have it's own crossdomain.xml? Even though the root directory has one?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Also, it feels that requesting crossdomain.xml from rtmp would be odd.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is there way around it?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Can anyone try to resolve my confusion please?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:212ad80d-adcf-497b-a351-34beaabc65a5] --&gt;</description>
      <pubDate>Tue, 21 Apr 2009 16:54:53 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/422391</guid>
      <dc:date>2009-04-21T16:54:53Z</dc:date>
      <clearspace:dateToText>3 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Video Player Tutorial :: ActionScript 3</title>
      <link>https://forums.adobe.com/thread/749096</link>
      <description>&lt;!-- [DocumentBodyStart:9bcfeae8-fefa-4f23-811d-941dcde43cd9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have posted a 4-part ActionScript 3 Flash Video Player Tutorial here:&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;a class="jive-link-external-small" href="http://flashascript.wordpress.com/2010/11/08/flash-custom-video-player-tutorial-part-1/" rel="nofollow"&gt;http://flashascript.wordpress.com/2010/11/08/flash-custom-video-player-tutorial-part-1/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://flashascript.wordpress.com/2010/11/08/flash-custom-video-player-tutorial-part-2/" rel="nofollow"&gt;http://flashascript.wordpress.com/2010/11/08/flash-custom-video-player-tutorial-part-2/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://flashascript.wordpress.com/2010/11/08/flash-custom-video-player-tutorial-part-3/" rel="nofollow"&gt;http://flashascript.wordpress.com/2010/11/08/flash-custom-video-player-tutorial-part-3/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://flashascript.wordpress.com/2010/11/08/flash-custom-video-player-tutorial-part-4/" rel="nofollow"&gt;http://flashascript.wordpress.com/2010/11/08/flash-custom-video-player-tutorial-part-4/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;This tutorial is mainly for developers who never wrote custom players.&lt;/p&gt;&lt;p&gt;&lt;br/&gt;Hope it will help someone to jumpstart video player development.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9bcfeae8-fefa-4f23-811d-941dcde43cd9] --&gt;</description>
      <pubDate>Mon, 08 Nov 2010 13:35:08 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/749096</guid>
      <dc:date>2010-11-08T13:35:08Z</dc:date>
      <clearspace:dateToText>3 years 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Array Shuffle/Randomization in ActionScript 3</title>
      <link>https://forums.adobe.com/thread/839696</link>
      <description>&lt;!-- [DocumentBodyStart:5902aa06-0f49-4ca7-8ee1-d4e8bf06bae6] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;div&gt;&lt;p&gt;I wrote a new blog post regarding how to shuffle/randomize array. Benchmark results included.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://as3-blog.net/?p=578"&gt;http://as3-blog.net/?p=578&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5902aa06-0f49-4ca7-8ee1-d4e8bf06bae6] --&gt;</description>
      <pubDate>Sun, 17 Apr 2011 18:01:26 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/839696</guid>
      <dc:date>2011-04-17T18:01:26Z</dc:date>
      <clearspace:dateToText>3 years 7 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Array Shuffle/Randomization in ActionScript 3</title>
      <link>https://forums.adobe.com/thread/839695</link>
      <description>&lt;!-- [DocumentBodyStart:9d79875a-011c-41e2-876f-d75cec55ea60] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I made a new blog post regarding how to shuffle/randomize array. Benchmark results included.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://as3-blog.net/?p=578" rel="nofollow"&gt;http://as3-blog.net/?p=578&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9d79875a-011c-41e2-876f-d75cec55ea60] --&gt;</description>
      <pubDate>Sun, 17 Apr 2011 17:59:59 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/839695</guid>
      <dc:date>2011-04-17T17:59:59Z</dc:date>
      <clearspace:dateToText>3 years 7 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>ASDocs - Preventing style and tags removing from HTML</title>
      <link>https://forums.adobe.com/thread/783814</link>
      <description>&lt;!-- [DocumentBodyStart:7698ece0-f86c-42a5-95de-5ee5dfd08b16] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am using Flex 4 ASDoc&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When I write in my comments:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;span class="myClass"&amp;gt;whatever&amp;lt;/span&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;entire tag including text is removed (myClass is present in style.css)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When I write:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;span style="color: #FF0000;"&amp;gt;whatever&amp;lt;/span&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;style attribute is removed.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have a feeling this has something to do with xslts and other setting. Can someone point me to the files where changes can be made so that custom styles and classes are not processed/removed?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7698ece0-f86c-42a5-95de-5ee5dfd08b16] --&gt;</description>
      <pubDate>Thu, 27 Jan 2011 20:01:10 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/783814</guid>
      <dc:date>2011-01-27T20:01:10Z</dc:date>
      <clearspace:dateToText>3 years 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Dragging Object Around Circle in Flash with ActionScript 3</title>
      <link>https://forums.adobe.com/thread/772051</link>
      <description>&lt;!-- [DocumentBodyStart:de61ae67-e8a8-4546-9405-a5f46c55465c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;div&gt;&lt;p&gt;I created a blog post that demonstrates how to make it work:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://flashascript.wordpress.com/2011/01/01/dragging-object-around-circle-in-flash-with-actionscript-3/"&gt;http://flashascript.wordpress.com/2011/01/01/dragging-object-around-ci rcle-in-flash-with-actionscript-3/&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:de61ae67-e8a8-4546-9405-a5f46c55465c] --&gt;</description>
      <pubDate>Sat, 01 Jan 2011 20:40:43 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/772051</guid>
      <dc:date>2011-01-01T20:40:43Z</dc:date>
      <clearspace:dateToText>3 years 10 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Dragging Object Around Circle in Flash with ActionScript 3</title>
      <link>https://forums.adobe.com/thread/772050</link>
      <description>&lt;!-- [DocumentBodyStart:7f073144-1a2a-4b70-949f-0a3a2a131b9e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I created a blog post that demonstrates how to make it work:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://flashascript.wordpress.com/2011/01/01/dragging-object-around-circle-in-flash-with-actionscript-3/" rel="nofollow"&gt;http://flashascript.wordpress.com/2011/01/01/dragging-object-around-circle-in-flash-with-a ctionscript-3/&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7f073144-1a2a-4b70-949f-0a3a2a131b9e] --&gt;</description>
      <pubDate>Sat, 01 Jan 2011 20:39:43 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/772050</guid>
      <dc:date>2011-01-01T20:39:43Z</dc:date>
      <clearspace:dateToText>3 years 10 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Dynamic Positioning of Objects in a Grid (rows and columns) AS3 Tutorial</title>
      <link>https://forums.adobe.com/thread/770310</link>
      <description>&lt;!-- [DocumentBodyStart:83e30f13-0a8c-4cd5-8c95-56c1fc1be441] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;The topic of a dynamic positioning of objects in a right grid (rows and columns) comes up often so I decided to post an AS3 solution here:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;a class="jive-link-external-small" href="http://flashascript.wordpress.com/2010/12/25/arranging-objects-into-2d-dynamic-grid-with-actionscript-3/" rel="nofollow"&gt;http://flashascript.wordpress.com/2010/12/25/arranging-objects-into-2d-dynamic-grid-with-a ctionscript-3/&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:83e30f13-0a8c-4cd5-8c95-56c1fc1be441] --&gt;</description>
      <pubDate>Mon, 27 Dec 2010 21:26:14 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/770310</guid>
      <dc:date>2010-12-27T21:26:14Z</dc:date>
      <clearspace:dateToText>3 years 11 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Dynamic Positioning of Objects in a Grid (rows and columns) with AS3 Tutorial</title>
      <link>https://forums.adobe.com/thread/770289</link>
      <description>&lt;!-- [DocumentBodyStart:60b31a1d-32a8-4913-acb1-51b5ffbcf56d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;The topic of a dynamic positioning of objects in a right grid (rows and columns) comes up often so I decided to post an AS3 solution here:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://flashascript.wordpress.com/2010/12/25/arranging-objects-into-2d-dynamic-grid-with-actionscript-3/" rel="nofollow"&gt;http://flashascript.wordpress.com/2010/12/25/arranging-objects-into-2d-dynamic-grid-with-a ctionscript-3/&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:60b31a1d-32a8-4913-acb1-51b5ffbcf56d] --&gt;</description>
      <pubDate>Mon, 27 Dec 2010 21:23:08 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/770289</guid>
      <dc:date>2010-12-27T21:23:08Z</dc:date>
      <clearspace:dateToText>3 years 11 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Number Formatting with ActionScript 3</title>
      <link>https://forums.adobe.com/thread/751793</link>
      <description>&lt;!-- [DocumentBodyStart:f0251aca-3e4e-46f8-a81c-657478191414] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I posted snippets that format numbers by adding commas or periods (dots) (depending on a formatting standard) that precede every three digits:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://flashascript.wordpress.com/2010/11/13/number-formatting-with-actionscript-3-and-regexp/" rel="nofollow"&gt;http://flashascript.wordpress.com/2010/11/13/number-formatting-with-actionscript-3-and-reg exp/&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Hope it will help someone.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f0251aca-3e4e-46f8-a81c-657478191414] --&gt;</description>
      <pubDate>Sat, 13 Nov 2010 18:16:15 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/751793</guid>
      <dc:date>2010-11-13T18:16:15Z</dc:date>
      <clearspace:dateToText>4 years 3 hours ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Number Formatting with ActionScript 3</title>
      <link>https://forums.adobe.com/thread/751794</link>
      <description>&lt;!-- [DocumentBodyStart:25380d3b-6a19-46a0-ac4b-4deab2bfe819] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I posted snippets that format numbers by adding commas or periods&amp;nbsp; (dots) (depending on a formatting standard) that precede every three&amp;nbsp; digits:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://flashascript.wordpress.com/2010/11/13/number-formatting-with-actionscript-3-and-regexp/" rel="nofollow"&gt;http://flashascript.wordpress.com/2010/11/13/number-formatting-with-actionscript-3-and-reg exp/&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Hope it will help someone.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:25380d3b-6a19-46a0-ac4b-4deab2bfe819] --&gt;</description>
      <pubDate>Sat, 13 Nov 2010 18:18:42 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/751794</guid>
      <dc:date>2010-11-13T18:18:42Z</dc:date>
      <clearspace:dateToText>4 years 11 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Video Player Tutorial :: ActionScript 3</title>
      <link>https://forums.adobe.com/thread/749095</link>
      <description>&lt;!-- [DocumentBodyStart:65b796fb-d0c5-483d-8294-e9340aa78062] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have posted a 4-part ActionScript 3 Flash Video Player Tutorial here:&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;a class="jive-link-external-small" href="http://flashascript.wordpress.com/2010/11/08/flash-custom-video-player-tutorial-part-1/" rel="nofollow"&gt;http://flashascript.wordpress.com/2010/11/08/flash-custom-video-player-tutorial-part-1/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://flashascript.wordpress.com/2010/11/08/flash-custom-video-player-tutorial-part-2/" rel="nofollow"&gt;http://flashascript.wordpress.com/2010/11/08/flash-custom-video-player-tutorial-part-2/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://flashascript.wordpress.com/2010/11/08/flash-custom-video-player-tutorial-part-3/" rel="nofollow"&gt;http://flashascript.wordpress.com/2010/11/08/flash-custom-video-player-tutorial-part-3/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://flashascript.wordpress.com/2010/11/08/flash-custom-video-player-tutorial-part-4/" rel="nofollow"&gt;http://flashascript.wordpress.com/2010/11/08/flash-custom-video-player-tutorial-part-4/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;This tutorial is mainly for developers who never wrote custom players.&lt;/p&gt;&lt;p&gt;&lt;br/&gt;Hope it will help someone to jumpstart video player development.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:65b796fb-d0c5-483d-8294-e9340aa78062] --&gt;</description>
      <pubDate>Mon, 08 Nov 2010 13:34:00 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/749095</guid>
      <dc:date>2010-11-08T13:34:00Z</dc:date>
      <clearspace:dateToText>4 years 6 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Apple allows iPhone apps generated in Flash.</title>
      <link>https://forums.adobe.com/thread/718645</link>
      <description>&lt;!-- [DocumentBodyStart:0df3b670-bd0b-4909-b2d9-98bcd36c99b1] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Just in case someone has missed this news:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;a class="jive-link-external-small" href="http://www.informationweek.com/news/smb/mobile/showArticle.jhtml?articleID=227400048&amp;amp;cid=RSSfeed_IWK_News" rel="nofollow"&gt;http://www.informationweek.com/news/smb/mobile/showArticle.jhtml?articleID=227400048&amp;amp;cid=R SSfeed_IWK_News&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0df3b670-bd0b-4909-b2d9-98bcd36c99b1] --&gt;</description>
      <pubDate>Fri, 10 Sep 2010 18:35:45 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/718645</guid>
      <dc:date>2010-09-10T18:35:45Z</dc:date>
      <clearspace:dateToText>4 years 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Memory Benchmark Test :: MovieClip vs. Sprite vs. Shape</title>
      <link>https://forums.adobe.com/thread/658203</link>
      <description>&lt;!-- [DocumentBodyStart:e2da48d6-92b7-4488-8f3d-27c9cf0394e5] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I performed a benchmark test memory consumption by three DisplayObjects - MovieClip, Sprite, and Shape.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Below are results and method used.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I just wanted to create instances. Test with adding instnaces to display list showed a slight difference in terms of memory consumption.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Observations:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Sprite uses from 16 to 22% with average 18% less memory than MoviClip.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Shape uses from 42 to 55% with average of 46% less memory than MovieClip.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Shape uses from 32 to 42% with average of 35% less memory than Sprite.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Results. Numbers in the first row are loop iteration values. Columns show bites consumed by objects and fraction of differences as compared to MovieClip performance.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse; width: 754px;"&gt;&lt;col style="width: 74pt;" width="99"&gt;&lt;/col&gt; &lt;col style="width: 48pt;" width="64"&gt;&lt;/col&gt; &lt;col style="width: 32pt;" width="43"&gt;&lt;/col&gt; &lt;col style="width: 32pt;" width="42"&gt;&lt;/col&gt; &lt;col style="width: 32pt;" width="43"&gt;&lt;/col&gt; &lt;col style="width: 48pt;" width="64"&gt;&lt;/col&gt; &lt;col style="width: 32pt;" width="43"&gt;&lt;/col&gt; &lt;col style="width: 48pt;" width="64"&gt;&lt;/col&gt; &lt;col style="width: 32pt;" width="43"&gt;&lt;/col&gt; &lt;col style="width: 48pt;" width="64"&gt;&lt;/col&gt; &lt;col style="width: 32pt;" width="43"&gt;&lt;/col&gt; &lt;col style="width: 48pt;" width="64"&gt;&lt;/col&gt; &lt;col style="width: 32pt;" width="43"&gt;&lt;/col&gt; &lt;col style="width: 26pt;" width="35"&gt;&lt;/col&gt; &lt;tbody&gt;&lt;tr style="height: 12.75pt;"&gt;&lt;td height="17" style="border:0px solid black;border-collapse: collapse;width: 74pt;height: 12.75pt;" width="99"&gt;&lt;/td&gt;&lt;td align="right" style="border:0px solid black;border-collapse: collapse;width: 48pt;" width="64"&gt;50&lt;/td&gt;&lt;td style="border:0px solid black;border-collapse: collapse;width: 32pt;" width="43"&gt;vs MC&lt;/td&gt;&lt;td align="right" style="border:0px solid black;border-collapse: collapse;width: 32pt;" width="42"&gt;100&lt;/td&gt;&lt;td style="border:0px solid black;border-collapse: collapse;width: 32pt;" width="43"&gt;vs MC&lt;/td&gt;&lt;td align="right" style="border:0px solid black;border-collapse: collapse;width: 48pt;" width="64"&gt;1000&lt;/td&gt;&lt;td style="border:0px solid black;border-collapse: collapse;width: 32pt;" width="43"&gt;vs MC&lt;/td&gt;&lt;td align="right" style="border:0px solid black;border-collapse: collapse;width: 48pt;" width="64"&gt;5000&lt;/td&gt;&lt;td style="border:0px solid black;border-collapse: collapse;width: 32pt;" width="43"&gt;vs MC&lt;/td&gt;&lt;td align="right" style="border:0px solid black;border-collapse: collapse;width: 48pt;" width="64"&gt;10000&lt;/td&gt;&lt;td style="border:0px solid black;border-collapse: collapse;width: 32pt;" width="43"&gt;vs MC&lt;/td&gt;&lt;td align="right" style="border:0px solid black;border-collapse: collapse;width: 48pt;" width="64"&gt;50000&lt;/td&gt;&lt;td style="border:0px solid black;border-collapse: collapse;width: 32pt;" width="43"&gt;vs MC&lt;/td&gt;&lt;td style="border:0px solid black;border-collapse: collapse;width: 26pt;" width="35"&gt;Avg%&lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 12.75pt;"&gt;&lt;td height="17" style="border:0px solid black;border-collapse: collapse;height: 12.75pt;"&gt;MovieClip&lt;/td&gt;&lt;td align="right" style="border:0px solid black;border-collapse: collapse;"&gt;36864&lt;/td&gt;&lt;td style="border:0px solid black;border-collapse: collapse;"&gt;&lt;/td&gt;&lt;td align="right" style="border:0px solid black;border-collapse: collapse;"&gt;69632&lt;/td&gt;&lt;td style="border:0px solid black;border-collapse: collapse;"&gt;&lt;/td&gt;&lt;td align="right" style="border:0px solid black;border-collapse: collapse;"&gt;614400&lt;/td&gt;&lt;td style="border:0px solid black;border-collapse: collapse;"&gt;&lt;/td&gt;&lt;td align="right" style="border:0px solid black;border-collapse: collapse;"&gt;3137536&lt;/td&gt;&lt;td style="border:0px solid black;border-collapse: collapse;"&gt;&lt;/td&gt;&lt;td align="right" style="border:0px solid black;border-collapse: collapse;"&gt;6225920&lt;/td&gt;&lt;td style="border:0px solid black;border-collapse: collapse;"&gt;&lt;/td&gt;&lt;td align="right" style="border:0px solid black;border-collapse: collapse;"&gt;31121408&lt;/td&gt;&lt;td style="border:0px solid black;border-collapse: collapse;"&gt;&lt;/td&gt;&lt;td style="border:0px solid black;border-collapse: collapse;"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 12.75pt;"&gt;&lt;td height="17" style="border:0px solid black;border-collapse: collapse;height: 12.75pt;"&gt;Sprite&lt;/td&gt;&lt;td align="right" style="border:0px solid black;border-collapse: collapse;"&gt;28672&lt;/td&gt;&lt;td align="right" style="border:0px solid black;border-collapse: collapse;"&gt;0.22&lt;/td&gt;&lt;td align="right" style="border:0px solid black;border-collapse: collapse;"&gt;53248&lt;/td&gt;&lt;td align="right" style="border:0px solid black;border-collapse: collapse;"&gt;0.24&lt;/td&gt;&lt;td align="right" style="border:0px solid black;border-collapse: collapse;"&gt;512000&lt;/td&gt;&lt;td align="right" style="border:0px solid black;border-collapse: collapse;"&gt;0.17&lt;/td&gt;&lt;td align="right" style="border:0px solid black;border-collapse: collapse;"&gt;2650112&lt;/td&gt;&lt;td align="right" style="border:0px solid black;border-collapse: collapse;"&gt;0.16&lt;/td&gt;&lt;td align="right" style="border:0px solid black;border-collapse: collapse;"&gt;5255168&lt;/td&gt;&lt;td align="right" style="border:0px solid black;border-collapse: collapse;"&gt;0.16&lt;/td&gt;&lt;td align="right" style="border:0px solid black;border-collapse: collapse;"&gt;26259456&lt;/td&gt;&lt;td align="right" style="border:0px solid black;border-collapse: collapse;"&gt;0.16&lt;/td&gt;&lt;td align="right" style="border:0px solid black;border-collapse: collapse;"&gt;0.19&lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 12.75pt;"&gt;&lt;td height="17" style="border:0px solid black;border-collapse: collapse;height: 12.75pt;"&gt;Shape&lt;/td&gt;&lt;td align="right" style="border:0px solid black;border-collapse: collapse;"&gt;16384&lt;/td&gt;&lt;td align="right" style="border:0px solid black;border-collapse: collapse;"&gt;0.56&lt;/td&gt;&lt;td align="right" style="border:0px solid black;border-collapse: collapse;"&gt;36864&lt;/td&gt;&lt;td align="right" style="border:0px solid black;border-collapse: collapse;"&gt;0.47&lt;/td&gt;&lt;td align="right" style="border:0px solid black;border-collapse: collapse;"&gt;335872&lt;/td&gt;&lt;td align="right" style="border:0px solid black;border-collapse: collapse;"&gt;0.45&lt;/td&gt;&lt;td align="right" style="border:0px solid black;border-collapse: collapse;"&gt;1761280&lt;/td&gt;&lt;td align="right" style="border:0px solid black;border-collapse: collapse;"&gt;0.44&lt;/td&gt;&lt;td align="right" style="border:0px solid black;border-collapse: collapse;"&gt;3567616&lt;/td&gt;&lt;td align="right" style="border:0px solid black;border-collapse: collapse;"&gt;0.43&lt;/td&gt;&lt;td align="right" style="border:0px solid black;border-collapse: collapse;"&gt;17358848&lt;/td&gt;&lt;td align="right" style="border:0px solid black;border-collapse: collapse;"&gt;0.44&lt;/td&gt;&lt;td align="right" style="border:0px solid black;border-collapse: collapse;"&gt;0.47&lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 12.75pt;"&gt;&lt;td height="17" style="border:0px solid black;border-collapse: collapse;height: 12.75pt;"&gt;&lt;/td&gt;&lt;td style="border:0px solid black;border-collapse: collapse;"&gt;&lt;/td&gt;&lt;td style="border:0px solid black;border-collapse: collapse;"&gt;&lt;/td&gt;&lt;td style="border:0px solid black;border-collapse: collapse;"&gt;&lt;/td&gt;&lt;td style="border:0px solid black;border-collapse: collapse;"&gt;&lt;/td&gt;&lt;td style="border:0px solid black;border-collapse: collapse;"&gt;&lt;/td&gt;&lt;td style="border:0px solid black;border-collapse: collapse;"&gt;&lt;/td&gt;&lt;td style="border:0px solid black;border-collapse: collapse;"&gt;&lt;/td&gt;&lt;td style="border:0px solid black;border-collapse: collapse;"&gt;&lt;/td&gt;&lt;td style="border:0px solid black;border-collapse: collapse;"&gt;&lt;/td&gt;&lt;td style="border:0px solid black;border-collapse: collapse;"&gt;&lt;/td&gt;&lt;td style="border:0px solid black;border-collapse: collapse;"&gt;&lt;/td&gt;&lt;td style="border:0px solid black;border-collapse: collapse;"&gt;&lt;/td&gt;&lt;td style="border:0px solid black;border-collapse: collapse;"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 12.75pt;"&gt;&lt;td height="17" style="border:0px solid black;border-collapse: collapse;height: 12.75pt;"&gt;Shape vs Sprite&lt;/td&gt;&lt;td style="border:0px solid black;border-collapse: collapse;"&gt;&lt;/td&gt;&lt;td align="right" style="border:0px solid black;border-collapse: collapse;"&gt;0.43&lt;/td&gt;&lt;td style="border:0px solid black;border-collapse: collapse;"&gt;&lt;/td&gt;&lt;td align="right" style="border:0px solid black;border-collapse: collapse;"&gt;0.31&lt;/td&gt;&lt;td style="border:0px solid black;border-collapse: collapse;"&gt;&lt;/td&gt;&lt;td align="right" style="border:0px solid black;border-collapse: collapse;"&gt;0.34&lt;/td&gt;&lt;td style="border:0px solid black;border-collapse: collapse;"&gt;&lt;/td&gt;&lt;td align="right" style="border:0px solid black;border-collapse: collapse;"&gt;0.34&lt;/td&gt;&lt;td style="border:0px solid black;border-collapse: collapse;"&gt;&lt;/td&gt;&lt;td align="right" style="border:0px solid black;border-collapse: collapse;"&gt;0.32&lt;/td&gt;&lt;td style="border:0px solid black;border-collapse: collapse;"&gt;&lt;/td&gt;&lt;td align="right" style="border:0px solid black;border-collapse: collapse;"&gt;0.34&lt;/td&gt;&lt;td align="right" style="border:0px solid black;border-collapse: collapse;"&gt;0.35&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Code:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;!--[CodeBlockStart:b158f50a-f7c8-4893-814c-ad7c351df1e7][excluded]--&gt;&lt;pre class="java" name="code"&gt;var tf:TextField = new TextField();
addChild(tf);
var mem:uint = 0;
var i:int = 0;
var arr:Array = [];
var numIterations:int = 1000;
mem = System.totalMemory;
for (i = 0; i &amp;lt; numIterations; i++) 
{
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;arr.push(new MovieClip());
}
tf.text = "m " + numIterations + " - " + String(System.totalMemory - mem);
&lt;/pre&gt;&lt;!--[CodeBlockEnd:b158f50a-f7c8-4893-814c-ad7c351df1e7]--&gt;&lt;div style="display:none;"&gt;&lt;/div&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e2da48d6-92b7-4488-8f3d-27c9cf0394e5] --&gt;</description>
      <pubDate>Fri, 11 Jun 2010 19:51:16 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/658203</guid>
      <dc:date>2010-06-11T19:51:16Z</dc:date>
      <clearspace:dateToText>4 years 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>8</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>MP3 and FileReference</title>
      <link>https://forums.adobe.com/thread/155354</link>
      <description>&lt;!-- [DocumentBodyStart:1340a443-d6cf-4a84-9d25-ec66ba4d583d] --&gt;&lt;div class="jive-rendered-content"&gt;Hello!
&lt;br/&gt;
&lt;br/&gt;I am having either thought constipation or lack of knowledge
or both. Or maybe I want too much.
&lt;br/&gt;
&lt;br/&gt;My application allows user to select an MP3 file from his
hard drive and upload it to the server utilizing FileReference
class -- they browse, select and upload. Everything works fine
except I would like to give them an opportunity to listen to MP3
after they select the file but BEFORE they attempt uploading it. Of
course I could just let them upload the thing and then stream it
back but I don't like an easy life.
&lt;br/&gt;
&lt;br/&gt;Naturally, loadSound("blah.mp3") doesn't work because I
cannot know path to their file (or can I?). In any case I could not
find a way to get the path to the selected file, which is fair from
the security standpoint.
&lt;br/&gt;
&lt;br/&gt;I hoped that the file accessed through FileReference would be
somehow translated as an object into datatype SOUND (FileReference
obviously knows that it deals with MP3 &amp;#8211; not the MIME though
&amp;#8211; and it would be nice to write my_sound:Sound = new Sound();
my_sound = my_selected_file; and get over with the issue) -- in
which case I would just start playing it. My high expectations did
not come true. I guess the shortest rendition of my question is: Is
there any way to convert selected MP3 into sound object, which I
can manipulate?
&lt;br/&gt;
&lt;br/&gt;I hope I am clear...
&lt;br/&gt;
&lt;br/&gt;Thank you very much!
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1340a443-d6cf-4a84-9d25-ec66ba4d583d] --&gt;</description>
      <pubDate>Mon, 23 Apr 2007 04:31:47 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/155354</guid>
      <dc:date>2007-04-23T04:31:47Z</dc:date>
      <clearspace:dateToText>4 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>8</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Full screen video mode preserving objects size</title>
      <link>https://forums.adobe.com/thread/54492</link>
      <description>&lt;!-- [DocumentBodyStart:022de21e-2d96-4f13-9b0d-c945694d304e] --&gt;&lt;div class="jive-rendered-content"&gt;Hi,
&lt;br/&gt;
&lt;br/&gt;My task is to show a video player in a full screen mode. I
have no problem doing that but I need it to perform in a such a way
that only video scales to the full screen while other objects
(player controls) remain unscaled. If I just go to the fullscreen
mode - everything on the stage is scaled up naturally.
&lt;br/&gt;
&lt;br/&gt;Playing with the full screen features I could come up with
the only solution which is to calculate a scaling factor (based on,
say, stage.width and stageWidth) and adjust player controls
dimensions and position accordingly.
&lt;br/&gt;
&lt;br/&gt;Is it the best way to preserve objects sizes or there is a
better technique?
&lt;br/&gt;
&lt;br/&gt;I hoped that because each display object has it's own stage
and I could show full screen only video by doing something like:
&lt;br/&gt;
&lt;br/&gt;_video.stage.fullScreenSourceRect = screenRectangle;
&lt;br/&gt;_video.stage.displayState = StageDisplayState.FULL_SCREEN;
&lt;br/&gt;
&lt;br/&gt;but it still expands all the objects.
&lt;br/&gt;
&lt;br/&gt;Thank you very much for sharing you experience (or
sources).&lt;/div&gt;&lt;!-- [DocumentBodyEnd:022de21e-2d96-4f13-9b0d-c945694d304e] --&gt;</description>
      <pubDate>Sat, 14 Jun 2008 23:51:00 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/54492</guid>
      <dc:date>2008-06-14T23:51:00Z</dc:date>
      <clearspace:dateToText>4 years 11 months ago</clearspace:dateToText>
      <clearspace:replyCount>15</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Policy file on rtmp video</title>
      <link>https://forums.adobe.com/thread/422358</link>
      <description>&lt;!-- [DocumentBodyStart:95e0ab25-5c78-41be-9dbf-3be17934c0ca] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Can someone point me to the right direction please?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have a video asset that is streamed from rtmp. Say, url is: rtmp://blah.domain.com/directory/anotherone/asset.flv&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I need to invoke BitmapData.draw() on this asset.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;There is crossdomain.xml file on &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://blah.domain.com/crossdomain.xml" rel="nofollow"&gt;http://blah.domain.com/crossdomain.xml&lt;/a&gt;&lt;span&gt; that allows all the domains.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When is instantiate stream I write:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;stream.checkPolicyFile&amp;nbsp; = true;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;Also I load crossdomain from &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://blah.domain.com/crossdomain.xml" rel="nofollow"&gt;http://blah.domain.com/crossdomain.xml&lt;/a&gt;&lt;span&gt; and rtmp://blah.domain.com/crossdomain.xml&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I tried all the combination of the above.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In all the cases when I try BitmapData.draw() - I am getting:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;span style="font-size: 10pt;"&gt;cannot access &lt;/span&gt;&lt;/span&gt;rtmp://blah.domain.com/directory/anotherone/&lt;span&gt;&lt;span style="font-size: 10pt;"&gt;. No policy files granted access.&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at flash.display::BitmapData/draw()&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So, does it mean that each final folder has to have it's own crossdomain.xml? Even though the root directory has one?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Also, it feels that requesting crossdomain.xml from rtmp would be odd.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is there way around it?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Can anyone try to resolve my confusion please?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:95e0ab25-5c78-41be-9dbf-3be17934c0ca] --&gt;</description>
      <pubDate>Tue, 21 Apr 2009 16:52:00 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/422358</guid>
      <dc:date>2009-04-21T16:52:00Z</dc:date>
      <clearspace:dateToText>5 years 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Reading video size without onMetaData on live stream.</title>
      <link>https://forums.adobe.com/thread/217642</link>
      <description>&lt;!-- [DocumentBodyStart:e2fca3bc-1987-495f-8e4e-13ca898476f0] --&gt;&lt;div class="jive-rendered-content"&gt;Hi,
&lt;br/&gt;
&lt;br/&gt;I am a Flash developer and practically know nothing about
FMS.
&lt;br/&gt;
&lt;br/&gt;We encountered a situation when our encoder (not Adobe's one)
doesn't inject metadata into a live stream. So, there is no
onMetaData on the stream. When stream is in 16x9, our players don't
resize the stream according to it's ratio and always display it in
4x3.
&lt;br/&gt;
&lt;br/&gt;Is there a way to read width and height of the video even
though there is no metsdata? Perhaps a method that can be invoked
via responder similar to getStreamLength.
&lt;br/&gt;
&lt;br/&gt;Video is streamed via Akamai.
&lt;br/&gt;
&lt;br/&gt;Interestingly enough when we view the same stream in Akamai
player - video is resized to the proper dimensions/ratio AFTER a
few seconds. Obviously Akamai has a mechanism to detect video
dimensions.
&lt;br/&gt;
&lt;br/&gt;Any help will be greatly appreciated.
&lt;br/&gt;
&lt;br/&gt;Thank you.&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e2fca3bc-1987-495f-8e4e-13ca898476f0] --&gt;</description>
      <pubDate>Tue, 17 Mar 2009 16:10:06 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/217642</guid>
      <dc:date>2009-03-17T16:10:06Z</dc:date>
      <clearspace:dateToText>5 years 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>LocalConnection limitations</title>
      <link>https://forums.adobe.com/thread/204310</link>
      <description>&lt;!-- [DocumentBodyStart:4b56d5f4-8ce1-4f42-aee5-1ea1b2302696] --&gt;&lt;div class="jive-rendered-content"&gt;Hi,
&lt;br/&gt;
&lt;br/&gt;Did anyone come across the issue of limits to number of SWFs
that can establish local connection on MAC?
&lt;br/&gt;
&lt;br/&gt;The architecture is: One Manager ("server") and N number of
other SWFs that communicate with the manager.
&lt;br/&gt;
&lt;br/&gt;When I embed more than 8 SWFs (manager + more than 7
dependents) and attempt to establish connection between them - only
first 7 dependent swfs are capable to communicate with the manager
on MAC (both Safary and FF). The rest are ignored. It doesn't seem
to be an issue on PC where I went up to 20 and it worked (with some
quirks of course). Is it a native behavior on MAC?
&lt;br/&gt;
&lt;br/&gt;I did not check if number of connections is at stake (as
opposed to number of swfs). There are 14 connections all together
when 7 dependents are involved.
&lt;br/&gt;
&lt;br/&gt;Are there any tricks to remedy this?
&lt;br/&gt;
&lt;br/&gt;Thank you.&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4b56d5f4-8ce1-4f42-aee5-1ea1b2302696] --&gt;</description>
      <pubDate>Thu, 12 Feb 2009 18:59:48 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/204310</guid>
      <dc:date>2009-02-12T18:59:48Z</dc:date>
      <clearspace:dateToText>5 years 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>SWF as a stand alone and a loadable app.</title>
      <link>https://forums.adobe.com/thread/239275</link>
      <description>&lt;!-- [DocumentBodyStart:dd43d057-943b-425a-b1ab-2260b7a6205d] --&gt;&lt;div class="jive-rendered-content"&gt;Hi,
&lt;br/&gt;
&lt;br/&gt;This is the first time I have to implement this kind of
requirement in AS3.
&lt;br/&gt;
&lt;br/&gt;Application I am developing will be used as a stand-alone swf
(embedded in html) and as a third party movie clip that will be
loaded by clients into other AS3 container on different domains.
The app is dynamic and will have to be available for manipulations
by the loading movie (as a component).
&lt;br/&gt;
&lt;br/&gt;I would love to hear your experiences, learn about potential
caveats that I may encounter and remedies to overcome the common
obstacles pertaining to this dualistic nature. I have a vast
experience with loading swf that I wrote into other swfs that I
wrote too but never dealt with the distributing flash apps.
&lt;br/&gt;
&lt;br/&gt;For instance I already discovered that because of the shift
in the stage reference I will have to be careful when to use it
(after the app is added to stage, naturally, but this aspect
escaped my attention in all the previous developments).
&lt;br/&gt;
&lt;br/&gt;Or, what would be a preferred way for a third party to load
my swf and access its application domain (for help instructions)?
&lt;br/&gt;
&lt;br/&gt;I guess, in essence, I would like to have a share of your
wisdom on what are the best practices in a Flash application
distribution. 
&lt;br/&gt;
&lt;br/&gt;I have no intention to bother you with hand handling - just
some conceptual advice. I will dig for the rest myself.
&lt;br/&gt;
&lt;br/&gt;Thank you very much for your time.
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:dd43d057-943b-425a-b1ab-2260b7a6205d] --&gt;</description>
      <pubDate>Thu, 07 Aug 2008 11:28:59 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/239275</guid>
      <dc:date>2008-08-07T11:28:59Z</dc:date>
      <clearspace:dateToText>6 years 3 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Code optimization and SWF size.</title>
      <link>https://forums.adobe.com/thread/246311</link>
      <description>&lt;!-- [DocumentBodyStart:00a6ea8d-9030-47f1-8284-9c19bf6562ba] --&gt;&lt;div class="jive-rendered-content"&gt;Hi,
&lt;br/&gt;
&lt;br/&gt;I am facing an issue of minimizing size of the compiled swf.
Everything works perfectly - I just need to optimize the code.
&lt;br/&gt;
&lt;br/&gt;This question is theoretical and pertains, I guess, to how
flash compiler works.
&lt;br/&gt;
&lt;br/&gt;Here is a hypothetical scenario:
&lt;br/&gt;
&lt;br/&gt;Say, there is an fla called Barn.fla. Document class for the
file is Barn.as
&lt;br/&gt;
&lt;br/&gt;Potentially there are several characters in the Barn:
chicken, cow, dog, etc.
&lt;br/&gt;
&lt;br/&gt;Each character is represented by a symbol in the library.
Each symbol is linked to a corresponding class: Chicken.as, Cow.as,
etc. For the simplicity sake they are all in the same package.
&lt;br/&gt;
&lt;br/&gt;Placement of these objects accomplished at AUTHORING time -
not loaded at runtime.
&lt;br/&gt;
&lt;br/&gt;The file is a template and is compiled into a different swfs
in the future. The difference between these swfs is that some
animals are present on the stage, some are not depending on what is
needed in the future and there is no way to tell when they will be
needed. If they are not needed - they are not only NOT present on
the stage - they also are REMOVED from the library.
&lt;br/&gt;
&lt;br/&gt;In the Barn class there is a functionality that depends on
what objects are present.
&lt;br/&gt;
&lt;br/&gt;Here I am getting to the core of my question:
&lt;br/&gt;
&lt;br/&gt;I can declare potential objects in the Barn class like this:
&lt;br/&gt;
&lt;br/&gt;private var chicken:Chicken;
&lt;br/&gt;private var cow:Cow;
&lt;br/&gt;private var dog:Dog;
&lt;br/&gt;
&lt;br/&gt;Then I will check if any of those exist on the stage and do
whatever.
&lt;br/&gt;
&lt;br/&gt;If, say, cow is not present on the stage and is not needed
but the variable is still declared (but undefined) - will compiler
still load entire class Cow because the type of cow is Cow for the
future potential use?
&lt;br/&gt;
&lt;br/&gt;Will swf be smaller if I declare variables in this manner:
&lt;br/&gt;
&lt;br/&gt;private var chicken:Object;
&lt;br/&gt;private var cow:Object;
&lt;br/&gt;private var dog:Object; 
&lt;br/&gt;
&lt;br/&gt;and only if the object is cast at compilation time to it's
corresponding type the class will be loaded?
&lt;br/&gt;
&lt;br/&gt;I hope I am not all that confusing.
&lt;br/&gt;
&lt;br/&gt;Thank you.
&lt;br/&gt;
&lt;br/&gt;Andrei&lt;/div&gt;&lt;!-- [DocumentBodyEnd:00a6ea8d-9030-47f1-8284-9c19bf6562ba] --&gt;</description>
      <pubDate>Fri, 27 Jun 2008 11:17:29 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/246311</guid>
      <dc:date>2008-06-27T11:17:29Z</dc:date>
      <clearspace:dateToText>6 years 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>10</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to read browser location/address url from within Flash?</title>
      <link>https://forums.adobe.com/thread/247250</link>
      <description>&lt;!-- [DocumentBodyStart:ccc795bd-0f7c-455a-8a5f-1da7fba5c556] --&gt;&lt;div class="jive-rendered-content"&gt;Strangely enough I cannot find any information on how to
detect or read an information on the browser that embeds a Flash
movie. I need url/location - the one that is showing in the browser
address bar - not loaderURL. Would be nice to be able to read type
of browser, etc. I need to do it without employing JavaScript.
&lt;br/&gt;
&lt;br/&gt;Does anyone knows where this information resides in Flash
9/AS3?
&lt;br/&gt;
&lt;br/&gt;Thank you.&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ccc795bd-0f7c-455a-8a5f-1da7fba5c556] --&gt;</description>
      <pubDate>Fri, 20 Jun 2008 22:14:52 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/247250</guid>
      <dc:date>2008-06-20T22:14:52Z</dc:date>
      <clearspace:dateToText>6 years 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to read browser location url from within Flash?</title>
      <link>https://forums.adobe.com/thread/247251</link>
      <description>&lt;!-- [DocumentBodyStart:28dc5539-9113-4901-9566-845445a2cd02] --&gt;&lt;div class="jive-rendered-content"&gt;Strangely enough I cannot find any information on how to
detect or read an information on the browser that embeds a Flash
movie. I need url/location - the one that is showing in the browser
address bar - not loaderURL. Would be nice to be able to read type
of browser, etc. I need to do it without employing JavaScript.
&lt;br/&gt;
&lt;br/&gt;Does anyone knows where this information resides in Flash
9/AS3?
&lt;br/&gt;
&lt;br/&gt;Thank you.&lt;/div&gt;&lt;!-- [DocumentBodyEnd:28dc5539-9113-4901-9566-845445a2cd02] --&gt;</description>
      <pubDate>Fri, 20 Jun 2008 22:22:07 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/247251</guid>
      <dc:date>2008-06-20T22:22:07Z</dc:date>
      <clearspace:dateToText>6 years 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to read browser location url from within Flash?</title>
      <link>https://forums.adobe.com/thread/247249</link>
      <description>&lt;!-- [DocumentBodyStart:973e8f45-190b-44a5-ad92-0dfb2212461b] --&gt;&lt;div class="jive-rendered-content"&gt;Strangely enough I cannot find any information on how to
detect or read an information on the browser that embeds a Flash
movie. I need url/location - the one that is showing in the browser
address bar - not loaderURL. Would be nice to be able to read type
of browser, etc. I need to do it without employing JavaScript.
&lt;br/&gt;
&lt;br/&gt;Does anyone knows where this information resides in Flash
9/AS3?
&lt;br/&gt;
&lt;br/&gt;Thank you.&lt;/div&gt;&lt;!-- [DocumentBodyEnd:973e8f45-190b-44a5-ad92-0dfb2212461b] --&gt;</description>
      <pubDate>Fri, 20 Jun 2008 22:13:49 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/247249</guid>
      <dc:date>2008-06-20T22:13:49Z</dc:date>
      <clearspace:dateToText>6 years 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>SharedObject.getLocal() crashes CS3 IDE on Vista</title>
      <link>https://forums.adobe.com/thread/53026</link>
      <description>&lt;!-- [DocumentBodyStart:c68e6983-58c1-47d2-8554-70807cb33a0f] --&gt;&lt;div class="jive-rendered-content"&gt;Hi,
&lt;br/&gt;
&lt;br/&gt;My CS3 IDE crashes when I attempt to use the following code:
&lt;br/&gt;
&lt;br/&gt;var so:SharedObject = SharedObject.getLocal("myDomain")
&lt;br/&gt;
&lt;br/&gt;Sometimes it crashes on the firsts attempt to publish,
sometimes - on the second.
&lt;br/&gt;
&lt;br/&gt;If I publish without previewing it - swf doesn't perform at
all when displayed in the browser.
&lt;br/&gt;
&lt;br/&gt;I see a lot of posts on the net about it but no solution.
&lt;br/&gt;
&lt;br/&gt;Is it a bug or there is a work around?
&lt;br/&gt;
&lt;br/&gt;Thank you.
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c68e6983-58c1-47d2-8554-70807cb33a0f] --&gt;</description>
      <pubDate>Mon, 16 Jun 2008 11:01:09 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/53026</guid>
      <dc:date>2008-06-16T11:01:09Z</dc:date>
      <clearspace:dateToText>6 years 5 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to deal with undefined/undeclared properties?</title>
      <link>https://forums.adobe.com/thread/54806</link>
      <description>&lt;!-- [DocumentBodyStart:54372ca7-0126-4a3d-8621-72852a7461a2] --&gt;&lt;div class="jive-rendered-content"&gt;Hi,
&lt;br/&gt;
&lt;br/&gt;My scenario is: I have classes that are bases for library
symbols. Inside these symbols several objects may be present. The
thing is that some of them will be there, others will not be
depending on the ui design- placement and removing of the objects
will be totally up to designers - not programmers although there
are limited possibilities.
&lt;br/&gt;
&lt;br/&gt;If the objects are present - I will need to initialize them
certain way. The objects will have predefined names per
requirements.
&lt;br/&gt;
&lt;br/&gt;Obviously, if an object is not on the stage - compiler will
throw an 1120 error once I attempt to reference it. What is the
best way to check if the property/variable was declared? I remember
reading somewhere about a technique of doing that but cannot find
it and my brain is frying because of the project and the weather
:-)
&lt;br/&gt;
&lt;br/&gt;Thank you very much.
&lt;br/&gt;
&lt;br/&gt;Andrei&lt;/div&gt;&lt;!-- [DocumentBodyEnd:54372ca7-0126-4a3d-8621-72852a7461a2] --&gt;</description>
      <pubDate>Mon, 09 Jun 2008 23:35:24 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/54806</guid>
      <dc:date>2008-06-09T23:35:24Z</dc:date>
      <clearspace:dateToText>6 years 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Garbage Collector Question</title>
      <link>https://forums.adobe.com/thread/55413</link>
      <description>&lt;!-- [DocumentBodyStart:e7a4a2ca-a843-4853-8dea-7a89bb658fa2] --&gt;&lt;div class="jive-rendered-content"&gt;Hi,
&lt;br/&gt;
&lt;br/&gt;I am still hot sure about how GC works.
&lt;br/&gt;
&lt;br/&gt;Say, I have a parent Sprite and a Sprite that is a child of
this parent.
&lt;br/&gt;
&lt;br/&gt;Child sprite has all these listeners, etc. that are not
registered with other objects that are outside of the child.
&lt;br/&gt;
&lt;br/&gt;If I remove the parent from the stage and nullify it - are
both parent and the child will be marked for GC even if I don't
remove listeners from inside the child?
&lt;br/&gt;
&lt;br/&gt;Thank you.&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e7a4a2ca-a843-4853-8dea-7a89bb658fa2] --&gt;</description>
      <pubDate>Sun, 08 Jun 2008 18:08:55 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/55413</guid>
      <dc:date>2008-06-08T18:08:55Z</dc:date>
      <clearspace:dateToText>6 years 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>AS Documentation Generator</title>
      <link>https://forums.adobe.com/thread/92314</link>
      <description>&lt;!-- [DocumentBodyStart:0d60881b-4e30-4692-95be-79b998c08542] --&gt;&lt;div class="jive-rendered-content"&gt;Hi,
&lt;br/&gt;
&lt;br/&gt;Has anyone had an experience with any software that
automatically generates documentation for AS-based applications? I
mean some sort of program that would read packages and describe the
classes, etc. 
&lt;br/&gt;
&lt;br/&gt;I believe there are such programs for other languages.
&lt;br/&gt;
&lt;br/&gt;Thank you.&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0d60881b-4e30-4692-95be-79b998c08542] --&gt;</description>
      <pubDate>Sat, 31 May 2008 17:36:26 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/92314</guid>
      <dc:date>2008-05-31T17:36:26Z</dc:date>
      <clearspace:dateToText>6 years 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>removeChild and Garbage Collector</title>
      <link>https://forums.adobe.com/thread/137174</link>
      <description>&lt;!-- [DocumentBodyStart:78b71771-ea9d-4423-a27d-575b5e245891] --&gt;&lt;div class="jive-rendered-content"&gt;I am still fuzzy on the Actionscript 3 framework.
&lt;br/&gt;
&lt;br/&gt;If I remove a child from a container, is the removed child
automatically eligible for the garbage collection? 
&lt;br/&gt;
&lt;br/&gt;If not &amp;#8211; what should I do to make it eligible? 
&lt;br/&gt;
&lt;br/&gt;If yes &amp;#8211; what can be done to prevent it from being
permanently deleted should I need it?
&lt;br/&gt;
&lt;br/&gt;container.removeChild(myDisplayObject)
&lt;br/&gt;
&lt;br/&gt;Thank you!
&lt;br/&gt;
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:78b71771-ea9d-4423-a27d-575b5e245891] --&gt;</description>
      <pubDate>Mon, 03 Dec 2007 17:02:08 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/137174</guid>
      <dc:date>2007-12-03T17:02:08Z</dc:date>
      <clearspace:dateToText>6 years 11 months ago</clearspace:dateToText>
      <clearspace:replyCount>8</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>loadSound MP3 Catch</title>
      <link>https://forums.adobe.com/thread/154880</link>
      <description>&lt;!-- [DocumentBodyStart:d05c1d9a-55bb-41c3-82c4-d89bbdcf2013] --&gt;&lt;div class="jive-rendered-content"&gt;Hey All,
&lt;br/&gt;
&lt;br/&gt;I have a flash MP3 player. Users upload an MP3 file and then
it is streamed back.
&lt;br/&gt;
&lt;br/&gt;The file on the server is always saved with the same name no
matter what their original file name was. So, when they reload an
MP3 they need to hear it, which means that the url for the
loadSound is always the same.
&lt;br/&gt;
&lt;br/&gt;The problem is that sound is obviously is in catch and until
I close the browser the newly uploaded MP3 doesn&amp;#8217;t play --
instead the file that was loaded first is playing. I checked it
from different perspectives and made sure that the file on the
server is the latest one. Again, once I restart the browser
(refresh doesn&amp;#8217;t work) &amp;#8211; correct file is played.
&lt;br/&gt;
&lt;br/&gt;What would be a technique that would refresh the file that is
played if I pass the same URL through loadSound?
&lt;br/&gt;
&lt;br/&gt;Sorry for the redundancies.
&lt;br/&gt;
&lt;br/&gt;Thank you!&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d05c1d9a-55bb-41c3-82c4-d89bbdcf2013] --&gt;</description>
      <pubDate>Wed, 25 Apr 2007 11:19:05 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/154880</guid>
      <dc:date>2007-04-25T11:19:05Z</dc:date>
      <clearspace:dateToText>7 years 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>loadSound MP3 Catch</title>
      <link>https://forums.adobe.com/thread/153676</link>
      <description>&lt;!-- [DocumentBodyStart:8db4a20b-0596-4caa-b527-44bb1167a490] --&gt;&lt;div class="jive-rendered-content"&gt;Hey All,
&lt;br/&gt;
&lt;br/&gt;I have a flash MP3 player. Users upload an MP3 file and then
it is streamed back.
&lt;br/&gt;
&lt;br/&gt;The file on the server is always saved with the same name no
matter what their original file name was. So, when they reload an
MP3 they need to hear it, which means that the url for the
loadSound is always the same.
&lt;br/&gt;
&lt;br/&gt;The problem is that sound is obviously is in catch and until
I close the browser the newly uploaded MP3 doesn&amp;#8217;t play --
instead the file that was loaded first is playing. I checked it
from different perspectives and made sure that the file on the
server is the latest one. Again, once I restart the browser
(refresh doesn&amp;#8217;t work) &amp;#8211; correct file is played.
&lt;br/&gt;
&lt;br/&gt;What would be a technique that would refresh the file that is
played if I pass the same URL through loadSound?
&lt;br/&gt;
&lt;br/&gt;Sorry for the redundancies.
&lt;br/&gt;
&lt;br/&gt;Thank you!
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8db4a20b-0596-4caa-b527-44bb1167a490] --&gt;</description>
      <pubDate>Tue, 24 Apr 2007 22:17:15 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/153676</guid>
      <dc:date>2007-04-24T22:17:15Z</dc:date>
      <clearspace:dateToText>7 years 7 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>MP3 and FileReference</title>
      <link>https://forums.adobe.com/thread/153597</link>
      <description>&lt;!-- [DocumentBodyStart:07b52bba-4569-4595-b0b9-6914dfaca710] --&gt;&lt;div class="jive-rendered-content"&gt;Hello!
&lt;br/&gt;
&lt;br/&gt;I am having either thought constipation or lack of knowledge
or both. Or maybe I want too much.
&lt;br/&gt;
&lt;br/&gt;My application allows user to select an MP3 file from his
hard drive and upload it to the server utilizing FileReference
class -- they browse, select and upload. Everything works fine
except I would like to give them an opportunity to listen to MP3
after they select the file but BEFORE they attempt uploading it. Of
course I could just let them upload the thing and then stream it
back but I don't like an easy life.
&lt;br/&gt;
&lt;br/&gt;Naturally, loadSound("blah.mp3") doesn't work because I
cannot know path to their file (or can I?). In any case I could not
find a way to get the path to the selected file, which is fair from
the security standpoint.
&lt;br/&gt;
&lt;br/&gt;I hoped that the file accessed through FileReference would be
somehow translated as an object into datatype SOUND (FileReference
obviously knows that it deals with MP3 &amp;#8211; not the MIME though
&amp;#8211; and it would be nice to write my_sound:Sound = new Sound();
my_sound = my_selected_file; and get over with the issue) -- in
which case I would just start playing it. My high expectations did
not come true. I guess the shortest rendition of my question is: Is
there any way to convert selected MP3 into sound object, which I
can manipulate?
&lt;br/&gt;
&lt;br/&gt;I hope I am clear...
&lt;br/&gt;
&lt;br/&gt;Thank you very much!
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:07b52bba-4569-4595-b0b9-6914dfaca710] --&gt;</description>
      <pubDate>Sun, 22 Apr 2007 20:37:59 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/153597</guid>
      <dc:date>2007-04-22T20:37:59Z</dc:date>
      <clearspace:dateToText>7 years 7 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>duplicateMovieClip: nested MCs don't duplicate</title>
      <link>https://forums.adobe.com/thread/161471</link>
      <description>&lt;!-- [DocumentBodyStart:df730176-95af-4a42-bc6f-f9886f648b65] --&gt;&lt;div class="jive-rendered-content"&gt;Hi!
&lt;br/&gt;
&lt;br/&gt;I have an instance to which numerous clips are attached at
runtime. When I duplicate this instance, the nested clips are not
duplicated. Is it because duplicateMovieClip duplicates instance
itself only -- not what was attached at runtime?
&lt;br/&gt;
&lt;br/&gt;The code is simple but, in case I miss something here it is
anyway:
&lt;br/&gt;
&lt;br/&gt;var dpl:MovieClip =
mc_dropPlacer.duplicateMovieClip("pc",_root.getNextHighestDepth());
&lt;br/&gt; dpl._x = 10;
&lt;br/&gt; dpl._y = 10;
&lt;br/&gt;
&lt;br/&gt;Thank you.&lt;/div&gt;&lt;!-- [DocumentBodyEnd:df730176-95af-4a42-bc6f-f9886f648b65] --&gt;</description>
      <pubDate>Sun, 25 Mar 2007 23:23:27 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/161471</guid>
      <dc:date>2007-03-25T23:23:27Z</dc:date>
      <clearspace:dateToText>7 years 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CF Apache Installation wsconfig.jar</title>
      <link>https://forums.adobe.com/thread/12691</link>
      <description>&lt;!-- [DocumentBodyStart:cc8575ac-0daa-4452-846a-a22bea185ed8] --&gt;&lt;div class="jive-rendered-content"&gt;I am struggling to install CF 6 and 7 with Apache 2.0.54,
2.0.59 on Win XP Home Edition.
&lt;br/&gt;
&lt;br/&gt;I tried to follow the Tek Notes on Adobe. When they talk
about extracting wsconfig.jar. I am not sure what it means. I just
tried to open this file, which promted me to configure the server.
I pointed to both Apache config and .exe. The jar threw the error
something like "can not extract ... MBeans'.
&lt;br/&gt;
&lt;br/&gt;The same installation routine worked fine on Win XP pro.
&lt;br/&gt;
&lt;br/&gt;Can someone tell me what is going on? Obviously people have a
lot of problems installing CF on Apache.
&lt;br/&gt;
&lt;br/&gt;Where can I download an earlier versions of Apache and CF in
case there is no fix?
&lt;br/&gt;
&lt;br/&gt;Thank you.&lt;/div&gt;&lt;!-- [DocumentBodyEnd:cc8575ac-0daa-4452-846a-a22bea185ed8] --&gt;</description>
      <pubDate>Thu, 03 Aug 2006 02:11:03 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/12691</guid>
      <dc:date>2006-08-03T02:11:03Z</dc:date>
      <clearspace:dateToText>8 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

