<?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>Wed, 23 Oct 2013 19:52:08 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2013-10-23T19:52:08Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>AIR for Android - StageWebView and Video (YouTube iFrame)</title>
      <link>https://forums.adobe.com/thread/1320698</link>
      <description>&lt;!-- [DocumentBodyStart:3d87336e-505d-4301-97f6-cbd8c32d6ff7] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey all, &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've been converting an iOS tablet app over to Android and I've noticed the StageWebView has some curious limitations, especially with anything that accessed the GPU (video, etc). &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;At first the embedded YouTube (iframe) videos would just show the first frame of the video dutifully with the usual play button. When pressed, the video went black and all I heard was audio. The reason I even mention this is it took quite a while to locate &lt;a class="jive-link-external-small" href="http://help.adobe.com/en_US/air/build/WSfffb011ac560372f-5d0f4f25128cc9cd0cb-7ffc.html" rel="nofollow"&gt;this Adobe page&lt;/a&gt; with a section entitled "&lt;em&gt;Enabling Flash Player and other plug-ins in a StageWebView object&lt;/em&gt;". So I added in the application tag to enable the plugins with acceleration (&lt;em&gt;&amp;lt;application android:hardwareAccelerated="true"/&amp;gt;&lt;/em&gt;) and now I can see video. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The erratic thing is on ICS (Android 4.0.x) the video plays in the StageWebView but it horizontally closes to about 20% its normal width. The video player doesn't scale to 20% width, the iframe is just somehow collapsing to that narrow width removing the ability to see 80% of the video or use the controls (e.g. no fullscreen button visible). &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When tested on Jelly Bean (4.1.x) the video does not pinch horizontally, it (amusingly) plays horizontally backwards (mirrored) and upside down.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Previously with hardwareAccelerated="true" missing I could press play and then toggle fullscreen and the video would work fine. After adding hardwareAccelerated="true" I can no longer use fullscreen, it crashes the devices after locking up. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I also tried appending ?html5=1 to the YouTube videos to force GoogleAPI to choose a HTML5 player. This didn't do anything. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Has anyone found the sacred tome of knowledge required to get an embedded YouTube video to play in a StageWebView iframe?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3d87336e-505d-4301-97f6-cbd8c32d6ff7] --&gt;&lt;img src='/beacon?t=1415939668692' /&gt;</description>
      <pubDate>Wed, 23 Oct 2013 19:52:08 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1320698</guid>
      <dc:date>2013-10-23T19:52:08Z</dc:date>
      <clearspace:dateToText>1 day 6 hours ago</clearspace:dateToText>
      <clearspace:replyCount>24</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>AIR 15 (latest), Undefined symbols for architecture armv7</title>
      <link>https://forums.adobe.com/thread/1612885</link>
      <description>&lt;!-- [DocumentBodyStart:b29ab24c-8134-49bc-95e9-dddce7e7d341] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Anyone else getting any errors compiling (FB4.7) using the latest AIR 15 such as:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;blockquote class="jive-quote"&gt;
&lt;p&gt;Undefined symbols for architecture armv7: _traits:AOTBuildOutput-0000000200_21:114::Span referenced from _AOTBuildOutput-0000000200_21:736:Edge in AOTBuildOutput-0000000200_21.o ld: symbol(s) not found for architecture armv7 Compilation failed while executing : ld64&lt;/p&gt;


