<?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 : Popular Discussions - Flash Player 11.4 (READ ONLY)</title>
    <link>https://forums.adobe.com/community/labs/archives/flashplayer11-4?view=discussions</link>
    <description>Popular Discussion Threads in Flash Player 11.4 (READ ONLY)</description>
    <language>en</language>
    <pubDate>Wed, 22 Aug 2012 14:08:28 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2012-08-22T14:08:28Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Thin API?</title>
      <link>https://forums.adobe.com/thread/1053590</link>
      <description>&lt;!-- [DocumentBodyStart:c710a4ee-3e4d-4155-aa9d-05c36476db28] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="font-family: Garamond; font-size: 14pt;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;span style="font-family: Garamond; font-size: 14pt;"&gt;For days now I am unable to view live programming on the internet on a lot of the sites I have had no problem doing so in the past&lt;/span&gt;&lt;span style="font-family: Garamond; font-size: 14pt;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;span style="font-family: Garamond; font-size: 14pt;"&gt; keeps telling me "Thin API Exception: User must reauthenticate"&lt;/span&gt;&lt;span style="font-family: Garamond; font-size: 14pt;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;span style="font-family: Garamond; font-size: 14pt;"&gt;On some sites it askes me to log in to my cable provider and when I go to &lt;/span&gt;&lt;span style="font-family: Garamond; font-size: 14pt;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;span style="font-family: Garamond; font-size: 14pt;"&gt;do this nothing hapends but it tells me I am not allowed to view the content&lt;/span&gt;&lt;span style="font-family: Garamond; font-size: 14pt;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;span style="font-family: Garamond; font-size: 14pt;"&gt;I have tried Firefox Chrome Explorer and Safari&lt;/span&gt;&lt;span style="font-family: Garamond; font-size: 14pt;"&gt;&lt;br/&gt;&lt;/span&gt;&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;p&gt;Any help is greatly appreciated&lt;/p&gt;&lt;p&gt;Thank you&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c710a4ee-3e4d-4155-aa9d-05c36476db28] --&gt;&lt;img src='/beacon?t=1415938637644' /&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4809">api</category>
      <pubDate>Wed, 22 Aug 2012 14:08:28 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1053590</guid>
      <dc:date>2012-08-22T14:08:28Z</dc:date>
      <clearspace:dateToText>2 years 3 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>[Concurrency] SecurityError when attempting to access a file from a worker</title>
      <link>https://forums.adobe.com/thread/1049699</link>
      <description>&lt;!-- [DocumentBodyStart:39bf3a5d-98af-4121-9a49-e33acfd797c2] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I was working on encrypting some files in a worker using AIR, when I ran into this strange error...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="p1"&gt;&lt;span style="font-family: 'andale mono', times; font-size: 8pt;"&gt;SecurityError #0 - file&lt;/span&gt;&lt;/p&gt;&lt;p class="p1"&gt;&lt;span style="font-family: 'andale mono', times; font-size: 8pt;"&gt;at FileWorker/onChannelMessage()[/Users/axon/Projects/Flash/WorkerFile/src/FileWorker.as:32]&lt;/span&gt;&lt;/p&gt;&lt;p class="p1"&gt;&lt;span style="font-family: 'andale mono', times; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at flash.system::MessageChannel/internalAddEventListener()&lt;/span&gt;&lt;/p&gt;&lt;p class="p1"&gt;&lt;span style="font-family: 'andale mono', times; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at flash.system::MessageChannel/addEventListener()&lt;/span&gt;&lt;/p&gt;&lt;p class="p1" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This error triggers when simply placing some code to create a File class instance from a path in my background worker.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Here is an awesome example of my issue: &lt;a class="jive-link-external-small" href="http://dl.dropbox.com/u/3866967/WorkerFile.zip" rel="nofollow"&gt;WorkerFile.zip&lt;/a&gt;&lt;/p&gt;&lt;p&gt;It's a Flash Builder 4.6 project&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What I would like to know, is how do i open a file from a background worker? I didn't spot it on the not allowed list with the release notes, so I am baffled at this point.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any and all help is appreciated!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Update: Filed a bug with bugbase.adobe.com&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:39bf3a5d-98af-4121-9a49-e33acfd797c2] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4809">file</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4809">security</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4809">concurrency</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4809">security_error</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4809">worker</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4809">workers</category>
      <pubDate>Tue, 14 Aug 2012 23:38:55 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1049699</guid>
      <dc:date>2012-08-14T23:38:55Z</dc:date>
      <clearspace:dateToText>2 years 2 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Concurrency (ActionScript Workers) Bug in Flex Project??</title>
      <link>https://forums.adobe.com/thread/1047102</link>
      <description>&lt;!-- [DocumentBodyStart:37937dfc-118c-433a-9c10-3dc59a285345] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I downLoad examples in the flashplayer11-4_p1_ex_concurrency.zip file&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;new a Flex Project&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;copy Source Code from "HelloWorld" Project in my Flex Project&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;it can run succeed bug show trace :&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;inside primordial worker&lt;/p&gt;&lt;p&gt;Current State: running&lt;/p&gt;&lt;p&gt;Current State: terminated&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;myCode have no any about terminated, but evt.target.state == "terminated"&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;please help me !!!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:37937dfc-118c-433a-9c10-3dc59a285345] --&gt;</description>
      <pubDate>Thu, 09 Aug 2012 17:53:34 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1047102</guid>
      <dc:date>2012-08-09T17:53:34Z</dc:date>
      <clearspace:dateToText>2 years 3 months ago</clearspace:dateToText>
      <clearspace:messageCount>8</clearspace:messageCount>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>can not access LoaderInfo.bytes</title>
      <link>https://forums.adobe.com/thread/1037191</link>
      <description>&lt;!-- [DocumentBodyStart:b47b4944-bbfa-497b-977e-4a759bd01e56] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I use Loader.load() method to load a swf file, I can access loader.contentLoaderInfo.bytes, BUT, when I use Loader.loadBytes() method to load a swf file, I CAN NOT access loader.contentLoaderInfo.bytes. It will give me &lt;/p&gt;&lt;p&gt;&lt;span style="color: #444444; font-family: Arial, Helvetica, sans-serif; text-align: -webkit-auto; background-color: #f3f3e9;"&gt;Security&lt;/span&gt; Error! I has use &lt;strong&gt;&lt;span style="color: #444444; font-family: Arial, Helvetica, sans-serif; text-align: -webkit-auto; background-color: #f3f3e9;"&gt;Security.allowDomain&lt;/span&gt; &lt;/strong&gt;, but cann't work.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b47b4944-bbfa-497b-977e-4a759bd01e56] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4809">security</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4809">loaderinfo</category>
      <pubDate>Tue, 17 Jul 2012 06:38:29 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1037191</guid>
      <dc:date>2012-07-17T06:38:29Z</dc:date>
      <clearspace:dateToText>2 years 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

