<?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 : Unanswered Discussions - AIR Development</title>
    <link>https://forums.adobe.com/community/air/development?view=discussions&amp;filter=open</link>
    <description>Unanswered Discussion Threads in AIR Development</description>
    <language>en</language>
    <pubDate>Thu, 13 Nov 2014 22:43:42 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-11-13T22:43:42Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>AIR App, load externally hosted SWF which loads XML</title>
      <link>https://forums.adobe.com/thread/1634726</link>
      <description>&lt;!-- [DocumentBodyStart:1b1a6725-d70b-42b1-943c-e05bc830519c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p style="font-family: 'Signika Negative', sans-serif; color: #666666; font-size: 17px;"&gt;I am wondering if this is even possible, because I am getting error 2148.&amp;nbsp; &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="font-family: 'Signika Negative', sans-serif; color: #666666; font-size: 17px;"&gt;I am loading in SWF files that are externally hosted into an AIR app.&amp;nbsp; Everything works great!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="font-family: 'Signika Negative', sans-serif; color: #666666; font-size: 17px;"&gt;Is it possible to have one&amp;nbsp; of these child SWFs load in some type of XML data or access an XML file on the desktop/tmp?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="font-family: 'Signika Negative', sans-serif; color: #666666; font-size: 17px;"&gt;Or if need be, should I have the AIR app do all the loading (including the other XML) and pass that to the child SWF?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="font-family: 'Signika Negative', sans-serif; color: #666666; font-size: 17px;"&gt;Thanks in advance! &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="font-family: 'Signika Negative', sans-serif; color: #666666; font-size: 17px;"&gt;In detail:&lt;/p&gt;&lt;p style="font-family: 'Signika Negative', sans-serif; color: #666666; font-size: 17px;"&gt;AIR app -&amp;gt; Loads SWFs&lt;/p&gt;&lt;p style="font-family: 'Signika Negative', sans-serif; color: #666666; font-size: 17px;"&gt;SWFS -&amp;gt; Load XML&lt;/p&gt;&lt;p style="font-family: 'Signika Negative', sans-serif; color: #666666; font-size: 17px;"&gt;SWF -&amp;gt; displays something or does something RAD!!!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px; font-family: 'Signika Negative', sans-serif; color: #666666; font-size: 17px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="font-family: 'Signika Negative', sans-serif; color: #666666; font-size: 17px;"&gt;Stuff I have tried:&lt;/p&gt;&lt;p style="font-family: 'Signika Negative', sans-serif; color: #666666; font-size: 17px;"&gt;&lt;span style="color: #444444; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif;"&gt;Ive added an mms.cfg file in the proper places, as well as, changed my adobe security settings to allow access to a "tmp" folder on desktop. The loaded SWF from an external domain loads fine however it still shows an error 2148 when trying to access an XML file within the "tmp" folder on desktop. The SWF when published is also set to "access local files"&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1b1a6725-d70b-42b1-943c-e05bc830519c] --&gt;&lt;img src='/beacon?t=1415938299957' /&gt;</description>
      <pubDate>Thu, 13 Nov 2014 22:43:42 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1634726</guid>
      <dc:date>2014-11-13T22:43:42Z</dc:date>
      <clearspace:dateToText>5 hours 28 minutes ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Porting existing Android native app to Adobe AIR</title>
      <link>https://forums.adobe.com/thread/1634589</link>
      <description>&lt;!-- [DocumentBodyStart:40d0313b-8241-4654-9c09-5a82daa54fb1] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I indent to port a existing Android native app to Adobe AIR for android. Reasons: To use my existing AS3 skills, "cost" for native is too high and soon port it to iOS.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Difficulties I face here:&lt;br/&gt;&lt;br/&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Existing app package, say "com.mygame.myapp" has to be retained. By using FB with AIR SDK, we get a "air." prefix to the package name. It becomes "air.com.mygame.myapp".&lt;br/&gt;Will this solution still solve the problem in AIR SDK &lt;a class="jive-link-thread-small" data-containerId="4434" data-containerType="14" data-objectId="1420120" data-objectType="1" href="https://forums.adobe.com/thread/1420120"&gt;removing "air." prefix from package name has any working solution!?&lt;/a&gt;.&lt;br/&gt;The help link &lt;a class="jive-link-external-small" href="http://helpx.adobe.com/air/kb/opt-out-air-application-analytics.html" rel="nofollow"&gt;http://helpx.adobe.com/air/kb/opt-out-air-application-analytics.html&lt;/a&gt; is dead now. iOS specific is found here &lt;a class="jive-link-external-small" href="http://helpx.adobe.com/air/kb/opt-out-air-app-analytics.html" rel="nofollow"&gt;Opt-out | Adobe AIR app analytics | iOS&lt;/a&gt;&lt;br/&gt;Please suggest me a Mac suitable solution.&lt;br/&gt;&lt;br/&gt;&lt;/li&gt;&lt;li&gt;In Android, using a ".keystore" file, we need to export as the ".APK" file. In AIR, if we publish using a new ".p12" signature file would it be compatible with Google Play, and it rules.&lt;/li&gt;&lt;/ol&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;App's existing users should find difficulty in upgrading the app.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Another unanswered thread &lt;a class="jive-link-message-small" data-containerId="4826" data-containerType="14" data-objectId="4652851" data-objectType="2" href="https://forums.adobe.com/message/4652851#4652851"&gt;Possible to remove "air." appended on package and target a .keystore rather than .p12?&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks a lot.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:40d0313b-8241-4654-9c09-5a82daa54fb1] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">air</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">android</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">port native app to air</category>
      <pubDate>Thu, 13 Nov 2014 19:12:46 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1634589</guid>
      <dc:date>2014-11-13T19:12:46Z</dc:date>
      <clearspace:dateToText>8 hours 50 minutes ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Cameraroll API that allows selection of web photos on Android</title>
      <link>https://forums.adobe.com/thread/1634435</link>
      <description>&lt;!-- [DocumentBodyStart:eb871f89-ee98-4ca4-a1f1-81ce313b6d5f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;The latest version of Android 5.0 on Nexus devices do away with the 'gallery' app in favour of the 'photos' app.&amp;nbsp; The problem is that users want to be able to select any image and not just ones local to device.&amp;nbsp; The photos app actually blurs what is local vs cloud and you have to specifically navigate to 'on device'.&amp;nbsp; I have a feeling the Nexus 6 might be a pretty successful device and since I have apps that use the cameraroll api, I am worried about getting complaints of non loading images because the current cameraroll api fails.&amp;nbsp; Any one have a solution, an ANE?&amp;nbsp; I had a custom ANE for intent pushed images to my app but not one for picking images.&amp;nbsp; It would be awesome if cameraroll supported:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;- cloud images from photos or other&lt;/p&gt;&lt;p&gt;- multiple image selection&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Does anyone know if the failed selection via cameraroll api provides the content path back?&amp;nbsp; I might be able to do something if I get the content path.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:eb871f89-ee98-4ca4-a1f1-81ce313b6d5f] --&gt;</description>
      <pubDate>Thu, 13 Nov 2014 17:15:43 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1634435</guid>
      <dc:date>2014-11-13T17:15:43Z</dc:date>
      <clearspace:dateToText>10 hours 56 minutes ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>air ios stagewebview youtube video without sound</title>
      <link>https://forums.adobe.com/thread/1634250</link>
      <description>&lt;!-- [DocumentBodyStart:c469816e-2ad7-4798-8fa3-fdcdf3be4232] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I developed an app for IOS&amp;nbsp; with flash air 15.0&lt;/p&gt;&lt;p&gt;I used StageWebView&amp;nbsp; to play youtube video in my app. On some ipad&amp;nbsp; I have video +sound and on other only video without sound.&lt;/p&gt;&lt;p&gt;Is someone have a track for a solution?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;You can find my app on the apple store or play store , find :&lt;/p&gt;&lt;p&gt;"fare, le mond de la propret&amp;#233;"&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Best regards&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Jean Luc&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c469816e-2ad7-4798-8fa3-fdcdf3be4232] --&gt;</description>
      <pubDate>Thu, 13 Nov 2014 13:04:31 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1634250</guid>
      <dc:date>2014-11-13T13:04:31Z</dc:date>
      <clearspace:dateToText>15 hours 7 minutes ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>AIR16/SDK6.1 Bug: Undefined symbols for architecture armv7</title>
      <link>https://forums.adobe.com/thread/1634158</link>
      <description>&lt;!-- [DocumentBodyStart:f4516067-2272-4f92-ad41-5c33c31145a5] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p style="padding-left: 30px;"&gt;I'm using AIR16 Beta, Flash CC 2014, iOS SDK 6.1 and get this error while packaging my .ipa file... &lt;span aria-label="Sad" class="emoticon-inline emoticon_sad" style="height:16px;width:16px;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px; padding-left: 30px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;Undefined symbols for architecture armv7:&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&amp;nbsp; "_glBlitFramebuffer", referenced from:&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; __ZN13CTEAGLSurface24glBlitFramebufferWrapperEiiiiiiiijj in libRuntimeAOT.arm-air.a(CTEAGLSurface.o)&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&amp;nbsp; "_glInvalidateFramebuffer", referenced from:&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; __ZN13CTEAGLSurface30glInvalidateFramebufferWrapperEjiPKj in libRuntimeAOT.arm-air.a(CTEAGLSurface.o)&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&amp;nbsp; "_glRenderbufferStorageMultisample", referenced from:&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; __ZN13CTEAGLSurface39glRenderbufferStorageMultisampleWrapperEjijii in libRuntimeAOT.arm-air.a(CTEAGLSurface.o)&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&amp;nbsp; "_glDrawBuffers", referenced from:&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; __ZN9Context3D21TargetBufferSetOpenGL4BindEv in libRuntimeAOT.arm-air.a(Context3DOpenGL.o)&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;ld: symbol(s) not found for architecture armv7&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f4516067-2272-4f92-ad41-5c33c31145a5] --&gt;</description>
      <pubDate>Thu, 13 Nov 2014 12:49:42 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1634158</guid>
      <dc:date>2014-11-13T12:49:42Z</dc:date>
      <clearspace:dateToText>15 hours 22 minutes ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Japanese device font can not print on Android 5 in AIR 15</title>
      <link>https://forums.adobe.com/thread/1633828</link>
      <description>&lt;!-- [DocumentBodyStart:f8fa4118-c98e-4721-9b1c-34e776b570f2] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;i have using AIR SDK 15.0.0.356&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;source text:&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;output text:&lt;/p&gt;&lt;p&gt;see the included image(this's working on Android 5(Nexus7 2013)&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-6924666-694593/Nexus7-2013.jpg"&gt;&lt;img alt="Nexus7-2013.jpg" class="jive-image image-1" height="385" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6924666-694593/Nexus7-2013.jpg" style="height: 353px; width: 620px;" width="676"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f8fa4118-c98e-4721-9b1c-34e776b570f2] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">font</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">air 15</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">android 5</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">device font</category>
      <pubDate>Thu, 13 Nov 2014 02:31:46 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1633828</guid>
      <dc:date>2014-11-13T02:31:46Z</dc:date>
      <clearspace:dateToText>22 hours 21 minutes ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Playing a video in AIR on a mobile device</title>
      <link>https://forums.adobe.com/thread/1632999</link>
      <description>&lt;!-- [DocumentBodyStart:80b4b784-6fe3-4815-91d2-03f534c532ce] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Does anyone have any walkthrough they can share for how to play a video in an mobile AIR app? This would be for a video that's bundled with the air app.&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:80b4b784-6fe3-4815-91d2-03f534c532ce] --&gt;</description>
      <pubDate>Wed, 12 Nov 2014 06:18:41 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1632999</guid>
      <dc:date>2014-11-12T06:18:41Z</dc:date>
      <clearspace:dateToText>8 hours 50 minutes ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Flash CC - Publish iOS/Android AIR App stuck at 5 seconds</title>
      <link>https://forums.adobe.com/thread/1632996</link>
      <description>&lt;!-- [DocumentBodyStart:24fcf2c7-613b-48ef-b84d-b1a24a7e77fc] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a few Flash made apps, I've published them to my devices before, but now I can't. Flash get's stuck at 5 seconds. Flash freezes, I can't cancel.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any suggestions?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:24fcf2c7-613b-48ef-b84d-b1a24a7e77fc] --&gt;</description>
      <pubDate>Wed, 12 Nov 2014 05:29:12 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1632996</guid>
      <dc:date>2014-11-12T05:29:12Z</dc:date>
      <clearspace:dateToText>1 day 23 hours ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Is it possible to connect ftp and upload our files and folders using adobe air ?</title>
      <link>https://forums.adobe.com/thread/1632350</link>
      <description>&lt;!-- [DocumentBodyStart:6fb95252-5123-486a-962d-00f01ae5da73] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I want to connect ftp and upload my website content on server using my adobe air application.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6fb95252-5123-486a-962d-00f01ae5da73] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">air</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">as3</category>
      <pubDate>Tue, 11 Nov 2014 13:27:11 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1632350</guid>
      <dc:date>2014-11-11T13:27:11Z</dc:date>
      <clearspace:dateToText>2 days 15 hours ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Year class: A classification system for Android - any thoughts?</title>
      <link>https://forums.adobe.com/thread/1631774</link>
      <description>&lt;!-- [DocumentBodyStart:73700018-9308-4efe-ad90-3476a35f84a5] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Facebook posted a few days ago how they no longer look at Android versions but instead look to hardware capabilities when developing their app(s):&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="https://code.facebook.com/posts/307478339448736/year-class-a-classification-system-for-android/" rel="nofollow"&gt;Year class: A classification system for Android | Engineering Blog | Facebook Code | Facebook&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;A significant, and increasing, problem we have experienced over the past two years of deploying to Android isn't the fragmentation of the OS versions, rather the fragmentation of hardware.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Cheap Android devices are often shipping with v6 ARM CPUs but Air only supports V7.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;These cheap Android devices can run the latest Android versions though which is hugely difficult to explain to clients.&amp;nbsp; &lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;Clients think that since the latest devices can all run the latest Android version, why can't Air also support those same devices? &lt;/span&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;A logical question to have but, understanding the lower power hardware doesn't always make sense to these clients.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Sure, it's a great marketing move by the hardware manufacturers who use the 'latest Android version' as a headline for shipping cheap old hardware! But, it makes it a nightmare for us Air developers.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;I'm an electronics engineering graduate so I acutely understand both the hardware and software complications/implications of this situation but I'm wondering what we're going to do about.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;A version of Adobe Air that would run on legacy ARM v6 would be great because a lot of cheap hardware still uses that form factor. Raspberry Pi for instance uses that CPU form and therefore being able to target that device with Adobe Air in the education market would be a HUGE opportunity! Also, the 'internet of things' could be a huge market for Air developers who could adopt such hardware as the Raspberry Pi. I do though, as I hint above, appreciate the development and resource costs for supporting that older CPU core though.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So, I wanted to throw this out there to see what other people think - both developers and Adobe themselves...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is there a solution out there? Or can we, as a community, create a solution?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:73700018-9308-4efe-ad90-3476a35f84a5] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">air</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">flash</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">as3</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">android</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">facebook</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">cpu</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">legacy</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">armv7</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">armv6</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">raspberry_pi</category>
      <pubDate>Mon, 10 Nov 2014 21:24:48 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1631774</guid>
      <dc:date>2014-11-10T21:24:48Z</dc:date>
      <clearspace:dateToText>1 day 6 hours ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Crash on "video.attachCamera" with front camera (S3, Android)</title>
      <link>https://forums.adobe.com/thread/1631709</link>
      <description>&lt;!-- [DocumentBodyStart:ed44f32f-e5db-43e7-a506-44442582791b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm developing a camera app with Adobe Air (version 15.0.0 build 302). I would appreciate any help with this really weird bug that I found.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In the Samsung S3 device, attaching the front camera to a Video instance always results in the app crashing. After the crash, the camera becomes unusable by any app on the device. The device must be reset in order to restore the camera. After many tests, I know that the app crashes when the "video.attachCamera" method is called.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This is the relevant piece of code:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;this.cameraPos = CameraPosition.FRONT;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;this.camera = this.getCamera(this.cameraPos);&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;this.camera.setMode(640, 640, 30);&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;this.video = new Video(640, 640);&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;this.video.attachCamera(this.camera); // crash!&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;private function getCamera(position:String):Camera&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;{&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp; for(var i:int=0; i&amp;lt;Camera.names.length; i++)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp; {&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var c:Camera = Camera.getCamera(String(i));&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(c.position == position) return c;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp; }&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp; return Camera.getCamera();&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;}&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;The same code works fine in other Android devices. Listing all available cameras show that both (back and front) cameras are available in the S3. And the front camera works fine when I use CameraUI.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any help will be much appreciated.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ed44f32f-e5db-43e7-a506-44442582791b] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">video</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">camera</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">android</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">crash</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">attachcamera</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">front camera</category>
      <pubDate>Mon, 10 Nov 2014 20:28:45 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1631709</guid>
      <dc:date>2014-11-10T20:28:45Z</dc:date>
      <clearspace:dateToText>3 days 8 hours ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to partially copy a SQLITE database/table</title>
      <link>https://forums.adobe.com/thread/1631292</link>
      <description>&lt;!-- [DocumentBodyStart:c3a46093-4ee1-4b97-8a3d-2c1196179134] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi Everybody,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have an AIR application which uses a local Sqlite database.&lt;/p&gt;&lt;p&gt;I want to take a backup of my application. For that I have to copy some table data/rows from the database as SQL queries.&lt;/p&gt;&lt;p&gt;Requirement is a user can later import the stored things into the application, during which the copied table/data should be inserted into the new database.&lt;/p&gt;&lt;p&gt;I think retrieving each record individually and making insert query from the values and saving in a text file and then later at the time of importing executing those insert queries one by one&lt;/p&gt;&lt;p&gt;is a really expensive and time taking job. (As I have thousands of records)&lt;/p&gt;&lt;p&gt;Please suggest me an efficient method to do this.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;&lt;p&gt;Jameel&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c3a46093-4ee1-4b97-8a3d-2c1196179134] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">as3</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">sqlite</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">flash buildder</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">air app</category>
      <pubDate>Mon, 10 Nov 2014 10:43:33 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1631292</guid>
      <dc:date>2014-11-10T10:43:33Z</dc:date>
      <clearspace:dateToText>3 days 17 hours ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Black screen with iPad iOS 8.1 device on app launch</title>
      <link>https://forums.adobe.com/thread/1628971</link>
      <description>&lt;!-- [DocumentBodyStart:3bf61837-ec58-4dbd-b977-eba8db88b0a9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Replicated using this environment:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;iPad Version: 8.1 (12B410)&lt;/p&gt;&lt;p&gt;Adobe flash Pro: CS6 (12.0.2.529)&lt;/p&gt;&lt;p&gt;Adobe Air SDK: 15.0&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;FLA: blank white no AS no stage elements&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Applied iOS ad-hoc distribution Cert and provisioning files to publish settings and successfully published:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Application installs successfully using:&lt;/p&gt;&lt;p&gt;adt -installApp -platform ios -package PATH_TO.ipa&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;clicked installed app on device and only got a black screen&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;same exact setup and steps on iOS 7 gave us a successful test with our test app launch&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3bf61837-ec58-4dbd-b977-eba8db88b0a9] --&gt;</description>
      <pubDate>Thu, 06 Nov 2014 21:51:47 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1628971</guid>
      <dc:date>2014-11-06T21:51:47Z</dc:date>
      <clearspace:dateToText>1 week 6 hours ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How can I create a simple chat function in a mobile app for iOS and Android</title>
      <link>https://forums.adobe.com/thread/1628386</link>
      <description>&lt;!-- [DocumentBodyStart:eeb4ce6d-dbc1-478b-8aee-e3dfbfacdfa7] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am wondering how can I create a chat function in my mobile app creating in AIR and Flex. The chat should be similar to the one in WhatsApp.&lt;/p&gt;&lt;p&gt;Do you know some possible solutions?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you in advance!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:eeb4ce6d-dbc1-478b-8aee-e3dfbfacdfa7] --&gt;</description>
      <pubDate>Thu, 06 Nov 2014 10:54:33 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1628386</guid>
      <dc:date>2014-11-06T10:54:33Z</dc:date>
      <clearspace:dateToText>1 week 16 hours ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>sharedobject low memory crash - whats the status?</title>
      <link>https://forums.adobe.com/thread/1628278</link>
      <description>&lt;!-- [DocumentBodyStart:93fbe682-ee61-4fd4-b38e-c89399b17520] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;What's up with the SharedObject low-memory bug (&lt;a class="jive-link-external-small" href="https://bugbase.adobe.com/index.cfm?event=bug&amp;amp;id=3711301" rel="nofollow"&gt;Bug#3711301&lt;/a&gt;)?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Has this been resolved?&amp;nbsp; Is it still an issue with the latest AIR 15.0?&amp;nbsp; There has been no activity on the issue for some time, and it's been around for a long time!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:93fbe682-ee61-4fd4-b38e-c89399b17520] --&gt;</description>
      <pubDate>Thu, 06 Nov 2014 06:40:06 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1628278</guid>
      <dc:date>2014-11-06T06:40:06Z</dc:date>
      <clearspace:dateToText>1 week 14 hours ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Native application (captive runtime) doesn't support GameInput?</title>
      <link>https://forums.adobe.com/thread/1628165</link>
      <description>&lt;!-- [DocumentBodyStart:841b5d5d-155d-4242-86b1-c0701b53bba2] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I've built a project originally for Flash Player, then for AIR with the GameInput API.&amp;nbsp; With the addition of GameInput support in FlashPlayer 11.8, I've switched back to FP.&amp;nbsp; The game supports controller input through the GameInput API when built as SWF/AIR.&amp;nbsp; &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;However, when I package it using the -adt command using -target bundle (resulting in a captive runtime native EXE), controller support is lost.&amp;nbsp; A check on launch for GameInput.isSupported returns true as SWF/AIR, but false as EXE with no changes to the project/build.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any idea if there's a way to get isSupported to register as true and keep my GameInput functionality in a native EXE?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:841b5d5d-155d-4242-86b1-c0701b53bba2] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">air</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">flash</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">flash builder</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">captive runtime</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">native application</category>
      <pubDate>Thu, 06 Nov 2014 04:17:08 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1628165</guid>
      <dc:date>2014-11-06T04:17:08Z</dc:date>
      <clearspace:dateToText>1 week 24 hours ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>launching Air Captive runtime by double clicking file does not pass location in arguments</title>
      <link>https://forums.adobe.com/thread/1627163</link>
      <description>&lt;!-- [DocumentBodyStart:f84c9615-f2da-43cc-a204-d6418e76f2e9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am trying to make my Air Captive Runtime Mac OS X app respond correctly when the user double clicks on a file type associated with the app.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have set up the invoke event listener to capture location of the file that the user has clicked to launch the app stored in the event.arguments variable.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In the following simple test I just print out the length of the arguments passed in when the app is invoked. This is the behavior I am seeing:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;1. when I launch the app from the command line with 2 args, &lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;open test.app --args arg1 arg2&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;I get "2"&amp;nbsp; as expected for the arguments length.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;2. If the app is already open and I double click a file with a type associated with the app. It correctly invokes the app and passes in the path to the file that was clicked. Length is 1 as expected and the content is the path to the file.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;3. However, if I just double click the same associated file when the app is not open, the app launches correctly, however no arguments are passed. Length is 0 and there is no way to know what file the user double clicked.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;here is code:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;var debugOutput = new TextField();&lt;/p&gt;&lt;p&gt;addChild(debugOutput);&lt;/p&gt;&lt;p&gt;NativeApplication.nativeApplication.addEventListener(InvokeEvent.INVOKE, onInvoke);&lt;/p&gt;&lt;p&gt;function onInvoke(e:InvokeEvent):void &lt;/p&gt;&lt;p&gt;{&lt;/p&gt;&lt;p&gt;&amp;nbsp; debugOutput.text = e.arguments.length;&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 style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any thoughts on what might be going on? &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f84c9615-f2da-43cc-a204-d6418e76f2e9] --&gt;</description>
      <pubDate>Wed, 05 Nov 2014 05:39:41 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1627163</guid>
      <dc:date>2014-11-05T05:39:41Z</dc:date>
      <clearspace:dateToText>1 week 2 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Extension Name space is invalid.</title>
      <link>https://forums.adobe.com/thread/1626182</link>
      <description>&lt;!-- [DocumentBodyStart:bfddc769-4ccd-4f61-8af1-dae8788900b9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am using flashbuilder 4.7 with AIR SDK 15.0 on adding ANE i got following error.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Process terminated unexpectedly.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The content cannot be loaded because there was a problem loading an extension: Error: Extension namespace is invalid for C:\Users\New\Adobe Flash Builder 4.7\.metadata\.plugins\com.adobe.flexbuilder.project.ui\ANEFiles\SampleTest\win32\sampleO utput.ane&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have ensured Extension Id are same in Extension.xml and discripter file.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:bfddc769-4ccd-4f61-8af1-dae8788900b9] --&gt;</description>
      <pubDate>Tue, 04 Nov 2014 05:23:08 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1626182</guid>
      <dc:date>2014-11-04T05:23:08Z</dc:date>
      <clearspace:dateToText>1 week 2 days ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>I need to know how .air installation/update works under the hood</title>
      <link>https://forums.adobe.com/thread/1625313</link>
      <description>&lt;!-- [DocumentBodyStart:9ae10ae6-0b9d-4110-9c23-7203cf9f06f4] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi, we always get support tickets with people that can't install or upgrade the applications we build with AIR, the error they get is that the "installer is corrupted". This happens on Windows.&lt;/p&gt;&lt;p&gt;We tried all the workarounds we found but it did not work, I also tested with native installers and installation of native installer worked fine.&lt;/p&gt;&lt;p&gt;What I want is to know exactly how installation of .air files works,&amp;nbsp; what programs perform this, how to configure them, how to read the logs, we need to figure out what is the problem and fix it.&lt;/p&gt;&lt;p&gt;P.S.&amp;nbsp; it would be great if AIR developers could find a way to put a better error message.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9ae10ae6-0b9d-4110-9c23-7203cf9f06f4] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">corrupt.</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">not installing</category>
      <pubDate>Mon, 03 Nov 2014 09:31:34 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1625313</guid>
      <dc:date>2014-11-03T09:31:34Z</dc:date>
      <clearspace:dateToText>1 week 4 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Developing for all four iPhone resolutions - how do you go about it?</title>
      <link>https://forums.adobe.com/thread/1624972</link>
      <description>&lt;!-- [DocumentBodyStart:31fd16bb-c91e-4327-a9ae-3de4d86f053f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;With iPhone 6 out, developing for both iPhone 4, 5, 6 and 6 plus is a must. I'm pretty new to considering adaptive interfaces / content when developing apps, so I'm looking for strategies on how to approach it.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;My current case example is a graphic novel-type app. The development process is going to be short, so I'm looking to make an app that just displays in fullscreen on all phones, not necessarily taking advantage of the higher pixel densities. A lot of the content is bitmap pages that need to take up the full screen on all resolutions.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So what are your general strategies for going about this? As I see it, the first issue is the two different aspect ratios. The iPhone 4 is 3:2 whereas all the others are 16:9, so my idea is to first detect if the ratio is 3:2 or not, and make the app either adapt to iPhone 4 or iPhone 5 depending on the result. Apple's automatic scaling of older apps should then take care of scaling up to iPhone 6 and 6+. Correct?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Secondly, what is the next step? Do I save all the bitmap pages of my graphic novel in a 640x960 version (iPhone 4) and a 640x1136 version (iPhone 5) separately, then load the right one at runtime depending on the aspect ratio detected?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thirdly, if I work in Flash Pro with a 960x640 canvas size, do I then load the correct bitmap version and place it in the top left corner of the canvas because it will then extend to all the edges of the screen - or do I 'center' the iPhone 5 version outside the canvas to make it fit? (Meaning do I place the content at x = 0 for the iPhone 5 version, or at x = - ((1136 - 960) / 2) ?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I hope these questions make sense, especially the last one, and would like to hear how you would approach a project with a short deadline which just needs to run fullscreen on all iPhones.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:31fd16bb-c91e-4327-a9ae-3de4d86f053f] --&gt;</description>
      <pubDate>Sun, 02 Nov 2014 19:35:53 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1624972</guid>
      <dc:date>2014-11-02T19:35:53Z</dc:date>
      <clearspace:dateToText>1 week 18 hours ago</clearspace:dateToText>
      <clearspace:messageCount>12</clearspace:messageCount>
      <clearspace:replyCount>11</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Can someone help with with flash &amp; ipk file.</title>
      <link>https://forums.adobe.com/thread/1624562</link>
      <description>&lt;!-- [DocumentBodyStart:20ff0aed-d809-49de-b9bd-42c2870c6ad1] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Sorry to trouble you guys. im a noob in using flash.&lt;/p&gt;&lt;p&gt;i need to ask. why did my apps(ipk file) cannot play it video when i put it inside the phone, while i preview it in pc, the video run good itself.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;help me please. been stuck for a week.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:20ff0aed-d809-49de-b9bd-42c2870c6ad1] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">flashplayer.</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">ipk</category>
      <pubDate>Sun, 02 Nov 2014 01:58:57 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1624562</guid>
      <dc:date>2014-11-02T01:58:57Z</dc:date>
      <clearspace:dateToText>1 week 5 days ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>[ANE] Prevent activity onDestroy to be called when app resumes</title>
      <link>https://forums.adobe.com/thread/1622767</link>
      <description>&lt;!-- [DocumentBodyStart:cc65d0db-a79a-4de6-bdca-a7d1ca61d531] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have an ANE that creates an activity on top of the main one.&lt;/p&gt;&lt;p&gt;For some reason, this activity will call onDestroy if I minimize the app and relaunch it.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is there a way to prevent this?&lt;/p&gt;&lt;p&gt;I tried a native app and it is not behaving like this, so it makes me think it might be an Air thing.&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:cc65d0db-a79a-4de6-bdca-a7d1ca61d531] --&gt;</description>
      <pubDate>Thu, 30 Oct 2014 20:04:22 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1622767</guid>
      <dc:date>2014-10-30T20:04:22Z</dc:date>
      <clearspace:dateToText>2 weeks 8 hours ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Flash Pro discards AIR icon information.</title>
      <link>https://forums.adobe.com/thread/1622832</link>
      <description>&lt;!-- [DocumentBodyStart:e37059c2-b00b-4970-9035-eb7cae208469] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;In Flash Pro, when switching between AIR for Android and iOS, the IDE discards icon information. This is especially frustrating since there are 16 or so icon sizes for iOS. Am I overlooking something or is it really this bad?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e37059c2-b00b-4970-9035-eb7cae208469] --&gt;</description>
      <pubDate>Thu, 30 Oct 2014 19:52:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1622832</guid>
      <dc:date>2014-10-30T19:52:38Z</dc:date>
      <clearspace:dateToText>6 days 9 hours ago</clearspace:dateToText>
      <clearspace:messageCount>19</clearspace:messageCount>
      <clearspace:replyCount>18</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Black screen on orient after startup on iOS</title>
      <link>https://forums.adobe.com/thread/1622512</link>
      <description>&lt;!-- [DocumentBodyStart:1a47f4a7-2f67-457f-b803-db99d079049c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p style="margin: 0 0 1.1em; color: #000000; font-family: Ubuntu, Helvetica, Arial, sans-serif; background-color: #eeeeee;"&gt;&lt;span style="color: #000000;"&gt;We have a very odd bug happening... when the app auto-orients during startup, *sometimes* we get a black screen with working audio. We first noticed this happening on the the iPhone 6+; our landscape app, when the home button is on the left side, will start with the launch image upside-down, then auto-orient, and sometimes go to black. Sometimes this doesn't happen. When the app is launched with the home button on the right side, the launch image comes up right-side up, and it never black screens.&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0 0 1.1em; color: #000000; font-family: Ubuntu, Helvetica, Arial, sans-serif; background-color: #eeeeee;"&gt;&lt;span style="color: #000000;"&gt;On all other devices, we don't see this initial upside-down launch image, regardless of starting orientation. However, if we launch the app with the home button on the right, then orient the device so that the home button is on the left before the launch image appears, *sometimes* it will black screen.&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0 0 1.1em; color: #000000; font-family: Ubuntu, Helvetica, Arial, sans-serif; background-color: #eeeeee;"&gt;&lt;span style="color: #000000;"&gt;A few other items of note:&lt;/span&gt;&lt;br/&gt;&lt;span style="color: #000000;"&gt;- we aren't listening for any orientation events&lt;/span&gt;&lt;br/&gt;&lt;span style="color: #000000;"&gt;- we aren't listening for any resize events&lt;/span&gt;&lt;br/&gt;&lt;span style="color: #000000;"&gt;- we can completely avoid the problem by changing autoOrients to false in the app xml, we'd just rather avoid that if there's another easy fix that allows us to keep auto-orientation&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1a47f4a7-2f67-457f-b803-db99d079049c] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">startup</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">orientation</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">black screen</category>
      <pubDate>Thu, 30 Oct 2014 14:57:21 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1622512</guid>
      <dc:date>2014-10-30T14:57:21Z</dc:date>
      <clearspace:dateToText>1 week 7 days ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Adobe AIR memory leak loading SWFs</title>
      <link>https://forums.adobe.com/thread/1622107</link>
      <description>&lt;!-- [DocumentBodyStart:6c2a0af3-b408-414e-a5c1-32695a3cde61] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I was plagued by a memory leak that would crash my application after a few hours. The application had worked fine in the past but now was having issues and I thought it might have to do with using newer SDK's.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In the end I discovered that if I loaded external swf that had been compiled in debug mode, they would not clear completely on unload and cause a memory leak.&lt;/p&gt;&lt;p&gt;Compiling in release mode fixed the issue. Spent 3 days trying to figure it out.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6c2a0af3-b408-414e-a5c1-32695a3cde61] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">air</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">memory</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">debug</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">flashbuilder</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">memory leak</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">debug version</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">gotcha</category>
      <pubDate>Thu, 30 Oct 2014 02:04:06 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1622107</guid>
      <dc:date>2014-10-30T02:04:06Z</dc:date>
      <clearspace:dateToText>2 weeks 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Videos in StageWebView Playing Back at Double Size Under iOS 8</title>
      <link>https://forums.adobe.com/thread/1621843</link>
      <description>&lt;!-- [DocumentBodyStart:29542bdb-3c2f-49e5-abb8-a102bf0ec09e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;We're having an issue with videos in a StageWebView under iOS 8. Videos playing in a StageWebView control are playing at double size on iOS 8, resulting in the video appearing to be chopped off (see screen shot below).&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We are using a StageWebView and calling the .loadURL(videoPath). Previously the video has always been sized to the viewport of the StageWebView control.&lt;/p&gt;&lt;blockquote class="jive-quote"&gt;
&lt;p&gt;public var webView:StageWebView;&lt;/p&gt;
&lt;p&gt;webView.viewPort = new Rectangle(this.x,this.y,374,221);&lt;/p&gt;
&lt;p&gt;webView.loadURL(&amp;lt;&amp;lt;our file path&amp;gt;&amp;gt;);&lt;/p&gt;
&lt;/blockquote&gt;&lt;p&gt;Has anyone experienced this or have any idea what's going on? Thank you for your help.&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-6880572-689604/VideoIssue.jpg"&gt;&lt;img alt="VideoIssue.jpg" class="jive-image image-1" height="669" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6880572-689604/900-669/VideoIssue.jpg" style="height: 461px; width: 620px;" width="900"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:29542bdb-3c2f-49e5-abb8-a102bf0ec09e] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">video</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">stagewebview</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">ios8</category>
      <pubDate>Wed, 29 Oct 2014 20:00:32 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1621843</guid>
      <dc:date>2014-10-29T20:00:32Z</dc:date>
      <clearspace:dateToText>1 week 4 days ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>AIR Native Extensions. How to loop FREObject properties?</title>
      <link>https://forums.adobe.com/thread/1621603</link>
      <description>&lt;!-- [DocumentBodyStart:aacfbe8a-d5d4-4446-b911-ecb09cbc9d18] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We're working on a new AIR Native Extension, the goal is to run javascript code inside AIR. However that's actually not directly related to the problem.&lt;/p&gt;&lt;p&gt;The problem itself: &lt;/p&gt;&lt;p&gt; - we need to pass some AS3-objects to the javascript runtime&lt;/p&gt;&lt;p&gt; - javascript runtime (SpiderMonkey) has a different GC, different memory aligning and a lot of other things, that differs from AIR&lt;/p&gt;&lt;p&gt; - the only suitable way for us is to iterate through AS3-Object properties and to create a mirror-object in SpiderMonkey&lt;/p&gt;&lt;p&gt; - we do not have such an API in FlashRuntimeExtensions.h which would allow us to iterate Object properties&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So the question is - is there any way to iterate on AS3-Object properties in С/С++ side of a Native Extension?&lt;/p&gt;&lt;p&gt;If there is not than the only possibility for us is to use JSON-strings which is actually far from optimal.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance,&lt;/p&gt;&lt;p&gt;Denis&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:aacfbe8a-d5d4-4446-b911-ecb09cbc9d18] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">flashruntimeextensions</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">c++_runtime</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">c++ extension</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">flashruntimeextensions.h</category>
      <pubDate>Wed, 29 Oct 2014 16:48:29 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1621603</guid>
      <dc:date>2014-10-29T16:48:29Z</dc:date>
      <clearspace:dateToText>2 weeks 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>No software with CFBundleIdentifier issue AIR app</title>
      <link>https://forums.adobe.com/thread/1620352</link>
      <description>&lt;!-- [DocumentBodyStart:f201ae0f-226c-4200-be14-668831ec5407] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am updating a 2.0 version of an existing app with a specific name: DinosaurDays. I am now loading a new IPA file with the same name, and there are all kinds of issues with the CP Bundler. The app ID is com.distanttrain.dinosaurdaysfree. Does anyone know how to make the app name on iTunes Connect jive with the app ID? I don't want to change the name of the app itself. Every time I try to create a new version, it either tells me that the existing name is already in use and can't be used (iTunes Connect) and when I try to submit a different name, the app can't be found. This is awful and confusing and (of course) Apple is no help whatsoever.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f201ae0f-226c-4200-be14-668831ec5407] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">itunes connect</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">air 15</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">apple app store</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">cpbundler</category>
      <pubDate>Tue, 28 Oct 2014 14:00:44 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1620352</guid>
      <dc:date>2014-10-28T14:00:44Z</dc:date>
      <clearspace:dateToText>2 weeks 3 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>I need help adding admob ads to air for android flash cs5.5 app</title>
      <link>https://forums.adobe.com/thread/1620296</link>
      <description>&lt;!-- [DocumentBodyStart:116ee980-a335-46a8-9148-bc22084ec226] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I would like to know how can i add admob ads in adobe flash cs5.5 air for android app without buying any extentions please tell in detail because my scripting in as3 is VERY weak, so detailed answers would be lovely.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:116ee980-a335-46a8-9148-bc22084ec226] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">admob</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">air for android</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">flash cs 5.5</category>
      <pubDate>Tue, 28 Oct 2014 13:17:25 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1620296</guid>
      <dc:date>2014-10-28T13:17:25Z</dc:date>
      <clearspace:dateToText>2 weeks 3 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>ANE - load library dependencies for Android before loading ANE itself (C/NDK ANE)</title>
      <link>https://forums.adobe.com/thread/1619097</link>
      <description>&lt;!-- [DocumentBodyStart:11869126-2826-4e24-a1b5-36df4892c44d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am creating a native extension using the FRE C framework with the Android NDK.&lt;/p&gt;&lt;p&gt;Currently the application can't load the ANE properly, since it doesn't seem to load the dependencies for the ANE properly. The ANE .so depends on a few other .so libraries that I have included with the ANE.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Are there any solutions, or am I royally missing something? Thanks : )&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;P.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:11869126-2826-4e24-a1b5-36df4892c44d] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">air</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">android</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">ane developement</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">ndk</category>
      <pubDate>Mon, 27 Oct 2014 13:35:03 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1619097</guid>
      <dc:date>2014-10-27T13:35:03Z</dc:date>
      <clearspace:dateToText>2 weeks 4 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>iTunes app rejected: app uses the iOS Advertising Identifier but does not include ad functionality</title>
      <link>https://forums.adobe.com/thread/1618855</link>
      <description>&lt;!-- [DocumentBodyStart:38622190-b75c-417e-8959-ef45c5cfe585] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;my latest app version just got rejected for referencing&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;class: &lt;strong&gt;ASIdentifierManager&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;selector: &lt;strong&gt;advertisingIdentifier&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;framework: &lt;strong&gt;AdSupport.framework&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;br/&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;without showing any advertisements. From my understanding they are referenced by the Facebook SDK to "Attribute this app installation to a previously served advertisement", which I checked when submitting the app version to iTunes. I do not serve ads inside the application and have no plans to do so. Anyone with similar experiences? Because the only solution seems to remove Facebook SDK which is no option.&lt;strong&gt;&lt;br/&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:38622190-b75c-417e-8959-ef45c5cfe585] --&gt;</description>
      <pubDate>Mon, 27 Oct 2014 09:39:06 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1618855</guid>
      <dc:date>2014-10-27T09:39:06Z</dc:date>
      <clearspace:dateToText>2 weeks 4 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>AIR Sqlite Version Update</title>
      <link>https://forums.adobe.com/thread/1618174</link>
      <description>&lt;!-- [DocumentBodyStart:458315aa-21ef-4f63-9677-cd8454653842] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Will there ever be a sqlite version update in the AIR SDK?&amp;nbsp; I don't have any legitimate reasons, but the version in the Adobe AIR 14 SDK ("2010-12-07 20:14:09 a586a4deeb25330037a49df295b36aaf624d0f45") is from 2010.&amp;nbsp; I can't help but think there must be some significant changes in the nearly 4 years since it was first included.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:458315aa-21ef-4f63-9677-cd8454653842] --&gt;</description>
      <pubDate>Sun, 26 Oct 2014 16:58:50 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1618174</guid>
      <dc:date>2014-10-26T16:58:50Z</dc:date>
      <clearspace:dateToText>2 weeks 4 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Package ipa file with adt</title>
      <link>https://forums.adobe.com/thread/1618201</link>
      <description>&lt;!-- [DocumentBodyStart:5ad556d5-72f4-4dfc-8242-55306ff74504] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've almost completed my first app and I'm looking for the best way to generate the ipa file. I use CS6 and I want to do that using CMD. Since I've never done that before I ask here for advices.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I found this cmd here on forums: &lt;strong style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;F:\sdk\bin\adt -package -target ipa-app-store -useLegacyAOT yes -provisioning-profile Hajj.mobileprovision -storetype pkcs12 -keystore Hajj.p12 -storepass xxxxxx Hajj.ipa Hajj-app.xml Hajj.swf icon com data org Default.png Default@2x.png Default-375w-667h@2x.png Default-414w-736h@3x.png Default-568h@2x.png&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So my questions are:&lt;/p&gt;&lt;p&gt;Should I include all my folders like com, caurina, box2d etc?&lt;/p&gt;&lt;p&gt;Should i include the icons folder too, even if I included the icons paths in the xml file?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5ad556d5-72f4-4dfc-8242-55306ff74504] --&gt;</description>
      <pubDate>Sun, 26 Oct 2014 14:35:56 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1618201</guid>
      <dc:date>2014-10-26T14:35:56Z</dc:date>
      <clearspace:dateToText>2 weeks 5 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>ANE for video ads?</title>
      <link>https://forums.adobe.com/thread/1617321</link>
      <description>&lt;!-- [DocumentBodyStart:5d4fb8c9-ade0-45dd-b52b-c73c2428b404] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am looking to monetize a mobile app with video ads. It's been very difficult to find ANEs from services that offer video ads, as most of them only support banners and interstitials. I am hoping for feedback and suggestions on any extensions I'm not aware of.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;RevMob's extension only seems to support video ads on iOS, but I cannot get their extension to serve ads on iOS and their support staff do not understand anything about AIR so that route was a bust. TapJoy's documentation is worse than a disaster, and their AIR extension throws hundreds of compiler errors and conflicts with other extensions I use, so they're out as well.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The only other service I'm aware of that ostensibly offers video ads is Vungle. Has anyone successfully used Vungle's AIR extension recently? Any other suggestions for ANEs that support video ads?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5d4fb8c9-ade0-45dd-b52b-c73c2428b404] --&gt;</description>
      <pubDate>Sat, 25 Oct 2014 09:47:20 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1617321</guid>
      <dc:date>2014-10-25T09:47:20Z</dc:date>
      <clearspace:dateToText>2 weeks 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>change screen orientation - desktop, Windows 8</title>
      <link>https://forums.adobe.com/thread/1617066</link>
      <description>&lt;!-- [DocumentBodyStart:3cf75b53-2565-4be5-948c-9a8063602b6f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm creating desktop AIR application (Windows 8, AIR 15) for interactive table. &lt;/p&gt;&lt;p&gt;Is it possible to change screen orientation with stage.setOrientation()? &lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://www.adobe.com/devnet/flash/articles/screen_orientation_apis.html" rel="nofollow"&gt;Using screen orientation APIs for smartphone application development | Adobe Developer Connection&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It's not working here. Any workaround?&lt;/p&gt;&lt;p&gt;&lt;br/&gt;Thank you!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3cf75b53-2565-4be5-948c-9a8063602b6f] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">air</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">desktop.</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">setorientation</category>
      <pubDate>Fri, 24 Oct 2014 23:59:59 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1617066</guid>
      <dc:date>2014-10-24T23:59:59Z</dc:date>
      <clearspace:dateToText>2 weeks 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Big app bundle make crash</title>
      <link>https://forums.adobe.com/thread/1616882</link>
      <description>&lt;!-- [DocumentBodyStart:bf8e9cb1-553e-415e-a7a8-a26aa66e2e83] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello everyone,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have built an app that is basically a music player, my problem is, when my playlist grows big (exactly 1,8gb) the app crashes, and i can't open it anymore, every time&amp;nbsp; i try to open it, it closes and in the logs all i got is a EXEC_BAD_ACCESS&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any ideas os suggestions??&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;big thnx&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&gt;forgot a few informations&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;i am building app for iOS, running on an iPod 5th gen.&lt;/p&gt;&lt;p&gt;using AIR sdk 15 + flash professional CC &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;the music/content of the app is downloaded from my server.&lt;/p&gt;&lt;p&gt;the app is running good if i don't exceed the 1.8gb storage ... if it reaches 1.8gb no more mr nice guy&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Mensagem editada por: Nicolas Gastaldi&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:bf8e9cb1-553e-415e-a7a8-a26aa66e2e83] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">#ios</category>
      <pubDate>Fri, 24 Oct 2014 18:12:29 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1616882</guid>
      <dc:date>2014-10-24T18:12:29Z</dc:date>
      <clearspace:dateToText>2 weeks 4 days ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Building for iOS and Air SDK 15.0</title>
      <link>https://forums.adobe.com/thread/1616563</link>
      <description>&lt;!-- [DocumentBodyStart:b95a935e-771c-473d-b1c2-88b8aa67df5b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;After being forced by apple to update to Air SDK 15.0 beta to continue to deliver updates for my app, I can no longer build my application (although I can still build for my Android version of the game).&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-6862631-687887/Screen+Shot+2014-10-24+at+13.35.52.png"&gt;&lt;img alt="Screen Shot 2014-10-24 at 13.35.52.png" class="jive-image image-1" height="287" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6862631-687887/900-287/Screen+Shot+2014-10-24+at+13.35.52.png" style="height: 198px; width: 620px;" width="900"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Here's the "error" that breaks the build. Even though it says its just a warning that its going to use the default implementation like it should do, there is no way to build around it. Any ideas?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b95a935e-771c-473d-b1c2-88b8aa67df5b] --&gt;</description>
      <pubDate>Fri, 24 Oct 2014 12:41:33 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1616563</guid>
      <dc:date>2014-10-24T12:41:33Z</dc:date>
      <clearspace:dateToText>2 weeks 7 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Problem installing Adhoc version to iPhone and iPad - Development Environment - Adobe Flash CS6</title>
      <link>https://forums.adobe.com/thread/1616504</link>
      <description>&lt;!-- [DocumentBodyStart:0dc2ba69-33a4-4b21-8a77-bf736b98f264] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;Hi,&lt;/span&gt;&lt;/p&gt;&lt;p class="p1" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="p1"&gt;I have successfully submitted 2 versions of the application. There are 2 different versions for iPad and iPhone separately. These were developed using Adobe Flash CS6 and AIR SDK - 4.0.0.1628. The category is Lifestyle and app is free.&lt;/p&gt;&lt;p class="p1" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="p1"&gt;Now I wanted to add new feature of push notification to both iPad and iPhone versions. I have successfully tested the development version with development profiles and certificates over iPad and iPhone.&lt;/p&gt;&lt;p class="p1" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="p1"&gt;Before submitting the app to Appstore I was trying to test the Adhoc version with production environment and profiles but application was not installing to the iPad, it is the same iPad that is used for development. But after searching forums and other help Adhoc version was not installed to iPad the solutions that were tried are as under:&lt;/p&gt;&lt;p class="p1" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="p1"&gt;1. Create new certificates and profile for Adhoc&lt;/p&gt;&lt;p class="p1"&gt;2. Change Entitlement tags in Application xml file&lt;/p&gt;&lt;p class="p1"&gt;3. Remove existing profiles from iPad to avoid error.&lt;/p&gt;&lt;p class="p1"&gt;4. Update OS version of iPad to 8.1&lt;/p&gt;&lt;p class="p1" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="p1"&gt;But once I try to last point -&amp;nbsp; [4] even development version is not installing. Because there are no provision profiles installed.&lt;/p&gt;&lt;p class="p1" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="p1"&gt;Can you please help/guide me how to fix it? I need to test both development and Adhoc versions on the iPad and iPhone.&lt;/p&gt;&lt;p class="p1" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="p1" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="p1"&gt;Some more information --&amp;gt;&amp;gt;&lt;/p&gt;&lt;p class="p1" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="p1"&gt;// Development Entitlement key - it is working fine with development environment&lt;/p&gt;&lt;p class="p1" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="p1"&gt;&amp;lt;Entitlements&amp;gt;&amp;lt;![CDATA[&lt;/p&gt;&lt;p class="p2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;key&amp;gt;aps-environment&amp;lt;/key&amp;gt;&lt;/p&gt;&lt;p class="p1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;string&amp;gt;production&amp;lt;/string&amp;gt;&lt;/p&gt;&lt;p class="p1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ]]&amp;gt;&amp;lt;/Entitlements&amp;gt;&lt;/p&gt;&lt;p class="p1" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="p1" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="p1"&gt;//Adhoc Entitlement key - it is not working application does not gets installed, icon turns dark and keeps saying installing once you hit the App icon. I am trying to install app using iTunes, after publishsing in Flash CS6 for Adhoc.&lt;/p&gt;&lt;p class="p1" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="p1"&gt;&amp;lt;Entitlements&amp;gt;&amp;lt;![CDATA[&lt;/p&gt;&lt;p class="p1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;key&amp;gt;get-task-allow&amp;lt;/key&amp;gt;&lt;/p&gt;&lt;p class="p1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;false/&amp;gt;&lt;/p&gt;&lt;p class="p1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;key&amp;gt;aps-environment&amp;lt;/key&amp;gt;&lt;/p&gt;&lt;p class="p1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;string&amp;gt;production&amp;lt;/string&amp;gt;&lt;/p&gt;&lt;p class="p1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ]]&amp;gt;&amp;lt;/Entitlements&amp;gt;&lt;/p&gt;&lt;p class="p1" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="p1" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="p1"&gt;// If I try installing using install application to connected device after publishing then the error is:&lt;/p&gt;&lt;p class="p1"&gt;Device Error: Please check if there is enough space on the device.&lt;/p&gt;&lt;p class="p1" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="p2"&gt;But I have enough space on iPhone that I am testing. Remember development version is installing successfully and working fine for notifications.&lt;/p&gt;&lt;p class="p1" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="p1"&gt;Thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0dc2ba69-33a4-4b21-8a77-bf736b98f264] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">air</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">flash</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">ios actionscript</category>
      <pubDate>Fri, 24 Oct 2014 10:21:32 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1616504</guid>
      <dc:date>2014-10-24T10:21:32Z</dc:date>
      <clearspace:dateToText>2 weeks 2 days ago</clearspace:dateToText>
      <clearspace:messageCount>12</clearspace:messageCount>
      <clearspace:replyCount>11</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Odd Timer Behavior</title>
      <link>https://forums.adobe.com/thread/1616153</link>
      <description>&lt;!-- [DocumentBodyStart:a947ed72-fb0b-4cd9-89ea-d2f06f74f245] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I was working on an AIR application today and noticed some odd behavior with the Timer class.&amp;nbsp; To isolate the problem, I created a stripped down file that contained only a simple timer and the problem persisted.&amp;nbsp; In a nutshell a timer calls a function 5x that traces "tick" does the following:&amp;nbsp; The first 2 times the function is called the trace appears as expected but then a delay ensues, perhaps 8 seconds, and then the last three traces ("ticks") appear together.&amp;nbsp; If I make it a flash file, it works as expected-- all ticks appear 1 second apart.&amp;nbsp; &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I was doing some work in JAVA recently on the same system, and wonder if something I did there (e.g. installing the SDK) may be interfering with the AIR Debug Launcher.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any ideas will be appreciated.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Best,&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;C.S.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a947ed72-fb0b-4cd9-89ea-d2f06f74f245] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">air</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">flash</category>
      <pubDate>Thu, 23 Oct 2014 23:14:03 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1616153</guid>
      <dc:date>2014-10-23T23:14:03Z</dc:date>
      <clearspace:dateToText>2 weeks 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Stagewebview is not using the default browser?</title>
      <link>https://forums.adobe.com/thread/1615304</link>
      <description>&lt;!-- [DocumentBodyStart:09c3e1db-2dec-4101-815e-5936259b6761] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello community,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We encounter an issue regarding the userAgent we get with Javascript when our page is viewed from an Android App running Air and using the Stagewebview.&lt;/p&gt;&lt;p&gt;We noticed that despite the default browser set as Google Chrome (Webkit v.537), we identify that app using Webkit v.534.&lt;/p&gt;&lt;p&gt;After a lot of trouble shooting, it seems that there is a difference between "native" browser and "default" browser.&lt;/p&gt;&lt;p&gt;Is that correct?&lt;/p&gt;&lt;p&gt;If so, the question is: Is there a way to make Stagewebview use the user selected browser/engine ?&lt;/p&gt;&lt;p&gt;Our website needs to display text vertically (japanese text) and the form elements are not well recognized in the 534 version browser, but work perfectly in the last version of Chrome we can get running on those devices.&lt;/p&gt;&lt;p&gt;(We target Android 4.2+ users)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any input will be appreciated.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Cedric Simon&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:09c3e1db-2dec-4101-815e-5936259b6761] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">browser</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">stagewebview</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">default</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">native</category>
      <pubDate>Thu, 23 Oct 2014 05:04:52 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1615304</guid>
      <dc:date>2014-10-23T05:04:52Z</dc:date>
      <clearspace:dateToText>3 weeks 1 hour ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Using AIR 15 (10/14/2014): Could not resolve &lt;s:ViewNavigator&gt; to a component implementation.</title>
      <link>https://forums.adobe.com/thread/1614513</link>
      <description>&lt;!-- [DocumentBodyStart:b39fcec6-f90c-4172-aaaa-90db56c530ee] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I want to update to the newest version of AIR so I can upload my ipa to App Store. Usually I get AIR from the Apache Flex SDK installer, but it only has the beta version of 15.0.0.183. I have instead downloaded the SDK from &lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-thread-small" data-containerId="4722" data-containerType="14" data-objectId="1603494" data-objectType="1" href="https://forums.adobe.com/thread/1603494"&gt;https://forums.adobe.com/thread/1603494&lt;/a&gt;&lt;/p&gt;&lt;p&gt;(AIR SDK 15 (Compatible with Flex) for Windows)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;but when I compile, I get the following error:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Could not resolve &amp;lt;s:ViewNavigator&amp;gt; to a component implementation.&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have tried the following things:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;* Downloaded AIR 15 SDK from Apache Flex and merged the new files into this SDK (same error)&lt;/p&gt;&lt;p&gt;* Downloaded AIR 15.0.0.183 beta from Apache Flex and merged the new files into this SDK (same error)&lt;/p&gt;&lt;p&gt;* Downloaded AIR 15.0.0.183 beta from Apache Flex (no error, but I don't know if Apple will accept this version)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Am I doing something wrong?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance&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;Mark&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b39fcec6-f90c-4172-aaaa-90db56c530ee] --&gt;</description>
      <pubDate>Wed, 22 Oct 2014 14:12:45 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1614513</guid>
      <dc:date>2014-10-22T14:12:45Z</dc:date>
      <clearspace:dateToText>2 weeks 7 days ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>BUG: getter and setter in 2 separate interfaces</title>
      <link>https://forums.adobe.com/thread/1614366</link>
      <description>&lt;!-- [DocumentBodyStart:fc70df4e-aabd-4974-8278-361427c96e08] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;In our current product we have 2 interfaces (&lt;strong&gt;Interface1&lt;/strong&gt; and &lt;strong&gt;Interface2&lt;/strong&gt;), &lt;strong&gt;Interface2&lt;/strong&gt; extends &lt;strong&gt;Interface1&lt;/strong&gt;.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In &lt;strong&gt;Interface1&lt;/strong&gt; we set the &lt;strong&gt;getter&lt;/strong&gt; for a property, and in&lt;strong&gt; Interface 2&lt;/strong&gt; we set the &lt;strong&gt;setter&lt;/strong&gt; for the same property, here is the code:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;td style=";"&gt;public interface ILoadable&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/p&gt;&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=";"&gt;&amp;nbsp;&amp;nbsp; &lt;/td&gt;&lt;td style=";"&gt; function get ColorScheme():String;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;td style=";"&gt;public interface IUploadable extends ILoadable&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&amp;nbsp;&amp;nbsp; &lt;/td&gt;&lt;td style=";"&gt; &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; function set ColorScheme(value:String):void;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This was working fine in&lt;strong&gt; AIR SDK 3.5&lt;/strong&gt;, but when we upgraded to &lt;strong&gt;SDK 15&lt;/strong&gt;, we get this error:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Error: Cannot override an interface method.&amp;nbsp; Method ColorScheme conflicts with a method in base interface ILoadable.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is this a bug in the SDK? or is the new SDK more strict, not allowing a getter and setter being located in separate interfaces/classes?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:fc70df4e-aabd-4974-8278-361427c96e08] --&gt;</description>
      <pubDate>Wed, 22 Oct 2014 10:59:18 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1614366</guid>
      <dc:date>2014-10-22T10:59:18Z</dc:date>
      <clearspace:dateToText>3 weeks 2 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Is it possible to install app on multiple devices simultaneously using ADT?</title>
      <link>https://forums.adobe.com/thread/1614159</link>
      <description>&lt;!-- [DocumentBodyStart:184047ff-7c97-4140-8d87-d0a09987f828] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;When I connect more than one device, I have to specify the device ID. &lt;/p&gt;&lt;p&gt;Can I run a single command to -installApp on all connected devices?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:184047ff-7c97-4140-8d87-d0a09987f828] --&gt;</description>
      <pubDate>Wed, 22 Oct 2014 05:52:12 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1614159</guid>
      <dc:date>2014-10-22T05:52:12Z</dc:date>
      <clearspace:dateToText>3 weeks 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Getting RevMob iOS extension to work, and LinkerOptions/platform.xml</title>
      <link>https://forums.adobe.com/thread/1614025</link>
      <description>&lt;!-- [DocumentBodyStart:bf56e6a8-c1d5-4e21-ab19-1154040f71ec] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello AIR community!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am trying to implement RevMob ads in an app for a client using RevMob's AIR Native Extension (ANE). I have the extension successfully working on Android, but I don't see any ads on iOS.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;RevMob's extension and documentation is located here: &lt;a class="jive-link-external-small" href="http://sdk.revmobmobileadnetwork.com/air.html" rel="nofollow"&gt;RevMob Adobe Air SDK&lt;/a&gt;&amp;nbsp; In the iOS section, they have provided &lt;strong&gt;&amp;lt;LinkerOptions&amp;gt;&lt;/strong&gt; and mention some changes to &lt;strong&gt;platform.xml. &lt;/strong&gt;From my understanding, those things are only relevant when &lt;em&gt;compiling&lt;/em&gt; an ANE, is that correct?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I tried asking RevMob for support on this but they don't seem to understand what I'm saying; they told me the directions are for Flash Builder and to make sure I was using Flash Builder. I don't, I use FlashDevelop, but I've used dozens of other extensions in FlashDevelop with no problem and I've never had to set LinkerOptions or modify a platform.xml to use an iOS extension. I would guess that they have failed to understand how to use an ANE after compiling it and there is probably a change needed to the &amp;lt;InfoAdditions&amp;gt; section of the app XML. Am I missing something here or is the fault on RevMob's end?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Finally, I would greatly appreciate hearing from anyone who has gotten the RevMob ANE working on iOS and any special steps you had to follow that aren't listed in their documentation.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Much appreciated!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:bf56e6a8-c1d5-4e21-ab19-1154040f71ec] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">air</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">flash</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">ios</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">ane</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">native extension</category>
      <pubDate>Wed, 22 Oct 2014 03:17:58 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1614025</guid>
      <dc:date>2014-10-22T03:17:58Z</dc:date>
      <clearspace:dateToText>3 weeks 2 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Android assets use double the storage space due to cache?</title>
      <link>https://forums.adobe.com/thread/1614018</link>
      <description>&lt;!-- [DocumentBodyStart:a823bd76-1880-46a3-945b-35028101cdb5] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm working on a game with a very large bundle of assets. What we're finding is that after install, the device needs to have slightly more than the original APK size as available storage space to run. This appears to be due to assets being copied out of the APK to the application cache when first accessed.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What we've experienced:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - With a lot of small separate files, our loading times are unreasonably slow (several *minutes* between scenes with ~100MB in assets).&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - If we pack up the assets into a single large (&amp;gt;1GB) pack file and load them ourselves out of the APK, there's a ~60-second hit the first time the pack file is accessed during the first time the app is launched.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The initial loading time happens during FileStream.open(), and appears to be from the pack file being copied to the application cache. After that, loading data is nearly instantaneous. However, that fails if the device doesn't have enough available storage for the whole pack file.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Balancing these issues, we broke the assets into several pack files that are accessed when needed. The first access of each file is reasonable (10 seconds or less), and the initial launch of the app doesn't have the long delay as the file is cached.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The problem still remains that after the game has been running for a while, the device can still run out of storage space as it fills up the cache folder, even though w&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;e broke up the assets so only a small number of the asset pack files are ever needed at once. Presumably this is also a problem with the small individual assets, just on a more granular scale.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="text-decoration: underline;"&gt;Assuming it isn't possible to break up the APK and download the files separately&lt;/span&gt;, is there any way to either (a) avoid the copy of the pack file to the cache on first access and read the data directly, or (b) programmatically remove the ones that are no longer in use (either on our own or by informing Air that it's okay to remove them)?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a823bd76-1880-46a3-945b-35028101cdb5] --&gt;</description>
      <pubDate>Wed, 22 Oct 2014 01:49:21 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1614018</guid>
      <dc:date>2014-10-22T01:49:21Z</dc:date>
      <clearspace:dateToText>3 weeks 2 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Update A Stage Component From A External Actionscript Class File/Package</title>
      <link>https://forums.adobe.com/thread/1614071</link>
      <description>&lt;!-- [DocumentBodyStart:44378fae-976b-4538-8db9-8438815f271d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I've created a "label" which I dragged onto the stage, and I have an external class that I need to be able to update this label. But right now, it as if the class has no idea the label exists. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The external file is somewhat setup like this:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;package {&lt;/p&gt;&lt;p&gt;import....&lt;/p&gt;&lt;p&gt;....&lt;/p&gt;&lt;p&gt;...&lt;/p&gt;&lt;p&gt;&amp;nbsp; public class Downloader extends EventDispatcher {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; public function Downloader() {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;----------------&lt;/p&gt;&lt;p&gt;I need a way to update the text for the label within that package. Can someone explain to me what extra steps are needed? I've searched online, but I'm just getting a ton of information which I feel isn't relevant to what I need, or it seems like they are over complicating things.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:44378fae-976b-4538-8db9-8438815f271d] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">class</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">label</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">stage</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">actionscript 3</category>
      <pubDate>Wed, 22 Oct 2014 01:22:29 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1614071</guid>
      <dc:date>2014-10-22T01:22:29Z</dc:date>
      <clearspace:dateToText>3 weeks 2 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>ANE packaging error</title>
      <link>https://forums.adobe.com/thread/1613449</link>
      <description>&lt;!-- [DocumentBodyStart:76d01075-44c5-4c9e-a18b-9b118b4cbf47] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p style="margin: 0 0 1em; background: transparent;"&gt;I've recently (2 month ago) built &lt;code style="padding: 1px 5px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; background: #eeeeee;"&gt;Adobe Air extension&lt;/code&gt; (ANE) which includes native &lt;code style="padding: 1px 5px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; background: #eeeeee;"&gt;iOS&lt;/code&gt; static library and it worked well.&lt;/p&gt;&lt;p style="margin: 0 0 1em; background: transparent;"&gt;Now, I'm getting error which is really strange: (undefined symbols for armv7 xxxInitializer)&lt;/p&gt;&lt;p style="margin: 0 0 1em; background: transparent;"&gt;I understand if it were &lt;code style="padding: 1px 5px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; background: #eeeeee;"&gt;undefined symbols CoreLocation&lt;/code&gt; it means I need to update &lt;code style="padding: 1px 5px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; background: #eeeeee;"&gt;platformoptions.xml&lt;/code&gt; to include such option, but seems like it is another issue.&lt;/p&gt;&lt;p style="margin: 0 0 1em; background: transparent;"&gt;&lt;a href="http://i.stack.imgur.com/3GNHl.png"&gt;&lt;img alt="enter image description here" class="jive-image" src="http://i.stack.imgur.com/3GNHl.png" style="background: transparent;"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="margin: 0 0 1em; background: transparent;"&gt;static lib supports &lt;code style="padding: 1px 5px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; background: #eeeeee;"&gt;armv7&lt;/code&gt; arch:&lt;/p&gt;&lt;p style="margin: 0 0 1em; background: transparent;"&gt;&lt;a href="http://i.stack.imgur.com/9d3a7.png"&gt;&lt;img alt="enter image description here" class="jive-image" src="http://i.stack.imgur.com/9d3a7.png" style="background: transparent;"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="margin: 0 0 1em; background: transparent;"&gt;Only one thing I've done - updated &lt;code style="padding: 1px 5px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; background: #eeeeee;"&gt;Adobe Flash Professional&lt;/code&gt;&lt;/p&gt;&lt;p style="margin: 0 0 1em; background: transparent;"&gt;I've come across same issue here: &lt;a class="jive-link-external-small" href="http://forum.starling-framework.org/topic/ane-problem" rel="nofollow"&gt;http://forum.starling-framework.org/topic/ane-problem&lt;/a&gt; but not really helpful.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:76d01075-44c5-4c9e-a18b-9b118b4cbf47] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">ane</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">flex_sdk</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4434">ane developement</category>
      <pubDate>Tue, 21 Oct 2014 15:13:08 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1613449</guid>
      <dc:date>2014-10-21T15:13:08Z</dc:date>
      <clearspace:dateToText>3 weeks 3 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Problem with FragmentActivity</title>
      <link>https://forums.adobe.com/thread/1613211</link>
      <description>&lt;!-- [DocumentBodyStart:190b8da9-dee9-4c45-9bd8-d883dea37dea] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span&gt;A write native extension for android to display "Better pickers" &lt;/span&gt;&lt;a class="jive-link-external-small" href="https://github.com/derekbrameyer/android-betterpickers" rel="nofollow"&gt;https://github.com/derekbrameyer/android-betterpickers&lt;/a&gt;&lt;span&gt;. To display components from this library I wrote Activity extends FragmentActivity to get FragmentManager. I named my class OpenCalendarPickerActivity.&amp;nbsp; Now I have a problem (from logcat): "Unable to resolve superclass of Lcom/insolutions/nativepickers/OpenCalendarPickerActivity" and "Link of class 'Lcom/insolutions/nativepickers/OpenCalendarPickerActivity;' failed". I include classes from android-support-v4.jar into my project - no result, I try use platform.xml with packagedDependencies tag to include this jar into ane - no result. I can't make this work. PLEASE HELP. &lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:190b8da9-dee9-4c45-9bd8-d883dea37dea] --&gt;</description>
      <pubDate>Tue, 21 Oct 2014 09:23:57 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1613211</guid>
      <dc:date>2014-10-21T09:23:57Z</dc:date>
      <clearspace:dateToText>3 weeks 19 hours ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>AIR 64-bit Required By Apple from February 2015</title>
      <link>https://forums.adobe.com/thread/1612913</link>
      <description>&lt;!-- [DocumentBodyStart:411d37c4-e4c7-457c-804b-109054b98548] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I just saw this notice that Apple will require all iOS apps to be native 64-bit capable from February 2015 to pass App Store submission. Does anyone know the status of 64-bit support in Adobe AIR for iOS?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Per&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:411d37c4-e4c7-457c-804b-109054b98548] --&gt;</description>
      <pubDate>Mon, 20 Oct 2014 23:00:35 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1612913</guid>
      <dc:date>2014-10-20T23:00:35Z</dc:date>
      <clearspace:dateToText>2 weeks 4 days ago</clearspace:dateToText>
      <clearspace:messageCount>15</clearspace:messageCount>
      <clearspace:replyCount>14</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>microphone record, playback in AIR html js desktop app</title>
      <link>https://forums.adobe.com/thread/1611543</link>
      <description>&lt;!-- [DocumentBodyStart:6b043f9c-3eaf-446e-b123-21fceb4c2523] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;hi,&lt;/p&gt;&lt;p&gt;I want to record, save and playback the microphone audio in an HTML/JS AIR desktop app.&lt;/p&gt;&lt;p&gt;I can't find any examples so my code is based on AS3.&lt;/p&gt;&lt;p&gt;But the app crashes almost right away when the SampleDataEvent handler function is called.&lt;/p&gt;&lt;p&gt;Should it be in a while loop sames as AS3?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;$(function(){&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var mic;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var soundBytes = new air.ByteArray();&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $("#btnRecord").click(function(){&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mic = air.Microphone.getMicrophone();&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mic.rate = 44;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mic.addEventListener(air.SampleDataEvent.SAMPLE_DATA, sampleEvent);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; })&lt;/p&gt;&lt;p&gt;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; function sampleEvent(e){&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; while (e.data.bytesAvailable) {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var sample = e.data.readFloat();&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; soundBytes.writeFloat(sample);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;span style="font-size: 10pt;"&gt; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $("#btnStop").click(function(){&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mic.removeEventListener(air.SampleDataEvent.SAMPLE_DATA, sampleEvent);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $("#txtActivity").val("");&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; })&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $("#btnPlay").click(function(){&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for (var i = 0; i &amp;lt; 8192 &amp;amp;&amp;amp; soundBytes.bytesAvailable &amp;gt; 0; i++) {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var sample = soundBytes.readFloat();&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e.data.writeFloat(sample);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e.data.writeFloat(sample);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //we write the data twice because there are 2 channels (stereo)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; })&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;thanks,&lt;/p&gt;&lt;p&gt;Jeff.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6b043f9c-3eaf-446e-b123-21fceb4c2523] --&gt;</description>
      <pubDate>Sun, 19 Oct 2014 11:20:59 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1611543</guid>
      <dc:date>2014-10-19T11:20:59Z</dc:date>
      <clearspace:dateToText>3 weeks 4 days ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