&lt;/blockquote&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Compiling with AIR 14 doesn't give the error but lacks any of the v15 OS8 updates.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;EDIT:&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've made no progress removing this error but have removed all of my ANEs from the project. That rules out any legacy Obj-c ANE code that might have been causing the issue. I have also used both the release and beta version of AIR 15, both producing the identical error.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any information on this error would be helpful. Typically a file/line number is produced in these errors indicating where to look but the above error only indicates "Span referenced from .. :Edge" which does not relate to any code in the project. The only SWCs used are Greensock Tweenlite and a Flash Pro exported SWC with only graphics.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'll report this to the bug (wishform) if no information turns up here that remedies the issue.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;RE-EDIT:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I should have followed a single step regiment to narrow it down but I did 3 things at once and I'm unsure which might have fixed it. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;1) I have a SWF that contains graphics which I load off the filesystem. It was exporting that SWF at Flash Player v12 (I have no need to export higher, or so I thought). I just targeted FP15 and re-exported those SWFs. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;2) I updated my greensock library to the latest (this is what I think actually caused the issue, if it's not #1)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;3) I removed a TLFTextField considering they're not rendering (I was still using CS6 with TLFTextFields) and exported from Flash Pro CC 2014 to FP15 as mentioned in #1. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;One of the 3 fixed the issue. I can now export with no error, even when using the ANEs. Hope it helps someone. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Message was edited by: sinious&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b29ab24c-8134-49bc-95e9-dddce7e7d341] --&gt;</description>
      <pubDate>Mon, 20 Oct 2014 22:08:00 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1612885</guid>
      <dc:date>2014-10-20T22:08:00Z</dc:date>
      <clearspace:dateToText>3 weeks 1 day ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Stereoscopic (3D), embedding the 'type' in a video</title>
      <link>https://forums.adobe.com/thread/1572645</link>
      <description>&lt;!-- [DocumentBodyStart:b369508a-8c59-4e99-90b4-c13218803687] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey all, &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've read in some forums (makemkv, xbmc) that there are headers you can put in a MP4 that will tell the TV which type of stereoscopic is being used (top and bottom, side by side, interleave, etc). Does anyone have experience with which containers/codecs can have this information embedded and what apps I may need to get this done? &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;There was a link in their forums to a youtube MP4 that triggers a TV when played via a media device. Either a PS3, XBox, Popcorn Hour, HTPC, etc. After the MP4 H264 started playback the TV appropriately received the correct type of 3D in use. I'd really like to implement this in some fun I'm having with the 3d rigging system in AE. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Does anyone know how to embed this in the headers or metadata of the video? Thanks! &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b369508a-8c59-4e99-90b4-c13218803687] --&gt;</description>
      <pubDate>Thu, 11 Sep 2014 19:33:59 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1572645</guid>
      <dc:date>2014-09-11T19:33:59Z</dc:date>
      <clearspace:dateToText>2 months 3 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Passive 3D displays, anything other than AE needed to have some fun here?</title>
      <link>https://forums.adobe.com/thread/1564914</link>
      <description>&lt;!-- [DocumentBodyStart:168f1787-c1a9-48be-bbf6-3952e6309d69] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey all, &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;After looking around I see some basic stereo-graphic tutorials but I don't see too much out there on the passive of active side. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I read an &lt;a class="jive-link-external-small" href="http://helpx.adobe.com/after-effects/kb/stereoscopic-3d-effects.html#main_Creating_a_stereoscopic_scene_in_After_Effects_" rel="nofollow"&gt;extensive article&lt;/a&gt; on some of the basics (literally the only official thing I could find) but upon opening a new project, adding in a 3d layer, a camera, right-clicking on the camera and telling it to create a stereo 3d rig, AE CC 2014 flips out displaying this error until I had to end its task: &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-6698550-667965/endtask.PNG"&gt;&lt;img alt="endtask.PNG" class="jive-image image-1" height="161" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6698550-667965/endtask.PNG" style="height: auto;" width="510"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So, ok.. let me baby step back a bit here. Is AE "itself" enough to produce anything a passive 3D HDTV can see in an interleave or side by side mode or do I need more software? &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Also what settings should I be using on my composition? Active glasses typically run at 60FPS, so what settings should I be using for passive (if it's even capable of producing something for passive)?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for tips! &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:168f1787-c1a9-48be-bbf6-3952e6309d69] --&gt;</description>
      <pubDate>Wed, 03 Sep 2014 19:56:33 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1564914</guid>
      <dc:date>2014-09-03T19:56:33Z</dc:date>
      <clearspace:dateToText>2 months 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Deleting every nth frame (again)</title>
      <link>https://forums.adobe.com/thread/963731</link>
      <description>&lt;!-- [DocumentBodyStart:baf0307d-337a-4c4a-bba0-ebd9c881901a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey all, &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have a video where every single 5th frame is a duplicate. So I need frames 0,1,2,3 - 5,6,7,8 - 10,11,12,13 - etc...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've seen &lt;a class="jive-link-message-small" data-containerId="3266" data-containerType="14" data-objectId="3523678" data-objectType="2" href="https://forums.adobe.com/message/3523678#3523678"&gt;this post&lt;/a&gt; but I myself am not familiar with expressions enough to write it just by what the person is suggesting.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I found a few suggestions &lt;a class="jive-link-external-small" href="http://forums.creativecow.net/thread/2/986512" rel="nofollow"&gt;such as&lt;/a&gt;:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;f = timeToFrames();&lt;/em&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;n = Math.floor(f/5);&lt;/em&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;framesToTime(n+f);&lt;/em&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Also this from a random YouTube video I can't find: &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;f = timeToFrames();&lt;/em&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;p = Math.floor(f/1);&lt;/em&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;framesToTime(p*1.5);&lt;/em&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Neither work. The frames start jumping erratically. 2 frames at a time, then 150 frames, etc etc. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In general programming to iterate and skip every nth number I'd just do a modulos check and skip any 0 sum. Something like:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;f = timeToFrames();&lt;/em&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;n = f % 5;&lt;/em&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;if (n == 0) { f++; }&lt;/em&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;framesToTime(f);&lt;/em&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This also produces some really odd frame counts although it doesn't jump to the hundreds eratically. It just doesn't work. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How would I skip every 5th frame?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for tips!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:baf0307d-337a-4c4a-bba0-ebd9c881901a] --&gt;</description>
      <pubDate>Thu, 16 Feb 2012 15:05:03 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/963731</guid>
      <dc:date>2012-02-16T15:05:03Z</dc:date>
      <clearspace:dateToText>4 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>[iOS] CS5.5 AIR3 - BitmapData (blitting) and Text - Some Text Missing?</title>
      <link>https://forums.adobe.com/thread/921052</link>
      <description>&lt;!-- [DocumentBodyStart:2c4bae08-e2af-49d8-b74f-8319c17a9278] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey all, &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Are there any gottchas for text showing up in a sprite you draw to a bitmapdata that might make some text fail to show up? &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have a loop that's printing headlines and then text below those headlines. The headlines show up, the text blow it does not. Both uses the same (embedded) font. Bit confused on this. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;One thing to note is the headlines have a dropshadow I'm applying. This must be internally converting the text to a bitmap of some sort. I applied the dropshadow to the text that I don't desire to have a dropshadow and it shows up. Is this sounding like a bug?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for any tips! &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2c4bae08-e2af-49d8-b74f-8319c17a9278] --&gt;</description>
      <pubDate>Thu, 03 Nov 2011 16:29:47 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/921052</guid>
      <dc:date>2011-11-03T16:29:47Z</dc:date>
      <clearspace:dateToText>6 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CS6 Publish AIR for iOS, conflicting path error (icons)</title>
      <link>https://forums.adobe.com/thread/1300562</link>
      <description>&lt;!-- [DocumentBodyStart:8c700fe0-76c9-4f37-82e1-485f1933f0e0] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey all, &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Win 7 Pro 64bit, Flash CS6 latest update, AIR latest (3.8.0.1430)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In Flash CS5.5 I've never seen this error but in CS6 I get this error constantly, than some icons path conflicts with another in the same path. This is just an old project I never converted to Flash Builder (no issue like this) nor have seen the issue in CS5.5. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Here's the error on a dummy project I literally set up just to create a reproducable error. File-&amp;gt;New AIR (3.8.0.1430) for iOS project,&amp;nbsp; set the SWF/IPA/Icon paths in publish settings, include the folders for the icons (auto-gen'd by Flash), and the error happens every time:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-5699863-412174/err.jpg"&gt;&lt;img alt="err.jpg" class="jive-image jive-image-thumbnail" height="367" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-5699863-412174/450-367/err.jpg" width="450"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've researched it quite a bit and usually people change the paths of where icons are stored or just put the icons in the root path of the app to get rid of the error. Neither of these work for me.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;For now I just continue to use the command line to compile these projects but it's becoming a real hassle. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Anyone find out the root cause of this? &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8c700fe0-76c9-4f37-82e1-485f1933f0e0] --&gt;</description>
      <pubDate>Fri, 20 Sep 2013 16:39:29 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1300562</guid>
      <dc:date>2013-09-20T16:39:29Z</dc:date>
      <clearspace:dateToText>7 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>LocationChangeEvent anomalies, not firing via JavaScript?</title>
      <link>https://forums.adobe.com/thread/1087670</link>
      <description>&lt;!-- [DocumentBodyStart:eafb135e-174f-4793-8469-b271d824a7aa] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey all, &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Has anyone noticed LocationChangeEvent doesn't appear to fire when using JavaScript? The &lt;a class="jive-link-external-small" href="http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/media/StageWebView.html#event:locationChanging" rel="nofollow"&gt;StageWebView.locationChanging&lt;/a&gt; documentation specifies it will be called: &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;blockquote class="jive-quote"&gt;&lt;p&gt;&lt;span&gt;A locationChanging event is only dispatched when the location change is initiated through HTML content or &lt;strong&gt;code&lt;/strong&gt; running inside the StageWebView object,such as when a user clicks a link.&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm changing the location via JavaScript and only if I've clicked an anchor (&amp;lt;a&amp;gt;) link will this actually fire off correctly. I'm assigning it simply to a button:&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;!--[CodeBlockStart:36b1728e-cbad-4c7c-983d-f757cc726856][excluded]--&gt;&lt;pre class="xml" name="code"&gt;&amp;lt;input type="button" value="Click" onclick="location.href = 'http://www.example.com';"/&amp;gt;
&lt;/pre&gt;&lt;!--[CodeBlockEnd:36b1728e-cbad-4c7c-983d-f757cc726856]--&gt;&lt;div style="display:none;"&gt;&lt;/div&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The event never fires off. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm filling my StageWebView with custom content loaded via loadString() (which doesn't fire off that event). If someone clicks any link I've provided I want to bounce them out to a full browser. I'm trying to preventDefault() so the StageWebView does not load the content while running a navigateToURL() so it opens in Safari (this is an iPad app). Works great for anchors, just not in that quick JavaScript example. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Anyone else notice this behavior?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:eafb135e-174f-4793-8469-b271d824a7aa] --&gt;</description>
      <pubDate>Wed, 24 Oct 2012 15:41:07 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1087670</guid>
      <dc:date>2012-10-24T15:41:07Z</dc:date>
      <clearspace:dateToText>8 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>14</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Code editor - Auto-indentation correction option?</title>
      <link>https://forums.adobe.com/thread/1373789</link>
      <description>&lt;!-- [DocumentBodyStart:8ed91c7d-5af2-4a49-bce0-6d9a58e3f64f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;When pasting code I've noticed DW doesn't even attempt to fix the indentation. Maybe I've been using Visual Studio, FlashDevelop, Flash Builder, Aptana, etc and this is all handled very well if not perfectly because it's strictly code but even in their HTML editing capacities I've noticed them do a very good job of indentation auto-correcting. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've been pasting a lot of snippits lately and I find I'm spending quite a long time fixing indentation. Is there an option I'm overlooking in code formatting, pasting, etc that does this? &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;An example would be opening some example code from a snippit file that doesn't match my current JavaScript indentation . So if I copy a few lines of code such as:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;pre&gt;&lt;p&gt;someBackboneMethod: function (data) {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;var view = new SomeViewClass(
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;name: data.name, 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;something: data.something, 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;etc: data.etc 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;});&lt;/p&gt;&lt;p&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$('#somecontent').html(view.render().el);
},
&lt;/p&gt;&lt;/pre&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;After I paste that into DW where the rest of the surrounding lines are clearly indented, DW doesn't attempt to fix the indentation. It won't even fix the initial line if I don't copy and paste in exactly the same manner. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It's not the end of the world if this isn't available or this only really works in HTML, as HTML indents pretty well automatically. I'm just a bit used to the other studios handling pasting code rather automagically and am wondering if I overlooked this feature. HTML and JavaScript tend to nest so heavily it'd be really handy if this option exists.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8ed91c7d-5af2-4a49-bce0-6d9a58e3f64f] --&gt;</description>
      <pubDate>Tue, 07 Jan 2014 20:34:47 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1373789</guid>
      <dc:date>2014-01-07T20:34:47Z</dc:date>
      <clearspace:dateToText>10 months 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>8</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Any workarounds to NetStream not reporting bytesLoaded on AIR 3.0+ for iOS?</title>
      <link>https://forums.adobe.com/thread/1359608</link>
      <description>&lt;!-- [DocumentBodyStart:797dc872-b0e5-4357-8b3d-8ee6ff1db4ab] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey all, &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I gave in a while back and just used Darkredz StageWebView and VideoPlayer ANE to get around this. It's been quite a long time and I'd really love to know the underlying reason as to why such a basic and vital attribute isn't wired into the AIR SDK. But alas to this day, as the documentation clearly states:&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://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/NetStream.html#bytesLoaded" rel="nofollow"&gt;http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/NetStream.htm l#bytesLoaded&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;&lt;strong&gt;Note:&lt;/strong&gt; This property is not supported for H.264 video in AIR 3.0 for iOS.&lt;/em&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This makes me a sad panda. Has anyone found a workaround beyond the above mentioned ANE? &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:797dc872-b0e5-4357-8b3d-8ee6ff1db4ab] --&gt;</description>
      <pubDate>Mon, 16 Dec 2013 18:40:48 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1359608</guid>
      <dc:date>2013-12-16T18:40:48Z</dc:date>
      <clearspace:dateToText>10 months 1 month ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>USB Debugging Android OS 4.2.x or Above Failing</title>
      <link>https://forums.adobe.com/thread/1355451</link>
      <description>&lt;!-- [DocumentBodyStart:38148db1-4cd3-469a-a13a-5628d341d052] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey all, &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I starting to get more and more devices that both don't come with a USB driver (relying on MTP) and fail to authorize themselves with Windows. Not all 4.2 devices do this however, I'm noticing Samsung is pretty special in this way. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have the latest Android SDK, the default google USB driver as well. 'adb devices' continuously shows devices as 'unauthorized'. I've read people do simple things like unplug/replug, uncheck/recheck USB debugging, restart the device and all possible combinations of those things in any order. My older devices dutifully ask me upon connection or USB Debugging enablement if the PC I connected it to is allowed and once I click OK the device is authorized (like my 4.1.2 Samsung Galaxy S3). This screen NEVER comes up on newer devices, never offering a way to authorize the device. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Android devices that work&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Samsung Galaxy S3 (4.1.2)&lt;/li&gt;&lt;li&gt;Samsung Galaxy Tab 2 7" (4.1.2)&lt;/li&gt;&lt;li&gt;ASUS Transformer 10.1" (4.0.3)&lt;/li&gt;&lt;li&gt;ASUS Transformer Infinity 10" (4.2.1)&lt;/li&gt;&lt;li&gt;Lenovo IdeaTab 7" (4.0)&lt;/li&gt;&lt;li&gt;ASUS MeMO SmartPad 10.1" (4.1)&lt;/li&gt;&lt;li&gt;Sony Xperia Tablet Z 10" (4.2.2)&lt;/li&gt;&lt;/ul&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Devices that refuse to authorize: &lt;/p&gt;&lt;ul&gt;&lt;li&gt;Samsung Galaxy S4 (4.3)&lt;/li&gt;&lt;li&gt;Samsung Galaxy Note 3 (4.3)&lt;/li&gt;&lt;li&gt;Samsung Galaxy Tab 3 8.0" (4.2.2) &lt;/li&gt;&lt;/ul&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The obvious trend here is, Samsung and anything over 4.2 doesn't seem to work (allow authorization). I can find nothing but Kies software with a "reinstall USB driver" option which I've installed and tried but these devices merely are visible in windows, allow file transfers with no issues, show up in 'adb devices' as 'unauthorized' and in Flash Builder 4.7 they show up as their serial numbers, 'online' and AIR is not installed, with no OS version. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Has anyone had any luck with a late Samsung device and USB debugging, or getting the devices to authorize with the OS? As much as I've narrowed it (which doesn't help) is OS 4.2 and up now ask for a RSA fingerprint for authorization from Windows whereas 4.1 and below do not. Somehow only the older Galaxy Tab and Sony are getting this. I guess Samsung is just having an issue (with Win7 Pro 64bit). &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any native developers know how to force a device to authorize? &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:38148db1-4cd3-469a-a13a-5628d341d052] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">usb</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">android</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">debug</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">flash_builder_4.7</category>
      <pubDate>Tue, 10 Dec 2013 21:04:43 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1355451</guid>
      <dc:date>2013-12-10T21:04:43Z</dc:date>
      <clearspace:dateToText>11 months 2 days ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>AIR 3.8, ActionScript-only projects, which SDK?</title>
      <link>https://forums.adobe.com/thread/1261789</link>
      <description>&lt;!-- [DocumentBodyStart:5c178e8e-e839-4345-b131-189d5375dfe5] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey all, &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I haven't seen the box appear before on the &lt;a class="jive-link-external-small" href="http://www.adobe.com/devnet/air/air-sdk-download.html" rel="nofollow"&gt;AIR SDK download page&lt;/a&gt; that Flex users should download an alternate version. Does this also pertain to projects in Flash Builder (4.7 Premium) that are ActionScript for Mobile as well (which do not use Flex)? It seems like I should download the version that lets Flex work, otherwise are we going to have to continuously flip back and forth between the regular SDK and the Flex-friendly SDK depending on the project? &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5c178e8e-e839-4345-b131-189d5375dfe5] --&gt;</description>
      <pubDate>Wed, 24 Jul 2013 17:53:57 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1261789</guid>
      <dc:date>2013-07-24T17:53:57Z</dc:date>
      <clearspace:dateToText>1 year 4 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Profiler can't connect to AIR for Mobile?</title>
      <link>https://forums.adobe.com/thread/1175805</link>
      <description>&lt;!-- [DocumentBodyStart:03091866-cbc7-453d-8a9b-16159f729a10] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey all, &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Anyone else experiencing an issue connecting the FB4.7 Premium profiler to a mobile app? &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;FB, AIR SDK, debugger plugins, debugger and release projectors and flash playerglobal all updated to the latest version. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In a brand new empty mobile project I just hit the profiler, make a standard config to export to AIR Simulator and set it to iPad as the device. It pops up a white box, waits 15 seconds and:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-5171046-310382/profile.jpg"&gt;&lt;img alt="profile.jpg" class="jive-image jive-image-thumbnail" height="122" onclick="" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-5171046-310382/450-122/profile.jpg" width="450"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;- Added full rules to Windows Firewall to allow the application (even down to specifying the port)&lt;/p&gt;&lt;p&gt;- Changed ports and reconfigured the firewall in profiler preferences&lt;/p&gt;&lt;p&gt;- Disabled Windows Firewall completely&lt;/p&gt;&lt;p&gt;- Checked for any FB or Adobe software updates overall, all up to date&lt;/p&gt;&lt;p&gt;- Closed and restarted FB&lt;/p&gt;&lt;p&gt;- Restarted computer overall&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Nothing is getting this thing connected. FB4.6 Premium connects up perfectly. As soon as I launch profiler in FB4.6P I get the dialog to choose what to profile, check the boxes, it starts profiling perfectly fine. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Anyone else experiencing this? &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:03091866-cbc7-453d-8a9b-16159f729a10] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">air</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">error</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">mobile</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">ios</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">4.7</category>
      <pubDate>Fri, 22 Mar 2013 20:25:06 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1175805</guid>
      <dc:date>2013-03-22T20:25:06Z</dc:date>
      <clearspace:dateToText>1 year 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Adobe: What frameworks are compatible with Native Extensions on iOS?</title>
      <link>https://forums.adobe.com/thread/995367</link>
      <description>&lt;!-- [DocumentBodyStart:11dc542d-e7da-4adc-bdd3-b6db386894dd] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Man it's really hard to diagnose what could possibly be going wrong compiling ANEs for iOS. I dev apps in Xcode that work perfect, zero leaks. I use any part of the majority of the frameworks I've tried (none visual) and they simply don't work outside a very rare few. Vibration, gyroscope, alert modals, etc. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is there a list of compatibility between ANEs and classes on platforms that AIR supports? Whether it be Windows, iOS, Android, MacOSX, etc? &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is there some way to "know" that a framework should be supported? For example, all I remember reading is to steer clear of visual classes. Oddly the UIAlertView modal works on iOS (that's visual to me but *shrug*). &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;My current need is to use NSURLConnection and NSURLRequest. Both are in Foundation.h. Neither are visual. They're simply classes that make a connection to a host while sending and receiving responses. Yet any time I attempt to instantiate a NSURLRequest it's insta-crash. I comment it out and the ANE works fine. So far I find almost everything I do with ANEs to fail. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Clearly the framework classes I'm using aren't supported or I'm doing it miserably wrong. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;A chart indicating support would be REALLY nice for each platform. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;On another note, has anyone utilized NSURL* on iOS successfully in an ANE?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:11dc542d-e7da-4adc-bdd3-b6db386894dd] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">air_for_ios</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">air_native_extensions</category>
      <pubDate>Wed, 25 Apr 2012 23:19:13 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/995367</guid>
      <dc:date>2012-04-25T23:19:13Z</dc:date>
      <clearspace:dateToText>1 year 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>16</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Storing cache data in app/Library/Caches, how do you access this folder?</title>
      <link>https://forums.adobe.com/thread/958421</link>
      <description>&lt;!-- [DocumentBodyStart:aec74be3-be1a-4b6e-aa28-9e1aab9080aa] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey all, &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm trying to abide by the new rules to keep content that is not vital to the application yet very desirable to cache in 5.0.1. The original project was built using Flash IDE and FlashDevelop and stored files in the Documents folder. It was rejected from the app store for 2.23 for not putting those files in the app/Library/Caches folder. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've checked to see if this folder auto-exists using a bunch of File.applicationDirectory.resolvePath() traces and I can't find this folders existence. I can see that /Library/Caches exists but I get errors trying to write to that so that can't be it. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;For example, here's a bunch of traces using applicationDirectory and then applicationStorageDirectory and their outputs:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;File.applicationDirectory.resolvePath('/Library/Caches');&lt;/p&gt;&lt;p&gt;File.applicationDirectory.resolvePath('./../../Library/Caches');&lt;/p&gt;&lt;p&gt;File.applicationDirectory.resolvePath('./../Library/Caches');&lt;/p&gt;&lt;p&gt;File.applicationDirectory.resolvePath('../Library/Caches');&lt;/p&gt;&lt;p&gt;File.applicationDirectory.resolvePath('Library/Caches');&lt;/p&gt;&lt;p&gt;File.applicationDirectory.resolvePath('./../Library/Caches');&lt;/p&gt;&lt;p&gt;----------------------------&lt;/p&gt;&lt;p&gt;File.applicationStorageDirectory.resolvePath('/Library/Caches');&lt;/p&gt;&lt;p&gt;File.applicationStorageDirectory.resolvePath('./../../Library/Caches');&lt;/p&gt;&lt;p&gt;File.applicationStorageDirectory.resolvePath('./../Library/Caches');&lt;/p&gt;&lt;p&gt;File.applicationStorageDirectory.resolvePath('./Library/Caches');&lt;/p&gt;&lt;p&gt;File.applicationStorageDirectory.resolvePath('Library/Caches');&lt;/p&gt;&lt;p&gt;File.applicationStorageDirectory.resolvePath('./../Library/Caches');&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="text-align: -webkit-auto;"&gt;&lt;span style="font-size: 14px; font-family: 'courier new', courier, monospace;"&gt;outputs:&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;cache 1 exists: /Library/Caches&lt;/p&gt;&lt;p&gt;cache 2 exists: /var/mobile/Applications/F6DD6D3B-E01A-44B5-849C-349170008DDD/myApp.app&lt;/p&gt;&lt;p&gt;cache 3 exists: /var/mobile/Applications/F6DD6D3B-E01A-44B5-849C-349170008DDD/myApp.app&lt;/p&gt;&lt;p&gt;cache 4 exists: /var/mobile/Applications/F6DD6D3B-E01A-44B5-849C-349170008DDD/myApp.app&lt;/p&gt;&lt;p&gt;cache 5 doesnt exist: /var/mobile/Applications/F6DD6D3B-E01A-44B5-849C-349170008DDD/myApp.app/Library/Caches&lt;/p&gt;&lt;p&gt;cache 6 exists: /var/mobile/Applications/F6DD6D3B-E01A-44B5-849C-349170008DDD/myApp.app&lt;/p&gt;&lt;p&gt;----------------------------&lt;/p&gt;&lt;p&gt;cache 1 exists: /Library/Caches&lt;/p&gt;&lt;p&gt;cache 2 exists: /var/mobile/Applications/F6DD6D3B-E01A-44B5-849C-349170008DDD/Library/Application Support/com.example.myApp/Local Store&lt;/p&gt;&lt;p&gt;cache 3 exists: /var/mobile/Applications/F6DD6D3B-E01A-44B5-849C-349170008DDD/Library/Application Support/com.example.myApp/Local Store&lt;/p&gt;&lt;p&gt;cache 4 doesnt exist: /var/mobile/Applications/F6DD6D3B-E01A-44B5-849C-349170008DDD/Library/Application Support/com.example.myApp/Local Store/Library/Caches&lt;/p&gt;&lt;p&gt;cache 5 doesnt exist: /var/mobile/Applications/F6DD6D3B-E01A-44B5-849C-349170008DDD/Library/Application Support/com.example.myApp/Local Store/Library/Caches&lt;/p&gt;&lt;p&gt;cache 6 exists: /var/mobile/Applications/F6DD6D3B-E01A-44B5-849C-349170008DDD/Library/Application Support/com.example.myApp/Local Store&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I would have expected 'Library/Caches' to resolve.. You can see clearly '&lt;em&gt;cache 5 &lt;strong&gt;doesnt exist&lt;/strong&gt;: /var/mobile/Applications/F6DD6D3B-E01A-44B5-849C-349170008DDD/myApp.app/Library/Caches&lt;/em&gt;' traced there. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I even made the folders Library\Caches included it as a folder in my publish options. I still don't see the directories existence. Now that's weird. I also include a 'data' folder and that exists if I trace for it. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any tips on how I can find this "Library/Caches" path? &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:aec74be3-be1a-4b6e-aa28-9e1aab9080aa] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">air</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">ios</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">3.1</category>
      <pubDate>Fri, 03 Feb 2012 21:42:34 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/958421</guid>
      <dc:date>2012-02-03T21:42:34Z</dc:date>
      <clearspace:dateToText>1 year 10 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Catching/Suppressing Socket Error (#2044, #2031, ioError) failing</title>
      <link>https://forums.adobe.com/thread/1130920</link>
      <description>&lt;!-- [DocumentBodyStart:5c21f13b-4acd-47af-9315-5216a3cb0a27] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey all, &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I haven't tried to do much with the tcp Socket class on devices, nor AIR. I've noticed there's a big difference when you try to connect to LAN devices rather than servers over the net as there seems to be no way to specify a socket policy file that will stick. I've used them over HTTP and they work but locally it doesn't seem to matter what I load for a policy file, I get error #2044-&amp;gt;#2031, which is an uncaught IOErrorEvent.IO_ERROR. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm catching IOErrorEvent synchronously and async, e.g.:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;blockquote class="jive-quote"&gt;&lt;p&gt;// -- import all relevant classes -------------&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;// just attaching relevant listeners for example&lt;/p&gt;&lt;p&gt;var sock:Socket = new Socket();&lt;/p&gt;&lt;p&gt;sock.addEventListener(IOErrorEvent.IO_ERROR, errHandler);&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;// sync&lt;/p&gt;&lt;p&gt;try&lt;/p&gt;&lt;p&gt;{&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sock.connect('192.168.1.50',1234);&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;catch (e:IOErrorEvent)&lt;/p&gt;&lt;p&gt;{&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; trace('Caught IOErrorEvent');&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;catch (e:IOError)&lt;/p&gt;&lt;p&gt;{&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; trace("Caught IOError');&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;// this fires off, even though I get "uncaught IOErrorEvent" errors&lt;/p&gt;&lt;p&gt;function errHandler(e:IOErrorEvent):void&lt;/p&gt;&lt;p&gt;{&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; trace("IOErrorEvent"); &lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;// -- end example -----------------------&lt;/p&gt;&lt;/blockquote&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So when the device doesn't respond on the port specified and timeout expires, errHandler DOES get called, but I also get a [Dismiss] [Continue] error dialog popping up (#2044) saying an uncaught IOErrorEvent (#2031) occured of type "ioError". The catch never fires, the real event handler does.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Error #2044: Unhandled IOErrorEvent:. text=Error #2031: Socket Error.&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Uncaught? Very strange....&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Anyone ever connect to local LAN devices and figure out how to suppress this error from popping up? I intend on using the Socket class to talk to IP devices on my local network via an iPad. No problems happen using the devices as long as the device exists but I need a way to fail gracefully connecting to the device that won't spawn uncaught errors (when clearly the error is caught). &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;AIR 3.5 (3.5.0.880), Flash Builder 4.6(32bit) and 4.7(64bit) premium, compiling to SWF version 18 (11.5) running locally in the simulator. I haven't seen if this halts the app yet. It shouldn't be happening in the debugger though.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Edit:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Reproducable example (Start new AS Mobile project):&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://pastebin.com/MqJwuDit" rel="nofollow" target="_blank"&gt;http://pastebin.com/MqJwuDit&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I get this in the console (one you can see is from the dialog that pops):&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;blockquote class="jive-quote"&gt;&lt;p&gt;[SWF] TestSocketFail.swf - 2,191 bytes after decompression&lt;/p&gt;&lt;p&gt;&lt;strong&gt;_networkSerachErrorHandler() - [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2031: Socket Error. URL: 192.168.1.99" errorID=2031] - &lt;span aria-label="Laugh" class="emoticon-inline emoticon_laugh" style="height:16px;width:16px;"&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Error #2044: Unhandled IOErrorEvent:. text=Error #2031: Socket Error.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at TestSocketFail/_onActive()[C:\Users\&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; \Desktop\Lab\TestSocketFail\src\TestSocketFail.as:20]&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at runtime::ContentPlayer/internalCompleteInitialWindowSetup()&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at runtime::SimulatedContentPlayer/completeSimulatedInitialWindowSetup()&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at runtime::SimulatedMobileDeviceContentPlayer/doCompleteInitialWindowSetup()&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at runtime::ContentPlayer/completeInitialWindowSetup()&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at runtime::AppRunner/onComplete()&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at runtime::ContentPlayer/loadInitialContent()&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at runtime::ContentPlayer/playRawContent()&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at runtime::ContentPlayer/playContent()&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at runtime::AppRunner/run()&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at ADLAppEntry/run()&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at global/runtime::ADLEntry()&lt;/p&gt;&lt;p&gt;[Unload SWF] TestSocketFail.swf&lt;/p&gt;&lt;/blockquote&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The error is clearly caught and traced (bolded above), but right below it spawns a dialog that states it wasn't caught. This shouldn't happen. I didn't specify a socket policy but shouldn't need to for this. If anyone else can reproduce please let me know so I can open a bug report.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Edit:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;After updating to the latest FP/AIR (3.5.0.880 to current 3.5.0.1060) Flash Pro no longer gives me this error. However FB 4.6 and 4.7 both still do. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Message was edited by: sinious&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5c21f13b-4acd-47af-9315-5216a3cb0a27] --&gt;</description>
      <pubDate>Mon, 07 Jan 2013 18:35:39 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1130920</guid>
      <dc:date>2013-01-07T18:35:39Z</dc:date>
      <clearspace:dateToText>1 year 10 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>iOS - Can you manually adjust badge on app icon?</title>
      <link>https://forums.adobe.com/thread/1061058</link>
      <description>&lt;!-- [DocumentBodyStart:db299e3d-124d-4d47-8a50-7d02d7050ce3] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;My app is just a brochure. Users can download compatible files to view (DOC, PPT, PDF, XLS, MP4, etc). If a newer version of a previously downloaded file is available I'd just like to update the badge icon on the app to alert the user their downloaded resources have updates.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So far all I see as a way to update a badge icon (outside previous ANEs that are said to be malfunctioning) is the new AIR 3.4 push notification updates. I see you can register to receive PUSH and if &lt;a class="jive-link-external-small" href="http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/notifications/RemoteNotifier.html" rel="nofollow"&gt;RemoteNotifier&lt;/a&gt; receives a notification event of type &lt;a class="jive-link-external-small" href="http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/events/RemoteNotificationEvent.html" rel="nofollow"&gt;RemoteNotificationEvent&lt;/a&gt;.TOKEN it can adjust the badge?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I only wish to set the app icons badge number manually from inside the app, after I determine if there's any resources that need updating. I don't need push services. Is there an easy means that I'm simply not seeing to adjust the badge, such as somehow faking a RemoteNotificationEvent.TOKEN event or any classes I'm not seeing inside flash.notifications.*?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for any tips!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:db299e3d-124d-4d47-8a50-7d02d7050ce3] --&gt;</description>
      <pubDate>Wed, 05 Sep 2012 15:56:33 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1061058</guid>
      <dc:date>2012-09-05T15:56:33Z</dc:date>
      <clearspace:dateToText>2 years 5 days ago</clearspace:dateToText>
      <clearspace:replyCount>9</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>What's your preferred iOS Push provider? Any self built?</title>
      <link>https://forums.adobe.com/thread/1095313</link>
      <description>&lt;!-- [DocumentBodyStart:90b6d650-c67b-4325-98c5-86d49626b264] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey all, &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Do you have a home grown push service or do you use an existing service like UrbanAirship? &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I haven't touched Push yet but I'm going to start playing with it. I'm wondering how difficult the 3rd party server is to develop. In reading about the push it seems I need to keep a database of devices registered for a push. I then need to send my push to the APNS. What I'm wondering is if I really need to send a request for each device or if wildcards or app ids can be used to "globally" send a single push to all devices with the app. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I see AIR3.5 came out today and has a new event specifically for push (&lt;a class="jive-link-external-small" href="http://blogs.adobe.com/airodynamics/2012/05/29/push-notifications-support-in-ios/" rel="nofollow"&gt;reading this article&lt;/a&gt;). &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If you've created your own push service to work with APNS, how difficult was it to set up? Any common pitfalls? One I'd see, because I don't know what information my device will transmit on a token request, is how to know when the same device just has a different token. I'd want to purge any invalid tokens out so hopefully something like a unique ID is sent with that request. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for any tips and happy updating to 3.5!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:90b6d650-c67b-4325-98c5-86d49626b264] --&gt;</description>
      <pubDate>Wed, 07 Nov 2012 17:39:47 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1095313</guid>
      <dc:date>2012-11-07T17:39:47Z</dc:date>
      <clearspace:dateToText>2 years 5 days ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>StageVideo on device = permanent performance loss.</title>
      <link>https://forums.adobe.com/thread/1094717</link>
      <description>&lt;!-- [DocumentBodyStart:7ce0e40f-ad14-4d69-a1eb-b50580e99ed9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I see from some searching around if StageVideo is ever invoked it cannot be disposed and steals resources from Stage3D. It also causes other display artifacts. Has anyone found a way to dispose of StageVideo yet?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've opened a bug here with a quick and dirty example Flash Builder project that plays a video using StageVideo, then attempts to use Starling (and FeathersUI) to display a RSS feed. Starling is used on the left in the Feathers UI List control. StageWebView is used on the right to display the description of the RSS item just to show it's functioning. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;There is a blue button on the bottom right that fades an image above the List, where you would expect it to simulate the list fading out (to gray). However after running StageVideo the list merely blinks on and off. This only ever happens if StageVideo is used. If the lines invoking StageVideo are commented out and the Blog is loaded without it, the fade works perfectly fine. This illustrates a display pipeline issue. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Bug report: &lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="https://bugbase.adobe.com/index.cfm?event=bug&amp;amp;id=3360651" rel="nofollow" target="_blank"&gt;https://bugbase.adobe.com/index.cfm?event=bug&amp;amp;id=3360651&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Starling users complaining about StageVideo interfering and being undisposable, causing performance loss: &lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://forum.starling-framework.org/tags/stagevideo" rel="nofollow" target="_blank"&gt;http://forum.starling-framework.org/tags/stagevideo&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7ce0e40f-ad14-4d69-a1eb-b50580e99ed9] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">air</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">video</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">ipad</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">stage3d</category>
      <pubDate>Tue, 06 Nov 2012 19:52:50 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1094717</guid>
      <dc:date>2012-11-06T19:52:50Z</dc:date>
      <clearspace:dateToText>2 years 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Starling - Starting multiple times, workflow?</title>
      <link>https://forums.adobe.com/thread/1088490</link>
      <description>&lt;!-- [DocumentBodyStart:a2f4f42f-bb69-4c12-8146-ff9ff66cd1b0] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey all, &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Has anyone used Starling for small portions of a larger application (say, to use the FeathersUI controls) and had the task of starting and stopping a Starling instance? I'm curious on your workflow of handling the Stage3D context. I find Starling is unable to reinit itself even with the additions of handling a lost context. Upon instantiations past the initial, Starling seems to fail to find a context and simply shows as black. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How do you handle starting, stopping and then starting the Starling engine properly? &lt;a class="jive-link-external-small" href="https://github.com/PrimaryFeather/Starling-Framework/issues/140" rel="nofollow"&gt;This post&lt;/a&gt; suggests this is a work in progress. When implementing the authors suggested temporary workaround I find the engine becomes unusable. &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a2f4f42f-bb69-4c12-8146-ff9ff66cd1b0] --&gt;</description>
      <pubDate>Thu, 25 Oct 2012 20:34:12 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1088490</guid>
      <dc:date>2012-10-25T20:34:12Z</dc:date>
      <clearspace:dateToText>2 years 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>fl.text.TLFTextField not available in AS for Mobile project?</title>
      <link>https://forums.adobe.com/thread/1065026</link>
      <description>&lt;!-- [DocumentBodyStart:4f8f4a18-da17-46ff-8206-bc54b9284015] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey all, &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any idea why Flash Builder 4.6 using flex 4.6.0 on an ActionScript for Mobile project wouldn't be able to see fl.text.TLFTextField? Code completion won't complete the import line and can't find it. I see in the base sdk that textLayout.swc is included. I even tried adding in a FP11.4 playerglobal.swc. What's the deal with FB not finding TLFTextField? &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4f8f4a18-da17-46ff-8206-bc54b9284015] --&gt;</description>
      <pubDate>Wed, 12 Sep 2012 19:00:53 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1065026</guid>
      <dc:date>2012-09-12T19:00:53Z</dc:date>
      <clearspace:dateToText>2 years 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Standard panel resizeing using borders</title>
      <link>https://forums.adobe.com/thread/1043062</link>
      <description>&lt;!-- [DocumentBodyStart:064b0d41-217d-4509-870b-75d20299217d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey all, &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Don't take "Panel" too literally. I'm pretty new to flex. Hopefully this is something simple I've overlooked. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'd like to make a left and right side to my application. A Tree on the left and various dynamic things on the right. I'd like to allow the user to resize the separation between the left and right side in a standard way. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Just about every application us users use allow you to grab a border or area between 2 separated panels and resize them. One panel gets bigger while the other shrinks. This is trivial in c#.NET as a border can be requested and all the resizing is done for you. It's literally drag and drop. I'm trying to find this in Flex if it exists. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is there a container that supports auto-resizing of areas or even has a way of implementing it in a normalized way? BorderContainer contains no properties I can see to allow resizing, nor the other containers. Should I expect to literally make a HRule or VRule and hand code them to resize panels when clicked (if that's even possible)?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm just looking for the easiest way to contain panels with inner resizability. &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:064b0d41-217d-4509-870b-75d20299217d] --&gt;</description>
      <pubDate>Wed, 01 Aug 2012 15:04:37 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1043062</guid>
      <dc:date>2012-08-01T15:04:37Z</dc:date>
      <clearspace:dateToText>2 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>AIR for iOS ANEs, I'd like to use UIWebView..</title>
      <link>https://forums.adobe.com/thread/993001</link>
      <description>&lt;!-- [DocumentBodyStart:2833ab72-6b15-4f3a-96f6-8d56044c9897] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi all, &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Has anyone figured out if they can utilize the UIWebView via an ANE? I don't simply want to display things (like StageWebView), I want to use the lower level functions. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What I ultimately would like to do is send the UIWebView an URL to submit a form via "POST" to which will in turn give me back cookies. The same as if you visit a login form, fill in username/password and hit submit. After that a few cookies are assigned to me. I need to trap and use these cookies to make more requests. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;My desire is to use UIWebView to download files. Currently I've already done it easily (natively) with a cookie collection. I can submit the post, capture the cookies and then send a direct url request (supplying those vital cookies). After that the server sends me a file. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This is a basic login setup. You must log in first. The system sets cookies (a login cookie and a session id). I supply those cookies to any further requests for "files" (PDFs, XLS, DOC, MP3, etc) and it allows me to directly download these files. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Has anyone figured out if ANE supports using the UIWebView in such a way? &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I know the general rule is anything visual is off limits to ANE. I hope UIWebView can be used "non-visually" so I can trap those cookies to be able to download files. The purpose of the app is to download files once logged in. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for any tips in this &lt;span aria-label="Happy" class="emoticon-inline emoticon_happy" style="height:16px;width:16px;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2833ab72-6b15-4f3a-96f6-8d56044c9897] --&gt;</description>
      <pubDate>Fri, 20 Apr 2012 19:18:28 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/993001</guid>
      <dc:date>2012-04-20T19:18:28Z</dc:date>
      <clearspace:dateToText>2 years 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>AIR for iOS.. best strategy to play 100MB+ MP4 videos?</title>
      <link>https://forums.adobe.com/thread/1024318</link>
      <description>&lt;!-- [DocumentBodyStart:0071c52e-ee55-4159-8c3e-27f1c003e5ef] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey all, &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is anyone able to play a 100MB+ MP4 on iPad1? Whether StageVideo, StageWebView, etc? StageVideo starts to bog to death at about half way (netStatus reports buffer empties and it never regains). Trying to URLLoader download crashes the app (trying to play it local). StageWebView crashes outright. Standard NC/NS/Viideo classes fail to even start playing. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;100MB just too tall of an order for iPad1?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Even loading the mp4 directly in safari on 50mbit inet/wifi N can't keep up. iPad2/3 works perfectly.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I used Madagascar 3 trailer recompressed to 1024x576 @ 23.976 MainConcept MP4 to test. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Does your iPad1 load and play this smoothly in safari? &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://www.filehorde.com/o/1.mp4" rel="nofollow"&gt;http://www.filehorde.com/o/1.mp4&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for tips.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Note: What isn't working is buffer events. If I check buffer length its always 0. I do get an empty event but unlike a PC where I can throw up a buffering message and pause playback, iOS just goes unresponsive. I can't recover.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0071c52e-ee55-4159-8c3e-27f1c003e5ef] --&gt;</description>
      <pubDate>Sat, 16 Jun 2012 15:53:45 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1024318</guid>
      <dc:date>2012-06-16T15:53:45Z</dc:date>
      <clearspace:dateToText>2 years 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>8</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>FB 4.6.0 &amp; AIR 3.3, can't generate IPAs anymore.. *sigh*</title>
      <link>https://forums.adobe.com/thread/1023119</link>
      <description>&lt;!-- [DocumentBodyStart:d216d117-efa0-4c76-9a26-c2a90755799f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm just stuck at an endless progress bar regardless if I export for debug (fast or standard packaging) or do a release build. Debug gets to 57% instantly as always, then does nothing. It doesn't crash, it just doesn't move. Release build doesn't even get to 1%. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Anyone else getting this behavior on Flash Builder and AIR 3.3/FP 11.3?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;edit:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;At first I thought I did something wrong in the overlay as I added in FP11.3 (in Adobe Flash Builder 4.6\player\win\11.3\FlashPlayerDebugger.exe), and also edited air-config.xml and airmobile-config.xml (in Adobe Flash Builder 4.6\sdks\4.6.0\frameworks) to point to 11.3 instead of 11.2 as well as version 16. I added the playerglobal.swc for 11.3 as well (in Adobe Flash Builder 4.6\sdks\4.6.0\frameworks\libs\player\11.3). &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I then just took an older AIR 3.2 release and overlayed FB back to 3.2. I got errors about requiring SWF version 16 and AIR 3.2 namespace doesn't support it. So I changed it back to point to 11.2. Having AIR 3.2 and FP 11.2 back in place, I can export perfectly fine. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm hoping someone else is seeing this.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;re-edit: &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Opened a bug report for it if anyone else experiences it. &lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="https://bugbase.adobe.com/index.cfm?event=bug&amp;amp;id=3214559" rel="nofollow"&gt;https://bugbase.adobe.com/index.cfm?event=bug&amp;amp;id=3214559&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If anyone else is able to export via FB 4.6.0 and AIR3.3 I'd like to know!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d216d117-efa0-4c76-9a26-c2a90755799f] --&gt;</description>
      <pubDate>Thu, 14 Jun 2012 13:39:55 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1023119</guid>
      <dc:date>2012-06-14T13:39:55Z</dc:date>
      <clearspace:dateToText>2 years 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Sudden error I can't find and StageWebView (AIR for iOS)</title>
      <link>https://forums.adobe.com/thread/1011820</link>
      <description>&lt;!-- [DocumentBodyStart:a6784513-66aa-4ecf-a779-e574f4a09a6c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey all, &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In my app I allow a user to download files from a list and then typically use StageWebViews to display them (videos mostly). Recently my app started to misbehave. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm using Flash Builder 4.6 with AIR 3.2 on Win7 Pro 64. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I test on-device. I choose fast export (quick packaging) and debug right from Flash Builder so I can see traces/errors/etc from the iPad. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;After downloading a ~40MB MP4, I save it to the applicationStorageDirectory (and mark it 'do not back up'). I then wait 3 seconds just to be sure the write has a few seconds to complete. Then I black out the screen with a black sprite, stick a close button on the screen and load the video into a new StageWebView. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The problem is the first time these larger 40MB videos are saved and attempted, TONS of code isn't firing off or affecting the display. The video plays just fine, centered on the screen. However all the code to remove tons of things from memory during video playback which has tons of trace statements sprinkled in is simply not affecting the iPads display. This ONLY happens on iPad1 (OS 5.1). iPad2 and iPad3 work just fine. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I presumed I was being too aggressive with the iPad1 and added more and more time between downloading, saving and setting the bit on the file so the iPad1 wasn't innundated with doing to much at once. I can add 25 minutes worth of setTimeout between playing this video for the first time and it will fail every time though. So it's not being innundated. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If the video is already downloaded and a user selects it, it works perfectly fine. All views/classes are disposing properly to free up as much ram as possible for the video playback. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Now, I'm getting this error randomly: &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Error #2044: Unhandled ErrorEvent:. text=Plug-in handled load&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I can't find where this is coming from. Has anyone seen this before? I don't know if it has anything to do with what I'm seeing fail here. I doubt it because I get it a very short time (few seconds) after the video starts playing back. I only get this video the first time a file is downloaded and played but then never again. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have an UncaughtErrorEvent that isn't even catching this. Everything to do with the class that displays the video has try {} catch() {} blocks over every line of code. So doesn't the small file downloader class. Nothing is throwing an ErrorEvent. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is there any easy way to find where this error is being generated? Something I might not know about the Flash Builder Debugger? Other errors show up and tell me where they occured, but this brand new error does not cause the app to fail and the debugger doesn't even flinch at it. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;On the first part, has anyone recently seen their apps exhibit something like this? I have a list of files that I destroy before I show the video and it continues to exist even though I literally trace() all over the code that should destroy it and I see the traces. Everything is nulled. Objects no longer exist. The background isn't visible that I'm tracing as I build and it exists on the display list. It's very odd. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It'd just like suddenly StageWebView has an issue loading a freshly downloaded and saved file. It nukes the display list, nothing I do to it matters. But if the file already exists it all works fine. &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a6784513-66aa-4ecf-a779-e574f4a09a6c] --&gt;</description>
      <pubDate>Fri, 25 May 2012 21:28:33 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1011820</guid>
      <dc:date>2012-05-25T21:28:33Z</dc:date>
      <clearspace:dateToText>2 years 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>AIR for iOS, Getting HTML5 Video to Autoplay in a StageWebView?</title>
      <link>https://forums.adobe.com/thread/905832</link>
      <description>&lt;!-- [DocumentBodyStart:57888b11-0a0d-422b-85af-64425be06a63] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi all, &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The video performance I get from the built in FLV video is pretty poor. I'm considering using a StageWebView to display a HTML5 page with a standard &amp;lt;video&amp;gt; in it. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The video shows up and (if I enable controls) can be played and it looks great (much better than FLV). The only issue is I cannot find a way to have the video autoplay once the StageWebView is loaded. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've set the &amp;lt;video .... autoplay&amp;gt; parameter. I've also tried using JavaScript to send a video.play() (after the window load event is complete and the DOM is ready). &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Has anyone figured this out?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I can't wait for AIR3.0 so we can just use StageVideo.. But for now I'm using AIR2.7 via Flash CS5.5 publishing for an iPad2 via AIR for iOS. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for any tips!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:57888b11-0a0d-422b-85af-64425be06a63] --&gt;</description>
      <pubDate>Fri, 23 Sep 2011 15:31:06 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/905832</guid>
      <dc:date>2011-09-23T15:31:06Z</dc:date>
      <clearspace:dateToText>2 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>What are you thinking Adobe? This forum is a wreck.</title>
      <link>https://forums.adobe.com/thread/1002752</link>
      <description>&lt;!-- [DocumentBodyStart:87029007-c850-47fd-a255-7d75512ea0ca] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;You produce tools to help novices make great websites, yet you &lt;strong&gt;absolutely unequivocally destroyed your sites usability&lt;/strong&gt;. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;A few examples? &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Getting into an actual forum using the whole 'discussions concept' which deviates from the vast majority of forums was never a good idea. Now I can't even find my own way into certain forums unless I already have a post there and can click into it and back out. But, I can't always back out to the discussions. &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://www.filehorde.com/o/areyouserious.jpg" rel="nofollow"&gt;Is this a joke?&lt;/a&gt; The text collides? Navigation hindering?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Can you tell me why the text "Discussions" isn't clickable? It was previously. Moreover can you tell me what person is responsible for allowing the text to run into other text? This is seriously novice. I realize I can hit Mobile Development but then I'm required to click the tiny blue Next &amp;gt; link at the bottom to actually get to the discussions? Why can't I just click Discussions as before to return? &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Next, what were you thinking with space with this abomination of text size and utter terrible planning. Note &lt;strong&gt;this is at 100% text size, not zoomed&lt;/strong&gt;. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.filehorde.com/o/areyouserious2.jpg"&gt;&lt;img alt="http://www.filehorde.com/o/areyouserious2.jpg" class="jive-image" src="http://www.filehorde.com/o/areyouserious2.jpg"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Can you explain why you're using a font so horrifically large while wasting most of the space you could have used IF you wanted to use this &lt;strong&gt;huge text&lt;/strong&gt; by condensing the useless grid on the right? &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://www.filehorde.com/o/areyouserious3.jpg" rel="nofollow"&gt;Your footer doesn't even try to stay within the area it should&lt;/a&gt;. If you're a designer, would you ever put that drab blue on top of a dark gray and call it accessible?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I can give about another hundred or more examples of &lt;strong&gt;what are you thinking &lt;/strong&gt;but I'd love to hear it from Adobe about uh, &lt;strong&gt;who designed your site?&lt;/strong&gt; Please try to use your own products. They are very good. This forum is obfuscated and barely usable. Seriously question the designers and developers who made it. The old forum was bad enough with, again, the discussions format. This? This... I have no words.. &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:87029007-c850-47fd-a255-7d75512ea0ca] --&gt;</description>
      <pubDate>Fri, 11 May 2012 15:40:23 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1002752</guid>
      <dc:date>2012-05-11T15:40:23Z</dc:date>
      <clearspace:dateToText>2 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>41</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CS5.5 Mobile Publish (iOS) - Displaying Office Documents Possible?</title>
      <link>https://forums.adobe.com/thread/897102</link>
      <description>&lt;!-- [DocumentBodyStart:9eb11e12-923a-4950-a8b9-11d99d4f414b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey all,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I would like to make a brochare-ware type mobile app. Many markets do it these days, such as the car market, to show off their product.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I would like to show the users some office-esque documents without leaving the application. The document types would be word (.doc/.docx), powerpoint (.ppt/.pptx), Portable Document Format (.pdf), Excel (.xls, xlsx), images (.png, .jpg, etc), video and audio (in a flash-friendly f4v/flv/etc format).&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What would be a bit annoying is if the user clicks a PDF link and is taken out of the app to load the PDF in a browser instance or ibooks or such. Same for the rest of the formats.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What should I expect as the behavior of an application that would like to show these formats?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In a native app (I am a native developer as well) I can just load these in a UIWebView and they'll display (for reading purposes only) just fine. I know iOS itself has no issue with any of those formats (outside flash needing to play f4v/flv content).&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The location of these documents will be online. Each asset will be located on a webserver and that's how I plan to have the user fetch any of them.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Has anyone done anything like this before?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I do see a StageWebView class for AIR that states: "On devices in the mobile and extended mobile profiles, the StageWebView class uses the system web control provided by the device operating system."&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Does this mean on iOS it will use a UIWebView and I can expect this will load all these documents as if it's a native app?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9eb11e12-923a-4950-a8b9-11d99d4f414b] --&gt;</description>
      <pubDate>Tue, 30 Aug 2011 13:29:09 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/897102</guid>
      <dc:date>2011-08-30T13:29:09Z</dc:date>
      <clearspace:dateToText>2 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Forums no longer a highly visible link in the "Learning" section?</title>
      <link>https://forums.adobe.com/thread/995642</link>
      <description>&lt;!-- [DocumentBodyStart:b6db0090-b758-439b-aeb5-9c11c41361ba] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;The majority of help happens in the forums. Users helping users is a valuable asset to Adobe. This is not clearly as good as purchasing a support request (for Adobe or the user) but removing the forum link and placing it in the footer will definitely cut down on forum traffic making it much less valuable. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I would like to see the link restored so users can find the community of people available to help and discuss Adobe products.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b6db0090-b758-439b-aeb5-9c11c41361ba] --&gt;</description>
      <pubDate>Thu, 26 Apr 2012 11:46:03 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/995642</guid>
      <dc:date>2012-04-26T11:46:03Z</dc:date>
      <clearspace:dateToText>2 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Proper Flash Builder 4.6 project setup to use AIR3.2 and Stage3D?</title>
      <link>https://forums.adobe.com/thread/976429</link>
      <description>&lt;!-- [DocumentBodyStart:9be00626-f3ef-4054-888b-c32bca190978] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I would love to use Flare3D on a mobile app. Im struggling to get FB to get set up for this.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have overlayed AIR3.2 and added a flash player 11.2 debugger exe in the players folder as well as playerglobal.swcs for 11.2RC. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When I go to make a new actionscript for mobile project the air namespace is already properly 3.2 from the overlay. I set wmode to direct and the same even again in the actionscript [SWF(wmode="direct")].&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When I make a mobile config and test on desktop from an emulated android the debug reports my version properly as 11,2 so I know the FlashPlayerDebugger.exe is working.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I make sure my compiler settings target -swf-version 15.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Yet I always have an 'unknown internal problem' using this type of project. If I do a standard MXML mobile project it works just fine. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I can export to a flash web app using stage3d and it works great. I have the 11.2RC debuggers installed in my browsers. But as soon as I try the same as-only for mobile project it wont work with that useless error. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am new to flash builder, AIR, Stage3D and Flare3D so Im a bit of a fish out of water.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Can I use stage3d from air3.2 in mobile dev from Flash Builder 4.6? Thanks for any tips!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9be00626-f3ef-4054-888b-c32bca190978] --&gt;</description>
      <pubDate>Sat, 17 Mar 2012 02:40:28 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/976429</guid>
      <dc:date>2012-03-17T02:40:28Z</dc:date>
      <clearspace:dateToText>2 years 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Correct FB project settings for AIR3.2 mobile dev using stage3d?</title>
      <link>https://forums.adobe.com/thread/976406</link>
      <description>&lt;!-- [DocumentBodyStart:c3f691d1-2790-450e-9667-70d2bc5b0501] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I would love to use Flare3D on a mobile app. Im struggling to get FB to get set up for this.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have overlayed AIR3.2 and added a flash player 11.2 debugger exe in the players folder as well as playerglobal.swcs for 11.2RC. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When I go to make a new actionscript for mobile project the air namespace is already properly 3.2 from the overlay. I set wmode to direct and the same even again in the actionscript [SWF(wmode="direct")].&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When I make a mobile config and test on desktop from an emulated android the debug reports my version properly as 11,2 so I know the FlashPlayerDebugger.exe is working.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I make sure my compiler settings target -swf-version 15.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Yet I always have an 'unknown internal problem' using this type of project. If I do a standard MXML mobile project it works just fine. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I can export to a flash web app using stage3d and it works great. I have the 11.2RC debuggers installed in my browsers. But as soon as I try the same as-only for mobile project it wont work with that useless error. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am new to flash builder, AIR, Stage3D and Flare3D so Im a bit of a fish out of water.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Can I use stage3d from air3.2 in mobile dev from Flash Builder 4.6? Thanks for any tips!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c3f691d1-2790-450e-9667-70d2bc5b0501] --&gt;</description>
      <pubDate>Sat, 17 Mar 2012 02:12:31 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/976406</guid>
      <dc:date>2012-03-17T02:12:31Z</dc:date>
      <clearspace:dateToText>2 years 8 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Which framework for Stage3D appears to be best for mobile so far? (iOS and Android)</title>
      <link>https://forums.adobe.com/thread/976242</link>
      <description>&lt;!-- [DocumentBodyStart:ccb87606-6ac9-492d-b101-2cdeb86151d1] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Has anyone done testing with the various 3d frameworks on mobile devices? I know starling runs pretty well. I've tried Away3D, Flare3D and Alternativa3D so far and I find the beginner tutorials to be very approachable, although all the engines are scrambling to get Stage3D support in now. Away3D Beta 4 has almost no tutorials online. Flare3D has some good tutorials. Alternativa3D looks great as well as good samples and documentation.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What I'm struggling with is finding a complete solution. I have 3dsmax 2009 which is too old for the plugins (like Flare3D) and downloading the 2012 trial refuses to install a 32bit version in my 64bit OS, so I can't even use their exporter. Alternativa3D also has max plugins but don't work very well for me. Even exporting basic OBJ files has proved to have significant limitations, like no UVWMap useful info being imported (such as tiling materials).&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So I'm wondering overall what a good mobile strategy is. Which framework looks most promising with Stage3D and what 3d apps I should expect to need with it.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for any info!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;edit:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Just a note regarding 3ds max 2012, you can actually install the 32bit version even though it no longer asks you. After decompression of the installer, run the Setup32.exe and it will install the 32bit version of max. The Flare3D plugin works now &lt;span aria-label="Happy" class="emoticon-inline emoticon_happy" style="height:16px;width:16px;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ccb87606-6ac9-492d-b101-2cdeb86151d1] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">air</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">stage3d</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">framework</category>
      <pubDate>Fri, 16 Mar 2012 16:09:09 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/976242</guid>
      <dc:date>2012-03-16T16:09:09Z</dc:date>
      <clearspace:dateToText>2 years 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>STILL getting green screened when viewing video.. Fix?</title>
      <link>https://forums.adobe.com/thread/948295</link>
      <description>&lt;!-- [DocumentBodyStart:d157601e-0f8c-4a61-8add-0bc9e97904af] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey all, &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've had this issue for probably 6+ months. I'm fairly sure a lot of people are familiar with this issue. If I view a flash player that attempts to play video, it shows nothing but a green screen. Regular flash content works fine, only video ends up green screening me (like anything on youtube). &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Yes, disabling hardware acceleration makes it work&lt;/strong&gt;. I am very familiar with that fix. The video is fully viewable at that point, but when I hit a complex website my system bogs down to a crawl without acceleration otherwise. It makes flipping between acceleration and no acceleration a huge hassle. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This is a new OS install. I've uninstalled/reinstalled flash player, no difference. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;OS: Win 7 Pro 64bit (all latest updates)&lt;/p&gt;&lt;p&gt;Flash Player: v11.1.102.55 (current)&lt;/p&gt;&lt;p&gt;Video: ATI Radeon 4870 X2 running latest driver (v11.12)&lt;/p&gt;&lt;p&gt;Browser: All browsers&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I can't figure out where the problem lies, between the probably onboard hardware h264 decoding on the vid card or flash player.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any idea why this is happening on an otherwise (old but) quality video card? &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for tips&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d157601e-0f8c-4a61-8add-0bc9e97904af] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">green</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">video_playback</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">hardware_acceleration</category>
      <pubDate>Thu, 12 Jan 2012 14:44:40 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/948295</guid>
      <dc:date>2012-01-12T14:44:40Z</dc:date>
      <clearspace:dateToText>2 years 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>10</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Can you test compiled IPAs using Xcode Instruments?</title>
      <link>https://forums.adobe.com/thread/961694</link>
      <description>&lt;!-- [DocumentBodyStart:407e43e2-3a55-4c0e-b3cf-3229f6ce1bb8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'd like to look for leaks and other various things that the instruments supports over flash builder profiling. Is it possible to test a compiled IPA from flash builder using Xcodes instruments? If so, how do you set the target properly? &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'd like to do it on the device itself but if only the simulator is possible, either is fine. I just can't figure out how to specify the IPA as the target. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I did rename it to a .zip and uncompress the Payload folder and point to that app in instruments and it just tells it it fails to load the app. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for any tips!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:407e43e2-3a55-4c0e-b3cf-3229f6ce1bb8] --&gt;</description>
      <pubDate>Sat, 11 Feb 2012 18:04:30 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/961694</guid>
      <dc:date>2012-02-11T18:04:30Z</dc:date>
      <clearspace:dateToText>2 years 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Is is possible to profile an app on a device via FB4.6?</title>
      <link>https://forums.adobe.com/thread/960849</link>
      <description>&lt;!-- [DocumentBodyStart:ee40705a-1e21-4075-ae03-de3dac303cc5] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hopefully this is an easy enough question.. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In Flash Builder 4.6 Premium, is it possible to compile an app and profile it on the device itself similarly to how instruments can do that in xcode?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;There are some things (like the StageWebView, StageVideo, etc) which do not work correctly in the emulator so it's desirable to profile from FB on device (on Windows). &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for any tips!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ee40705a-1e21-4075-ae03-de3dac303cc5] --&gt;</description>
      <pubDate>Thu, 09 Feb 2012 20:21:29 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/960849</guid>
      <dc:date>2012-02-09T20:21:29Z</dc:date>
      <clearspace:dateToText>2 years 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Successfully using a Native Extension with Flash CS5.5 Pro, having issues</title>
      <link>https://forums.adobe.com/thread/959397</link>
      <description>&lt;!-- [DocumentBodyStart:ae8d7d8a-1af8-48b0-9c68-72539208ceba] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey all,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm trying to use a native extension due to an app rejection about the new storage guidelines. I'm hoping someone can help me figure out how to use a native extension from Flash CS5.5 and the adt command line utility (I've never used before). &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Apples &lt;a class="jive-link-external-small" href="https://developer.apple.com/icloud/documentation/data-storage/" rel="nofollow"&gt;storage guidelines&lt;/a&gt; in 5.0.1 require files saved to Documents (and other places) to be marked with the icloud "do not back up" bit. I'm trying to use &lt;a class="jive-link-external-small" href="http://www.adobe.com/devnet/air/native-extensions-for-air.html" rel="nofollow"&gt;Adobe's IOS 5.0.1 data storage&lt;/a&gt; native extension to do that as I have file sharing enabled and my app downloads files I want the user to be able to copy to their desktop. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;From the bits and fragments I'm reading all over, getting it to compile means using the command line adt tool (I've never used it before) because Flash Pro CS5.5 doesn't support native extensions. Also, this native extension requires a v14 SWF published (11.1) and CS5.5 only goes up to 10.2 (or higher if you install the players). &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I edited the AiriPhone.xml file and pointed it to an AIR 3.1 airglobal.swc and I have AIR 3.1 overlayed in flash. I can't test AIR for iOS anymore after that change but I can get it to compile a SWF. The adt command line adt utility stopped complaining that my SWF version was 13 when it needed 14, so I assume this worked?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am trying to compile a debug version so I can see trace statements to see if the native extension reports success on changing the bit. Here is my command line cobbled together from scraps of info on adobe.com and the -help data:&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 style="padding-left: 30px;"&gt;&lt;span style="font-size: 12pt;"&gt;adt -package -target ipa-debug -connect 192.168.1.80 -provisioning-profile myApp.mobileprovision -storetype pkcs12 -keystore myApp.p12 myApp.ipa myApp-app.xml myApp.swf dat AppIconsForPublish Default-Landscape.png Default-LandscapeRight.png -extdir extensionDir&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;Before this iCloud change this app published directly from Flash Pro CS5.5 without any issues. I am only running into issues getting this app to work with this native extension and/or published correctly. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am including the folders "dat" and "AppIconsForPublish" as well as splash screens (this app is landscape-only) as well as that extension in the folder extensionDir. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;After putting in my password my app compiles into an IPA which I can drop into iTunes. It has the same general size as the IPA generated from Flash Pro. The icon is correct, etc. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When I sync this file, the progress bar goes across, I see it loading on my iPad and then once it goes to install I get a popup saying "iTunes Sync: 'myApp' failed to install." &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is there anything obvious wrong with my adt line? Has anyone else used this native extension? Ideas on what I can do to fix this? &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;No, unfortunately I did not build this with Flash Builder&lt;/strong&gt;. I am an avid user of it now and this would be a moot point as it uses ANEs and changes SWF versions trivially. I have to get this to compile using Flash Pro CS5.5 though. &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 style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;edit:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Just FWIW, after I updated the .xml to use the latest AIR and such (so the version is 14) I removed the extension, exported purely from Flash Pro CS5.5 and the app works fine. As soon as I enable the &amp;lt;extension&amp;gt; in the XML I can no longer install the app. This just appears to be a noob adt publish issue. &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ae8d7d8a-1af8-48b0-9c68-72539208ceba] --&gt;</description>
      <pubDate>Mon, 06 Feb 2012 19:46:41 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/959397</guid>
      <dc:date>2012-02-06T19:46:41Z</dc:date>
      <clearspace:dateToText>2 years 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Properly updating Flash CS5.5 to use the lastest Flash Player/Debugger</title>
      <link>https://forums.adobe.com/thread/937276</link>
      <description>&lt;!-- [DocumentBodyStart:a20e1a3b-3e5c-4655-bbe1-b7c81dc5f8d3] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey all, &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm just about to uninstall and reinstall at this point but I'm getting my install all screwed up trying to update Flash Pro CS5.5 to use Flash Player 11. I had it fine using the MXP provided in &lt;a class="jive-link-external-small" href="http://blogs.adobe.com/rgalvan/2011/11/adding-fp11-support-to-flash-pro-cs5-and-cs5-5.html" rel="nofollow"&gt;this adobe blog&lt;/a&gt;. Though that's 11.0 not 11.1. It did work however.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I downloaded the latest Flash Player / Debugger .exe and the latest SWC for 11.1 and now Stage3D is no longer being seen. Clearly I screwed something up. I uninstalled and reinstalled the MXP after deleting the FP11 XML and FP11 directory but it's not working anymore. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is there a clear cut simple way to explain how to overlay the latest Flash Player for FPCS5.5? &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I used the AIR overlay instructions for 2.6 - 3.1 and it worked every time. Now I just need Flash Player overlay instructions. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm very interested to start trying to Starling framework with Stage3D. I select FP11 to export and it tells me it can't find Stage3D. D'oh!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for tips!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a20e1a3b-3e5c-4655-bbe1-b7c81dc5f8d3] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">cs5.5</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">3.0</category>
      <pubDate>Tue, 13 Dec 2011 21:14:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/937276</guid>
      <dc:date>2011-12-13T21:14:38Z</dc:date>
      <clearspace:dateToText>2 years 11 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Any way to launch documents in alternate applications (e.g. PDF in iBooks, etc)?</title>
      <link>https://forums.adobe.com/thread/936720</link>
      <description>&lt;!-- [DocumentBodyStart:6ffd2cb6-4626-49af-8657-65aa8bc0347a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Any native extensions or other means of doing this sort of thing out there yet? I did see a post about it but the author was happy with just opening the PDF in a StageWebView. I'd really like to be able to push a document in my application to another application. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm downloading PDFs (using URLLoader) and am saving them into my applications Documents folder so they can be accessed in itunes. Instead of having to view the PDF in a StageWebView I'd love it if I could let iBooks read it to tap into other features like sharing the document via email, etc etc. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I haven't found any native extensions to do this yet. Any progress on this?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6ffd2cb6-4626-49af-8657-65aa8bc0347a] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">air</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">3.0</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">ios</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">native_extensions</category>
      <pubDate>Mon, 12 Dec 2011 19:56:14 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/936720</guid>
      <dc:date>2011-12-12T19:56:14Z</dc:date>
      <clearspace:dateToText>2 years 11 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>First app store submission.. What is the good, the bad and the ugly?</title>
      <link>https://forums.adobe.com/thread/933260</link>
      <description>&lt;!-- [DocumentBodyStart:3475466a-a2f3-48f8-bd45-2822e6256925] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey all, &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm trying to prepare as best I can before submitting an app made via AIR to iOS. I'd love to know what to watch out for. The traps that many of you may have fell in that caused multiple denials, etc. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;My app is free and iPad landscape only. It does support upside down or right side up landscape switching. It is just intended to give information about a product. Brochureware if you will. The apps only function is to tell you about the product while allowing you to download a baked in set of specific resources. The resources are all PDF, DOCX, PPTX, H264 MP4s, etc telling you about various parts of the product. The are not pre-packaged, I'm using the URLLoader class to download the files, the AIR FileStream class to write them to the Documents folder while enabling the feature to allow the user to transfer the downloaded files via iTunes. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm concerned with what Apple will demand in the way of performance. I did my first attempt at blitting (not knowing what it was before this project) to make a 360 panorama experience. The user just drags their finger to the side to pan across a moderate size panorama of a factory. Various areas of the panorama can be touched to get more information and access a faux splitview containing files the user can download (mentioned above). Very basic. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Unfortunately on the iPad1 the CPU blitting is what I'd consider pretty so-so. Perhaps about 12-15fps. On iPad2 it's pretty silky smooth. Blitting is a CPU intensive operation so it's no shocker dual A5 processors outperform the A4 in the iPad1. In version 2 of the brochure I will try to use something like the Starling engine to use Stage3d in for 2d to speed up the blitting by using the GPU. For now, I'm wondering if slightly boggy performance on an iPad1 will cause Apple to fail the app. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have updated my XML to the latest requirements but it only supports English so I only included that as a possible language. Hopefully that is not a problem. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What hurdles have caused you all to get an app denied? &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I make use of UIWebView (StageWebView) to display documents but I still sometimes see "(Beta)" on that. Will this cause me to stumble or break Adobe EULA not to use beta parts of their libraries?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for any tips!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3475466a-a2f3-48f8-bd45-2822e6256925] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">air</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">cs5.5</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">ios</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">ipad</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">flash_professional</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">appstore</category>
      <pubDate>Tue, 06 Dec 2011 01:21:30 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/933260</guid>
      <dc:date>2011-12-06T01:21:30Z</dc:date>
      <clearspace:dateToText>2 years 11 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Any good place to get native extensions? (looking for an ok/cancel modal dialog myself)</title>
      <link>https://forums.adobe.com/thread/931094</link>
      <description>&lt;!-- [DocumentBodyStart:a5d77e66-fb8c-47ea-8999-6dba15a1763c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi all, &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I imagined someone would have made an extension that just pops up a native dialog and return the answer but I'm finding no real centralized place for extensions. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I see the examples on the adobe site such as the NetworkInfo and Gyroscope and I may have to turn to attempting to wrap my head around creating one. Before I do that, does anyone know if there already is a native extension to pop up a simple dialog?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I need to just adjust the title, have the two "Ok" and "Cancel" button setup and get the response from the user. Dimming the screen (modal) so it requires an answer would be great. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any hidden treasure troves of premade extensions?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a5d77e66-fb8c-47ea-8999-6dba15a1763c] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">ios</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">dialog_box</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">native_extensions</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">air3.1</category>
      <pubDate>Wed, 30 Nov 2011 21:35:47 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/931094</guid>
      <dc:date>2011-11-30T21:35:47Z</dc:date>
      <clearspace:dateToText>2 years 11 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>AIR for iOS 3.1 - App name no longer working?</title>
      <link>https://forums.adobe.com/thread/925887</link>
      <description>&lt;!-- [DocumentBodyStart:6edc1542-a8db-4091-ad51-d288b89a8d62] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have named my app "Someapp 123" and mysteriously the app continuously drops the "123" portion of the name. It used to appear just fine. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Yesterday I noticed AIR3.1 was released and I overlayed that. Has anyone else overlayed AIR3.1? Notice your app name not completely working?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;FWIW it is an iPad-only app. The provision clearly states the name of the app is "Someapp 123". In AIR for IOS settings I have the "App Name" parameter set properly as well. &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6edc1542-a8db-4091-ad51-d288b89a8d62] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">air</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">ios5</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">3.1</category>
      <pubDate>Wed, 16 Nov 2011 19:08:46 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/925887</guid>
      <dc:date>2011-11-16T19:08:46Z</dc:date>
      <clearspace:dateToText>2 years 12 months ago</clearspace:dateToText>
      <clearspace:replyCount>18</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Potential Bug: 9-slice scaling on iPad (1/2) scaling incorrectly</title>
      <link>https://forums.adobe.com/thread/920654</link>
      <description>&lt;!-- [DocumentBodyStart:16eb604e-196e-4dc5-a12a-dd42f8f0b81f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey all, &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have a simple rounded rectangle width a stroke. You can do it in the IDE. Specify when you make it a symbol that you want it to be a 9-slice clip. Adjust the guides so they're aligned to the corners as usual. Now change the scale or size (height/width). You would expect the stroke around the 9-slice object to stay the same size (preserving rounded corners, which is the point of 9-slice). On OS5.0 (and 4.0 methinks) the scale of the stroke is growing with the size of the scale. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm pretty sure this is a bug. I'm not sure why anyone would want the stroke to also be scaled up or down. I have only tested this on ipad1/2 OS4/5. Can anyone else confirm? Then I'll submit it as a bug. &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:16eb604e-196e-4dc5-a12a-dd42f8f0b81f] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">air</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">cs5.5</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">ios</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">9slice</category>
      <pubDate>Wed, 02 Nov 2011 19:53:27 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/920654</guid>
      <dc:date>2011-11-02T19:53:27Z</dc:date>
      <clearspace:dateToText>3 years 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>StageVideo and FP10.2, StageVideoAvailabilityEvent never fires?</title>
      <link>https://forums.adobe.com/thread/911112</link>
      <description>&lt;!-- [DocumentBodyStart:a4f7d0f1-5e51-4fa8-bb79-b16496c0b1bf] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I can just create a new project, target Flash Player 10.2 and paste this into frame code:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;import flash.media.StageVideo;&lt;/em&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;import flash.media.StageVideoAvailability;&lt;/em&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;import flash.events.StageVideoAvailabilityEvent;&lt;/em&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;import flash.events.StageVideoEvent;&lt;/em&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;stage.addEventListener(StageVideoAvailabilityEvent.STAGE_VIDEO_AVAILABILITY, _checkAvailability);&lt;/em&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;function _checkAvailability(e:StageVideoAvailabilityEvent):void&lt;/em&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;{&lt;/em&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; trace('Available: ' + e.availability);&lt;/em&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;}&lt;/em&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The event never fires off. I look in the &lt;a class="jive-link-external-small" href="http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/media/StageVideo.html" rel="nofollow"&gt;reference for StageVideo&lt;/a&gt; and I see it's available in Flash Player 10.2. What's up with this?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;edit:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If I target AIR for iOS, this event does fire (I have AIR3.0 overlayed). &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a4f7d0f1-5e51-4fa8-bb79-b16496c0b1bf] --&gt;</description>
      <pubDate>Fri, 07 Oct 2011 18:44:03 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/911112</guid>
      <dc:date>2011-10-07T18:44:03Z</dc:date>
      <clearspace:dateToText>3 years 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>[AIR to iOS] Reading 'included' video file with NetStream, possible?</title>
      <link>https://forums.adobe.com/thread/908020</link>
      <description>&lt;!-- [DocumentBodyStart:c32d12de-b2c7-4f2b-aabc-ba779673183d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey all, &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;During publishing of the app you have a chance to include extra files. I'd like to include a f4v flash video that I'd like to play via the Video class. I'm having a bit of trouble figuring out how to get these two connected. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I can get a full reference to the file ala the usual and use .url or .nativePath:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;var videoFile:File = File.applicationDirectory.resolvePath("&lt;strong&gt;some.f4v&lt;/strong&gt;"); &lt;/em&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When I try to pass that into a NetStream such as:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;var myVideo:Video = new Video();&lt;/em&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;addChild(myVideo);&lt;/em&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;var nc:NetConnection = new NetConnection();&lt;/em&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;nc.connect(null);&lt;/em&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;var ns:NetStream = new NetStream(nc);&lt;/em&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;myVideo.attachNetStream(ns);&lt;/em&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;ns.play(&lt;strong&gt;videoFile.url&lt;/strong&gt;);&lt;/em&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This never works for me. Nor using:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;ns.play(&lt;strong&gt;videoFile.nativePath&lt;/strong&gt;);&lt;/em&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Anyone ever get a class like Loader or NetStream, etc to load included files in AIR for iOS or Android projects? See anything wrong here? Thanks for tips!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c32d12de-b2c7-4f2b-aabc-ba779673183d] --&gt;</description>
      <pubDate>Thu, 29 Sep 2011 15:01:57 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/908020</guid>
      <dc:date>2011-09-29T15:01:57Z</dc:date>
      <clearspace:dateToText>3 years 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Is it possible to submit iOS apps to the store that use the 3.0RC if they work?</title>
      <link>https://forums.adobe.com/thread/906695</link>
      <description>&lt;!-- [DocumentBodyStart:9dff1428-01cb-4941-9aca-c68c7e1f0ac7] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;What are the rules on using the 3.0RC SDK with the Apple Store?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm mostly interested in the StageVideo class as fullscreen video using the built in video class is pretty abyssmal. I can toss up a StageWebView and any &amp;lt;video&amp;gt; played is fully accelerated and looks great. But you can't communicate effectively with StageWebView (sans StageWebViewBridge, nor have a video autoplay), so that's not a fix. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If I compile my app and it works great will Apple even be able to tell being they literally natively compile AIR directly into the IPA? I'm not sure if they could find a signature of which AIR was used to compile with. &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9dff1428-01cb-4941-9aca-c68c7e1f0ac7] --&gt;</description>
      <pubDate>Mon, 26 Sep 2011 18:29:13 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/906695</guid>
      <dc:date>2011-09-26T18:29:13Z</dc:date>
      <clearspace:dateToText>3 years 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>StageWebView does not display on iPad</title>
      <link>https://forums.adobe.com/thread/901167</link>
      <description>&lt;!-- [DocumentBodyStart:fad51257-12ad-42de-b6c2-e386ef4a0093] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey all,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm using a simple document. It has nothing in the library and the SWF is pointed to the class "Main" (Main.as is in the same folder). All Main.as has in it is this super complex code:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;package&lt;br/&gt;{&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; import flash.display.MovieClip;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; import flash.geom.Rectangle;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; import flash.media.StageWebView;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; public class Main extends MovieClip&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private var swv:StageWebView = new StageWebView();&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; public function Main()&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; swv.stage = stage;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; swv.viewPort = new Rectangle(0, 0, 1024, 768);&lt;br/&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; swv.loadURL('&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.google.com');" rel="nofollow"&gt;http://www.google.com');&lt;/a&gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br/&gt;}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Nothing shows up. I run it in flash (ctrl+enter test movie) and I see google load. On the ipad2 I see absolutely nothing. Any ideas why I don't see the StageWebView?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:fad51257-12ad-42de-b6c2-e386ef4a0093] --&gt;</description>
      <pubDate>Sat, 10 Sep 2011 19:59:34 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/901167</guid>
      <dc:date>2011-09-10T19:59:34Z</dc:date>
      <clearspace:dateToText>3 years 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How do you include extra files with an AIR for iOS Publish?</title>
      <link>https://forums.adobe.com/thread/902140</link>
      <description>&lt;!-- [DocumentBodyStart:d7995e8a-7345-4a68-81ed-b01227d3c4fa] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I've seen people mention they can include .html, .js, etc files with their iOS for AIR publish when making an iOS application from flash.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What I haven't seen is how these people include extra files (html, css, images, videos, etc) to be packaged into the IPA during publish.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How is this accomplished?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d7995e8a-7345-4a68-81ed-b01227d3c4fa] --&gt;</description>
      <pubDate>Tue, 13 Sep 2011 17:46:02 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/902140</guid>
      <dc:date>2011-09-13T17:46:02Z</dc:date>
      <clearspace:dateToText>3 years 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Publishing AIR for iOS, entitlement error upon installing ad-hoc?</title>
      <link>https://forums.adobe.com/thread/897319</link>
      <description>&lt;!-- [DocumentBodyStart:778a72dc-9e38-4cf5-8207-eca5ba1fa8e2] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey all,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I initially got a signer error trying to install an .ipa on a test device and remembered to edit the provision to include the device. I grabbed my new mobileprovision and that error went away.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Now every time I try to export anything (literally a 1024x768 white-only document with "Hello World" on it) I get an entitlement error trying to sync the app to the ipad.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I renamed the ipa to a zip, went into the contents of the .app and verified the UID exists in the mobileprovision. What else should I be concerned with regarding entitlements?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for tips!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:778a72dc-9e38-4cf5-8207-eca5ba1fa8e2] --&gt;</description>
      <pubDate>Tue, 30 Aug 2011 21:05:50 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/897319</guid>
      <dc:date>2011-08-30T21:05:50Z</dc:date>
      <clearspace:dateToText>3 years 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Mobile technique for sliding a large image with your finger?</title>
      <link>https://forums.adobe.com/thread/898030</link>
      <description>&lt;!-- [DocumentBodyStart:70c038eb-0b43-4971-8941-ecd21fa43721] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey all,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm using the Phonegap integration in DWCS5.5 and I'm looking for a technique to allow a person to pan an image from left to right. This image will be considerably large. It will take up most of the screen vertically and horizontally it will be several thousand pixels. Essentially I'd like to make a panorama and let the user touch it and drag it left/right to see around the panorama image.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I can do this with basic javascript on Android. It works just fine because the touchmove event fires off repeatedly letting me constantly update where the image is as I track the cursor (finger). On iOS the event only fires off AFTER the user pulls their finger away.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Has anyone done this on iOS and has an approach to allowing a user to drag something?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:70c038eb-0b43-4971-8941-ecd21fa43721] --&gt;</description>
      <pubDate>Thu, 01 Sep 2011 14:50:09 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/898030</guid>
      <dc:date>2011-09-01T14:50:09Z</dc:date>
      <clearspace:dateToText>3 years 2 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

