<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community : All Content - All Communities</title>
    <link>https://forums.adobe.com/</link>
    <description>All Content in Adobe Community</description>
    <language>en</language>
    <pubDate>Thu, 13 Jun 2013 18:16:44 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2013-06-13T18:16:44Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>NY Times Word Cloud Portrait?</title>
      <link>https://forums.adobe.com/thread/1232029</link>
      <description>&lt;!-- [DocumentBodyStart:e1f9fdec-3275-40b9-81de-6f68c90a187a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Looking for a little insight into this app. If you don't know what it is check it out - here's an image it generates:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://admin.inc.com/2013/03/18/how-to-be-best-in-show-at-sxsw/cloud4975/" rel="nofollow"&gt;http://admin.inc.com/2013/03/18/how-to-be-best-in-show-at-sxsw/cloud4975/&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have a customer looking to do the same thing. I could easily fake it - by taking an image with a bunch of words laid out, and then using a hi-con of the face to mask out the words. But that will cut off letters and such... and that's not ideal. So looking for insight into a nesting / fitting algorithm to do this. Anyone know who developed this app for NY Times? &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e1f9fdec-3275-40b9-81de-6f68c90a187a] --&gt;&lt;img src='/beacon?t=1415939673273' /&gt;</description>
      <pubDate>Thu, 13 Jun 2013 18:16:44 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1232029</guid>
      <dc:date>2013-06-13T18:16:44Z</dc:date>
      <clearspace:dateToText>4 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Click-Drag on Surface</title>
      <link>https://forums.adobe.com/thread/1304378</link>
      <description>&lt;!-- [DocumentBodyStart:9d9b8bcc-0c89-453b-93ec-1ad0f8ee7d87] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have an AIR app that is being run on a Surface pro. I have a list that I drag vertically using MouseDown - MouseMove - MouseUp... Does not work at all on the surface. I get a click wherever I first pressed down... I have multiTouchInputMode set to None - but it has no effect. Anyone have any ideas?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9d9b8bcc-0c89-453b-93ec-1ad0f8ee7d87] --&gt;</description>
      <pubDate>Thu, 26 Sep 2013 14:51:06 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1304378</guid>
      <dc:date>2013-09-26T14:51:06Z</dc:date>
      <clearspace:dateToText>1 year 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>FMS 4.5 - H264?</title>
      <link>https://forums.adobe.com/thread/1294252</link>
      <description>&lt;!-- [DocumentBodyStart:dfd0c829-2b5e-47d1-add0-c14827ffe1d2] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have an app that uses FMS4.5 to record web cam video to the local hard drive. I've had no luck at all getting decent output using H264/MP4 directly. I get video but it's artifacty as hell, while FLV output is quite nice. Right now I'm using FFMPEG to convert the flv's to mp4's, but it'd be better to just have mp4's to start. Anyone offer any settings that work for them? I'm recording at 768x432...&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:dfd0c829-2b5e-47d1-add0-c14827ffe1d2] --&gt;</description>
      <pubDate>Wed, 11 Sep 2013 21:59:34 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1294252</guid>
      <dc:date>2013-09-11T21:59:34Z</dc:date>
      <clearspace:dateToText>1 year 2 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Need help reading a shared object...</title>
      <link>https://forums.adobe.com/thread/1292307</link>
      <description>&lt;!-- [DocumentBodyStart:5bd846ec-222c-48b5-ab43-0f145a7d28f1] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;OK, I have an iPad app that stores data in a shared object. That data is supposed to be uploaded to a webservice... for whatever reason something's not working and I need the data stored in that .sol. So, I found iExporer and I managed to get the file off of the iPad and onto my desktop. However I'm not having luck reading the file... I did use the / local path parameter so other swf's should be able to access it:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;so = SharedObject.getLocal("xfinScratchData", "/");&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The swf and sol are both on the desktop...&amp;nbsp; So, I also tried with:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;var desktop:File = File.desktopDirectory;&amp;nbsp; &lt;/p&gt;&lt;p&gt;so = SharedObject.getLocal("xfinScratchData", desktop.nativePath);&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;and that doesn't work either... Anyone have any thoughts?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5bd846ec-222c-48b5-ab43-0f145a7d28f1] --&gt;</description>
      <pubDate>Mon, 09 Sep 2013 15:02:10 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1292307</guid>
      <dc:date>2013-09-09T15:02:10Z</dc:date>
      <clearspace:dateToText>1 year 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Using PrintArea when printing?</title>
      <link>https://forums.adobe.com/thread/1286385</link>
      <description>&lt;!-- [DocumentBodyStart:0a6cd9e0-7889-441b-b9b9-ae9d4216cffa] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Have never had to use printArea before... and not entirely sure I need to now, but am having some issues trying to print an image to a large format, roll fed, printer (HP DesignJet). The printer prints at 24" wide... It reports as so:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;trace(printJob.pageWidth, printJob.pageHeight);&lt;/p&gt;&lt;p&gt;1700,2564&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So, I do the standard:&amp;nbsp; page.width = printJob.pageWidth; page.scaleY = page.scaleX;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It's a square so when I trace page.width, page.height I get 1700,1700... so far so good.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;However when I print, I get a good amount of the image cropped - on the right and bottom. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Tried setting printArea but it's not helping... and based on the docs I wouldn't think I need it:&lt;/p&gt;&lt;p&gt;If you omit the printArea parameter, or if it is passed incorrectly, the full area of the sprite parameter is printed.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0a6cd9e0-7889-441b-b9b9-ae9d4216cffa] --&gt;</description>
      <pubDate>Fri, 30 Aug 2013 16:13:18 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1286385</guid>
      <dc:date>2013-08-30T16:13:18Z</dc:date>
      <clearspace:dateToText>1 year 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Multitouch not working win8...</title>
      <link>https://forums.adobe.com/thread/1283394</link>
      <description>&lt;!-- [DocumentBodyStart:c0193a17-6619-4f6e-b7ee-8c407632c2b5] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I've got a HP Compaq L2105tm touchscreen monitor. Using Windows 7 I was able to use the multitouch class for AIR, and enable pinch-zoom and such. With Windows 8 now, I no longer can get pinch-zoom working - and Multitouch.supportsGestureEvents now returns false. But pinch-zoom works just fine in Windows 8 itself... just not in Flash anymore... so it doesn't seem like it could be a driver issue. Anyone seen this?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c0193a17-6619-4f6e-b7ee-8c407632c2b5] --&gt;</description>
      <pubDate>Mon, 26 Aug 2013 19:52:49 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1283394</guid>
      <dc:date>2013-08-26T19:52:49Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Sharing SharedObject on Ipad?</title>
      <link>https://forums.adobe.com/thread/1284814</link>
      <description>&lt;!-- [DocumentBodyStart:30eb7103-bcd2-4abe-9c9e-fde8d28ab15e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have an iPad app that stores data in a shared object. I use the / path parameter so that other apps should be able to see the SO:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;so = SharedObject.getLocal("xfinScratchData", "/");&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;However installing a second app on the iPad and using that same line to get the SO, I don't see the data in it...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any way to have two iPad apps see the same SO?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:30eb7103-bcd2-4abe-9c9e-fde8d28ab15e] --&gt;</description>
      <pubDate>Wed, 28 Aug 2013 15:55:19 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1284814</guid>
      <dc:date>2013-08-28T15:55:19Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Bug in AIR - JSON?</title>
      <link>https://forums.adobe.com/thread/1255752</link>
      <description>&lt;!-- [DocumentBodyStart:fdf7cd4b-e420-4570-a9e1-4efd797aff7d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am reading from, and sending to a web-service that uses JSON. Last night I wrote a little test code to get the authentication token from the service. If I publish to Flash Player 11.2 then it works fine. In Charles, the web debugger, I see the JSON object returned, and can parse it without issue in Flash. &lt;/p&gt;&lt;p&gt;Without _any_ code changes, I publish to AIR 3.2 for Desktop and I get a JSON error about not being able to parse key value pairs. In Charles I see that the returned object is now XML and not JSON. I'm going to need to ask the service provider wht might make the service return XML, but was wondering it anyone had seen this before, and if there's any kind of fix.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:fdf7cd4b-e420-4570-a9e1-4efd797aff7d] --&gt;</description>
      <pubDate>Tue, 16 Jul 2013 14:18:50 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1255752</guid>
      <dc:date>2013-07-16T14:18:50Z</dc:date>
      <clearspace:dateToText>1 year 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Published AIR doesn't match SWF</title>
      <link>https://forums.adobe.com/thread/1236887</link>
      <description>&lt;!-- [DocumentBodyStart:582bf946-46d7-4272-a061-aa8dc7558b5a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I know this is more an AIR question, but this forum is busier and I'm really in need of a solution. I have an app that is done, works perfect when I CTRL-Enter to test, running in the AIR player, straight from Flash. But when I publish to AIR my buttons are no longer working. Using a standard MOUSE_DOWN event like I always use for touch screen. I've verified button placement, even tried switching to CLICK event and same thing. &lt;/p&gt;&lt;p&gt;Anyone seen anything like this before? I haven't... and like I said it all works perfect testing in Flash. PS - tried publishing to AIR 2.5, and AIR 3.2 - same.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:582bf946-46d7-4272-a061-aa8dc7558b5a] --&gt;</description>
      <pubDate>Wed, 19 Jun 2013 19:58:00 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1236887</guid>
      <dc:date>2013-06-19T19:58:00Z</dc:date>
      <clearspace:dateToText>1 year 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Sprite Sheet?</title>
      <link>https://forums.adobe.com/thread/1208020</link>
      <description>&lt;!-- [DocumentBodyStart:e77a451a-4464-485b-b26c-9c66e40ff80e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Decided to try using CS6's Sprite sheet exprter and hoping I am missing something - basically I have an animation of a baseball coming to home plate. The ball is a movie clip that is composed of 11 frames, so that the ball rotates as it moves. However when I export to sprite sheet only the movement of the clip is exported, and not the sub-animation contained in the clip - the rotation. Is this just a FOL and the sprite sheet exporter simply doesn't work? That's what I'm thinking... So anyone know of a sprite sheet export that does work properly? Anyone tried Spriter? I know it's standalone, but it looks promising.&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:e77a451a-4464-485b-b26c-9c66e40ff80e] --&gt;</description>
      <pubDate>Wed, 08 May 2013 20:49:23 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1208020</guid>
      <dc:date>2013-05-08T20:49:23Z</dc:date>
      <clearspace:dateToText>1 year 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>17</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>iOS - camera?</title>
      <link>https://forums.adobe.com/thread/951349</link>
      <description>&lt;!-- [DocumentBodyStart:f6dd31f2-1938-4f74-b3a3-4f451d6811e6] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Is it possible to get to the camera on iPad or other iOS device? &lt;/p&gt;&lt;p&gt;We're looking at doing an augmented reality thing for iPad using Flash and the FLAR toolkit... just wondering if it's even possible at all. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If it's not possible does anyone have any suggestions?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f6dd31f2-1938-4f74-b3a3-4f451d6811e6] --&gt;</description>
      <pubDate>Wed, 18 Jan 2012 22:58:46 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/951349</guid>
      <dc:date>2012-01-18T22:58:46Z</dc:date>
      <clearspace:dateToText>1 year 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Facebook iOS?</title>
      <link>https://forums.adobe.com/thread/957737</link>
      <description>&lt;!-- [DocumentBodyStart:3db8a03b-45f9-4a85-bbb7-ae3d3b2bc5fd] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi there - currently developing an iOS app for iPad deployment and was asked if I could allow the user to post to their Facebook wall. Anyone gotten this to work on iOS? Haven't tried yet, wanted to check here first. I am using the AIR 3.1 overlay in Flash CS5.5... I just did another app - for desktop use where the user can post photos to an album and that worked just fine - though I did have to update the Facebook API for desktop to use the new JSON object in AIR 3.1 &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Anyway, any info much appreciated.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3db8a03b-45f9-4a85-bbb7-ae3d3b2bc5fd] --&gt;</description>
      <pubDate>Thu, 02 Feb 2012 17:58:18 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/957737</guid>
      <dc:date>2012-02-02T17:58:18Z</dc:date>
      <clearspace:dateToText>1 year 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>StageVideo?</title>
      <link>https://forums.adobe.com/thread/1030373</link>
      <description>&lt;!-- [DocumentBodyStart:d5ae2d07-d1ea-4561-af1d-a9d87fbe9af9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Trying to get StageVideo up and running and not having any luck. I'm using Flash CS6 on Win 7 - 64 and publishing to either player 11.2 or AIR 3.2. Have Rendering Mode set to Direct in AIR Settings... no matter what I try the StageVideoAvailabilityEvent is returning unavailable. Tried on two different machines, bot with decent video cards.. not sure what I'm doing wrong. Hoping someone has an idea...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;PS - If I do a Starling test I see DirectX is being used to render, so hardware shouldn't be the issue.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d5ae2d07-d1ea-4561-af1d-a9d87fbe9af9] --&gt;</description>
      <pubDate>Thu, 28 Jun 2012 18:33:13 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1030373</guid>
      <dc:date>2012-06-28T18:33:13Z</dc:date>
      <clearspace:dateToText>1 year 6 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>iOS File - share between multiple apps?</title>
      <link>https://forums.adobe.com/thread/987892</link>
      <description>&lt;!-- [DocumentBodyStart:6731c921-8376-4416-a6f8-d7880ce71c29] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi - I have an iOS app that needs to locally store data. I can do that with either a SharedObject or with File/FileStream. However, I've not been able to get the data to be shared with a second app. Because of the two different application domains, I don't think I can use a SharedObject... so have started looking at FileStream... and I'm not sure but it looks like on iOS I'm supposed to use the applicationStorageDirectory to save to, however that folder is different for each AIR app installed...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So - how to share a file between two apps on iOS?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6731c921-8376-4416-a6f8-d7880ce71c29] --&gt;</description>
      <pubDate>Tue, 10 Apr 2012 21:09:45 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/987892</guid>
      <dc:date>2012-04-10T21:09:45Z</dc:date>
      <clearspace:dateToText>1 year 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>FacebookMobile - logout user?</title>
      <link>https://forums.adobe.com/thread/959675</link>
      <description>&lt;!-- [DocumentBodyStart:6104d849-04e4-4fe2-b94c-42b91c4b99df] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi - when I call FacebookMobile.logout(callback, canvasURL) the user is still staying signed in. The next time I call FacebookMobile.login( the last users login is used and no login dialog is presented. In the desktop version I get a new dialog, with username and password fields cleared out when I call logout with the canvas url parameter. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So how to get a new login dialog / real logout on the Mobile side?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6104d849-04e4-4fe2-b94c-42b91c4b99df] --&gt;</description>
      <pubDate>Tue, 07 Feb 2012 12:21:24 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/959675</guid>
      <dc:date>2012-02-07T12:21:24Z</dc:date>
      <clearspace:dateToText>1 year 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>HTMLLoader - Google Maps?</title>
      <link>https://forums.adobe.com/thread/991153</link>
      <description>&lt;!-- [DocumentBodyStart:c89039a0-323d-4c85-b862-123aaeff42b2] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Since Google deprecated the AS3 maps API, I've been looking for something else. MapQuest is pretty nice, and their API is easy to use and seems full featured - the maps just aren't as nice as Googles however. So, I thought I'd see about using the JavaScript API for Google and just place the map in a html container. So, did a simple test - works fine in the browser... but when I try and load the same page into an HTMLLoader I get: "ReferenceError: Can't find variable: google"&lt;/p&gt;&lt;p&gt;Sound familiar to anyone?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c89039a0-323d-4c85-b862-123aaeff42b2] --&gt;</description>
      <pubDate>Tue, 17 Apr 2012 15:47:54 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/991153</guid>
      <dc:date>2012-04-17T15:47:54Z</dc:date>
      <clearspace:dateToText>1 year 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Delete File?</title>
      <link>https://forums.adobe.com/thread/913132</link>
      <description>&lt;!-- [DocumentBodyStart:b35cfd05-996d-4826-94ba-e59eb2b2619e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I need to delete a file using AIR (2.7) and keep getting Error #3001: File or directory access denied everytime I try. Same thing using moveTo... &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I believe it's some user rights thing, but not sure what. I have admin rights on the machine - Windows 7.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b35cfd05-996d-4826-94ba-e59eb2b2619e] --&gt;</description>
      <pubDate>Thu, 13 Oct 2011 15:21:31 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/913132</guid>
      <dc:date>2011-10-13T15:21:31Z</dc:date>
      <clearspace:dateToText>1 year 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>SQLite Incorrect Selection</title>
      <link>https://forums.adobe.com/thread/1166266</link>
      <description>&lt;!-- [DocumentBodyStart:502131bd-ff63-4584-9849-6a787eb5dee6] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have an AIR app that is using a built-in SQLite database. Having an issue selecting however. My SQL is:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;SELECT id,fname,lname FROM users ORDER BY datetime(timeentered) DESC LIMIT 500&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The DB only has the one users table. This select is working, but is selecting 7 records - when there are only 5 items in the database. In the callback from the select I am tracing out the id, fname, and lname and I get:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;selNamesResult 0 4 fred durst&lt;/p&gt;&lt;p&gt;selNamesResult 1 5 jen orange&lt;/p&gt;&lt;p&gt;selNamesResult 2 5 jen orange&lt;/p&gt;&lt;p&gt;selNamesResult 3 4 fred durst&lt;/p&gt;&lt;p&gt;selNamesResult 4 3 dave O'Donnell&lt;/p&gt;&lt;p&gt;selNamesResult 5 2 Dave Mennenoh&lt;/p&gt;&lt;p&gt;selNamesResult 6 1 Dave Mennenoh&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Here I trace the loop count, then the id from the database, then fname, lname. As you can see id 4 and 5 are returned twice... Using the same select in various SQLite database browsers returns the proper set of 5.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Anybody know why I'm getting 7?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:502131bd-ff63-4584-9849-6a787eb5dee6] --&gt;</description>
      <pubDate>Thu, 07 Mar 2013 16:42:30 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1166266</guid>
      <dc:date>2013-03-07T16:42:30Z</dc:date>
      <clearspace:dateToText>1 year 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Local File List - no browse?</title>
      <link>https://forums.adobe.com/thread/1172797</link>
      <description>&lt;!-- [DocumentBodyStart:0000ec19-eb60-49f2-89bd-9eec2ff4d090] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I pretty much do all my projects for AIR, so I'm not sure on this one... I need a regular swf file to be able to load images from a local folder without user interaction. I have a folder relative to the swf that will be populated with images from a service grabbing images from an ftp site. So at some interval I need to check for, and pull in, new images added to the folder. No problem for AIR, but the system is running on a Nix box, and from what I know it can only display swf files... &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thoughts?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0000ec19-eb60-49f2-89bd-9eec2ff4d090] --&gt;</description>
      <pubDate>Mon, 18 Mar 2013 20:08:14 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1172797</guid>
      <dc:date>2013-03-18T20:08:14Z</dc:date>
      <clearspace:dateToText>1 year 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Application Descriptor cannot be parsed?</title>
      <link>https://forums.adobe.com/thread/858926</link>
      <description>&lt;!-- [DocumentBodyStart:38511dd0-f263-445a-a640-9cdd69c05893] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Been working on an iPad app in CS5.5 for a couple weeks and started getting this error today when trying to test. Tried to delete the file, and the new one gives the same result. Pasted the xml into a validator and it validates fine...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;5.5 is really starting to feel like a beta. So far, for me, it's been nothing but a PITA and is wasting so much of my time.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:38511dd0-f263-445a-a640-9cdd69c05893] --&gt;</description>
      <pubDate>Tue, 31 May 2011 19:48:43 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/858926</guid>
      <dc:date>2011-05-31T19:48:43Z</dc:date>
      <clearspace:dateToText>1 year 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>15</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>SQLite Time Select?</title>
      <link>https://forums.adobe.com/thread/1154126</link>
      <description>&lt;!-- [DocumentBodyStart:5c27131c-642a-4194-9de9-d1642b0eb930] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;First time using SQLite in AIR and having trouble with a select. I have a TEXT type field with a time stamp in it - with the form yyyy-mm-dd hh:mm:ss&lt;/p&gt;&lt;p&gt;I need to select all records within the last hour.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Found some selects that work with MySQL, but haven't gotten anything to work with SQLite thus far.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5c27131c-642a-4194-9de9-d1642b0eb930] --&gt;</description>
      <pubDate>Fri, 15 Feb 2013 16:51:20 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1154126</guid>
      <dc:date>2013-02-15T16:51:20Z</dc:date>
      <clearspace:dateToText>1 year 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>QR Code Reader?</title>
      <link>https://forums.adobe.com/thread/796714</link>
      <description>&lt;!-- [DocumentBodyStart:346ccf71-53b5-4894-98ae-8136eee6fd2e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Anyone successfully written a QR reader with AIR that runs on a mobile device? I have an HTC DesireHD here for testing. Opening the camera alone is fine... but trying to process the image will inevitably require a force close. I'm using the logosware qr classes that everyone seems to use... and reading a code works relatively well on my desktop - but on the phone it's a different story. I've tried processing the image on a per frame basis, and every 1/2 second with a timer and it doesn't seem to matter... anyone have any tips/tricks or pointers?&lt;/p&gt;&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:346ccf71-53b5-4894-98ae-8136eee6fd2e] --&gt;</description>
      <pubDate>Fri, 25 Feb 2011 19:24:18 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/796714</guid>
      <dc:date>2011-02-25T19:24:18Z</dc:date>
      <clearspace:dateToText>1 year 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Weak Reference Question</title>
      <link>https://forums.adobe.com/thread/1143874</link>
      <description>&lt;!-- [DocumentBodyStart:0ffae0df-255b-4e99-b8bf-f867c78f1bd4] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Typically, I always use weak references when adding listeners. However this am I got tripped up for a little while, by doing so, and would like to dig deeper and figure out why the GC was instantly removing the listener. So, here's the barebones of the class:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;public class Smoke&lt;/p&gt;&lt;p&gt;{&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private var clip:MovieClip;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private var container:DisplayObjectContainer;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; public function Smoke($clip:MovieClip, $container:DisplayObjectContainer, x:int, y:int):void&lt;/p&gt;&lt;p&gt;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; clip = $clip;&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;&amp;nbsp;&amp;nbsp; container = $container;&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;&amp;nbsp;&amp;nbsp; clip.x = x;&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;&amp;nbsp;&amp;nbsp; clip.y = y; &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;&amp;nbsp;&amp;nbsp; clip.addEventListener(Event.ENTER_FRAME, update, false, 0, true);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private function update(e:Event):void&lt;/p&gt;&lt;p&gt;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; clip.alpha -= .01;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (clip.alpha &amp;lt;= 0) {&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; container.removeChild(clip);&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; clip.removeEventListener(Event.ENTER_FRAME, update);&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;&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;&amp;nbsp; }&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In the constructor, when I add the enter_frame listener using weak reference, as shown, update never gets called... using a strong reference works fine though. So, why does the GC instantly remove the listener in this case?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0ffae0df-255b-4e99-b8bf-f867c78f1bd4] --&gt;</description>
      <pubDate>Tue, 29 Jan 2013 19:10:07 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1143874</guid>
      <dc:date>2013-01-29T19:10:07Z</dc:date>
      <clearspace:dateToText>1 year 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Magnet - attract / repulse?</title>
      <link>https://forums.adobe.com/thread/1136930</link>
      <description>&lt;!-- [DocumentBodyStart:a9f0b15f-ffce-4d25-bbd2-78e990c04eaf] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Working on a little idea and having trouble finding any reference material on programming attraction / repulsion as if by a magnet. Anyone know any resources?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a9f0b15f-ffce-4d25-bbd2-78e990c04eaf] --&gt;</description>
      <pubDate>Thu, 17 Jan 2013 14:55:09 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1136930</guid>
      <dc:date>2013-01-17T14:55:09Z</dc:date>
      <clearspace:dateToText>1 year 10 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>ga for Flash?</title>
      <link>https://forums.adobe.com/thread/1118609</link>
      <description>&lt;!-- [DocumentBodyStart:38f91bcc-9004-4f67-b8e5-74043261ce41] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Anyone familiar with Google Analytics for Flash?&lt;/p&gt;&lt;p&gt;&lt;span&gt;Project is here: &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://code.google.com/p/gaforflash/" rel="nofollow" target="_blank"&gt;http://code.google.com/p/gaforflash/&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Just trying to do a simple test where I load the object and send a page view, but I'm not seeing the page name I'm sending in my GA dashboard.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm using this code in Flash:&lt;/p&gt;&lt;p&gt;ga = new GATracker(this, "UA-XXXXXXXX-1");&lt;/p&gt;&lt;p&gt;ga.trackPageview("app_start");&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I see the request in Charles, and I am seeing page views in dashboard, but not the name... Hoping someone has an idea.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:38f91bcc-9004-4f67-b8e5-74043261ce41] --&gt;</description>
      <pubDate>Thu, 20 Dec 2012 15:27:13 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1118609</guid>
      <dc:date>2012-12-20T15:27:13Z</dc:date>
      <clearspace:dateToText>1 year 11 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Easy Backspace?</title>
      <link>https://forums.adobe.com/thread/1042815</link>
      <description>&lt;!-- [DocumentBodyStart:7b0d7c1a-a7bb-485c-92f5-c9da8617c068] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Making a keyboard kind of thing and wondering if there's an easy way to do a backspace. Basically I was hoping I could do like so:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;someField.appendText(String.fromCharCode(8));&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;But, of course, that doesn't work. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any ideas?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7b0d7c1a-a7bb-485c-92f5-c9da8617c068] --&gt;</description>
      <pubDate>Tue, 31 Jul 2012 21:04:08 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1042815</guid>
      <dc:date>2012-07-31T21:04:08Z</dc:date>
      <clearspace:dateToText>2 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>StageVideo?</title>
      <link>https://forums.adobe.com/thread/1030303</link>
      <description>&lt;!-- [DocumentBodyStart:b318b299-ecd4-4d4e-82ae-c7ca5b5c5d74] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Decided to work a bit with StageVideo today and not having much luck. Using CS6 and publishing to AIR3.2 I am getting unavailable when listening to the StageVideoAvailabilityEvent. Getting this on two different Win7 64 machines, both of which have good video cards. Anyone know what I might be doing wrong, or why I might get unavailable? &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b318b299-ecd4-4d4e-82ae-c7ca5b5c5d74] --&gt;</description>
      <pubDate>Thu, 28 Jun 2012 15:36:47 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1030303</guid>
      <dc:date>2012-06-28T15:36:47Z</dc:date>
      <clearspace:dateToText>2 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>10</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>FacebookMobile API</title>
      <link>https://forums.adobe.com/thread/928058</link>
      <description>&lt;!-- [DocumentBodyStart:817af836-c2e3-476c-987a-b176d76e5537] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Just working through an example I found and cannot seem to get a login window to appear. I keep getting an error back from facebook:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;An active access token must be used to query information about the current user.&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;I am getting this when calling the init method like so:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;FacebookMobile.init("139905189413522", loginHandler);&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;function loginHandler(response:Object, fail:Object):void &lt;/p&gt;&lt;p&gt;{&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; for (var s:String in fail.error){&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; trace("key:",s,"value:",fail.error[s]);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FacebookMobile.login(handleLogin, stage, [], new StageWebView());&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;I trace the error object and see that error text above, with a type of OAuthException. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Not sure why it's thinking I'm trying to get user data? Anyone have an idea?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:817af836-c2e3-476c-987a-b176d76e5537] --&gt;</description>
      <pubDate>Tue, 22 Nov 2011 15:27:55 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/928058</guid>
      <dc:date>2011-11-22T15:27:55Z</dc:date>
      <clearspace:dateToText>2 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Bitmap update bug?</title>
      <link>https://forums.adobe.com/thread/821881</link>
      <description>&lt;!-- [DocumentBodyStart:245ff87e-2a80-40ec-8df3-1e8c3bacc2b1] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I've been experiencing some odd behavior with updating bitmaps in CS5 - never happened in prior versions. I have some bitmap in the library - I change it in Photoshop - and then do properties &amp;gt; update in Flash to bring the change in. I save... come back the next day and I'll have the non-updated version back. I hit update again... save.. and this time it takes. I've not been able to repro this, but I've had it happen probably half-dozen times in the past week or two.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Anyone else seen this?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:245ff87e-2a80-40ec-8df3-1e8c3bacc2b1] --&gt;</description>
      <pubDate>Tue, 15 Mar 2011 22:26:49 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/821881</guid>
      <dc:date>2011-03-15T22:26:49Z</dc:date>
      <clearspace:dateToText>2 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>What happened to the forums?</title>
      <link>https://forums.adobe.com/thread/1001198</link>
      <description>&lt;!-- [DocumentBodyStart:8ee90008-f8e0-421b-a834-d335a1cff9d8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Anyone else? The forums are totally hosed right now for me... hope Adobe isn't planning on keeping this new format... it's quite terrible.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8ee90008-f8e0-421b-a834-d335a1cff9d8] --&gt;</description>
      <pubDate>Wed, 09 May 2012 14:50:44 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1001198</guid>
      <dc:date>2012-05-09T14:50:44Z</dc:date>
      <clearspace:dateToText>2 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Odd 2032 Error...</title>
      <link>https://forums.adobe.com/thread/991359</link>
      <description>&lt;!-- [DocumentBodyStart:87558f7d-ae6c-4916-b9fc-4d27459f37a6] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I've had 2032's before, and typically they are from a malformed URL or file name... not this time. I am getting thie when trying to upload a b64 encoded jpg to a server. It works fine 100% of the time when on a fast connection. When in the field however, or if I throttle my bandwidth with Charles, I am getting it. Listening for a HTTPStatusEvent gets me nowhere, it traces a 0 when I get the stream error. It's not a script timeout issue either, I've tried increasing that with no result. If I turn off throttling everything works... if I simply turn it back on then I get the stream error (2032) after 15-20 seconds of uploading. &lt;/p&gt;&lt;p&gt;I'm not sure how to fix, or if it's possible. The data is uploading to a .net script if that matters. Anyone else seen this before?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:87558f7d-ae6c-4916-b9fc-4d27459f37a6] --&gt;</description>
      <pubDate>Tue, 17 Apr 2012 21:13:20 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/991359</guid>
      <dc:date>2012-04-17T21:13:20Z</dc:date>
      <clearspace:dateToText>2 years 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>20</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>AIR for Mac?</title>
      <link>https://forums.adobe.com/thread/992468</link>
      <description>&lt;!-- [DocumentBodyStart:af89bd5e-de0d-4bae-bd7d-2e7d88d947f7] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Is it possible to create an AIR application for Mac? Not iOS... Need multitouch support from AIR and able to play on a regular Mac computer? Never tried to do this, and not sure it's possible... &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:af89bd5e-de0d-4bae-bd7d-2e7d88d947f7] --&gt;</description>
      <pubDate>Thu, 19 Apr 2012 19:52:30 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/992468</guid>
      <dc:date>2012-04-19T19:52:30Z</dc:date>
      <clearspace:dateToText>2 years 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Map API?</title>
      <link>https://forums.adobe.com/thread/990510</link>
      <description>&lt;!-- [DocumentBodyStart:538f051b-a67f-4040-b7a6-cb9ce5a352f2] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Since Google has deprecated it's map API, I'm just wondering if anyone has any recommendations for others - what's considered best right now? Mapquest's seems really nice, and Yahoo has one, and I could wrap Google's Javascript one for AS...&lt;/p&gt;&lt;p&gt;Anyone have some input?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:538f051b-a67f-4040-b7a6-cb9ce5a352f2] --&gt;</description>
      <pubDate>Mon, 16 Apr 2012 15:08:21 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/990510</guid>
      <dc:date>2012-04-16T15:08:21Z</dc:date>
      <clearspace:dateToText>2 years 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Isometric Spectrum Display</title>
      <link>https://forums.adobe.com/thread/983140</link>
      <description>&lt;!-- [DocumentBodyStart:832a88e3-b112-4518-8018-1e1056657ce7] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Threw this together today... if anyone wants it I'll clean up and post the code next week.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://design.gmrstage.com/dave/testing/" rel="nofollow"&gt;http://design.gmrstage.com/dave/testing/&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:832a88e3-b112-4518-8018-1e1056657ce7] --&gt;</description>
      <pubDate>Fri, 30 Mar 2012 22:08:57 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/983140</guid>
      <dc:date>2012-03-30T22:08:57Z</dc:date>
      <clearspace:dateToText>2 years 7 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Physics?</title>
      <link>https://forums.adobe.com/thread/836880</link>
      <description>&lt;!-- [DocumentBodyStart:78745c87-24cd-4590-b3ff-22c0403ac384] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Looking at doing a simple 2D physics based game for iPad use. Anyone recommend a good engine? I've used box2d in the past, but it has been updated and the docs haven't and I've had some issues getting it working again. I like the look of Fisix but it seems dead on arrival... never got out of alpha - and sitting that way for like 5 years now.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So, what can be used? I can probably target iPad2 for this, so I think performance should be ok. I just can't find a good 2d engine for As3.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:78745c87-24cd-4590-b3ff-22c0403ac384] --&gt;</description>
      <pubDate>Mon, 11 Apr 2011 21:35:30 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/836880</guid>
      <dc:date>2011-04-11T21:35:30Z</dc:date>
      <clearspace:dateToText>2 years 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Post Facebook Like?</title>
      <link>https://forums.adobe.com/thread/981174</link>
      <description>&lt;!-- [DocumentBodyStart:b3f58379-7c32-4e47-b390-3fc8012a1eb0] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Anyone managed to do this? I'm using the FB API and it's working fine. I can post a photo just fine, and I can post to the users wall with me/feed but I need the post to include a link to another FB page. I learned yesterday that you can't post a link within a wall post - ie the users feed, so I'm trying to post a like, but not having any luck. Hoping someone else has...&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b3f58379-7c32-4e47-b390-3fc8012a1eb0] --&gt;</description>
      <pubDate>Tue, 27 Mar 2012 14:53:16 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/981174</guid>
      <dc:date>2012-03-27T14:53:16Z</dc:date>
      <clearspace:dateToText>2 years 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Mask Help</title>
      <link>https://forums.adobe.com/thread/966190</link>
      <description>&lt;!-- [DocumentBodyStart:2d7d8662-419e-4ce7-a552-e8c1bbbf5168] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Been working on this for far too long - need some opinions / fresh thoughts on what I can do.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So, I have a mask like so:&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-4222440-161724/samp.jpg"&gt;&lt;img alt="samp.jpg" class="jive-image" height="263" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-4222440-161724/samp.jpg" width="200"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I need to allow the user to modify this mask. They need to be able to use a 'brush', to either add to or subtract from the mask. Basically add or remove red.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have tried the mask as both vector and bitmap and haven't had much success with either. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Anyone have any ideas?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2d7d8662-419e-4ce7-a552-e8c1bbbf5168] --&gt;</description>
      <pubDate>Wed, 22 Feb 2012 16:11:27 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/966190</guid>
      <dc:date>2012-02-22T16:11:27Z</dc:date>
      <clearspace:dateToText>2 years 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Facebook Mobile - Cancel logout?</title>
      <link>https://forums.adobe.com/thread/961385</link>
      <description>&lt;!-- [DocumentBodyStart:6012457d-990f-4cd4-a25b-670d34842206] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi, using FB Mobile on an IPad - I have a login window opening, by issuing FB init with a full size StageWebView. However there's no cancel in the page that appears? Can that be fixed/changed?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6012457d-990f-4cd4-a25b-670d34842206] --&gt;</description>
      <pubDate>Fri, 10 Feb 2012 20:37:01 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/961385</guid>
      <dc:date>2012-02-10T20:37:01Z</dc:date>
      <clearspace:dateToText>2 years 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>iPad Facebook?</title>
      <link>https://forums.adobe.com/thread/958186</link>
      <description>&lt;!-- [DocumentBodyStart:f3dd836e-28cb-4839-a091-ea05b2dd22e3] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Has anyone been able to get the Facebook SDK from &lt;a class="jive-link-external-small" href="http://code.google.com/p/facebook-actionscript-api/" rel="nofollow"&gt;http://code.google.com/p/facebook-actionscript-api/&lt;/a&gt; specifically the mobile version working? I have had no luck whatsoever. Using Flash CS5.5 and AIR 3.1. I got the Desktop verison working with modification to allow the new AIR JSON object to work, but that's been it. I really need to allow an app I'm making to publish a comment to the users wall. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If anyone has an example I'd really appreciate it. And I'd also really appreciate it if Adobe would update the dang SDK to work with AIR3+.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f3dd836e-28cb-4839-a091-ea05b2dd22e3] --&gt;</description>
      <pubDate>Fri, 03 Feb 2012 15:57:43 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/958186</guid>
      <dc:date>2012-02-03T15:57:43Z</dc:date>
      <clearspace:dateToText>2 years 9 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>AIR3.1 Overlay - iOS issue</title>
      <link>https://forums.adobe.com/thread/956652</link>
      <description>&lt;!-- [DocumentBodyStart:a4f79265-35a8-452e-b497-0f21db963996] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Since there's no official tutorial on how to overlay AIR3.1 into Flash CS5.5 I followed this:&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://www.yeahbutisitflash.com/?p=2949" rel="nofollow"&gt;http://www.yeahbutisitflash.com/?p=2949&lt;/a&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 style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Now, selecting AIR for iOS results in this error: "ios publishing requires files which are not installed"&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Anyone help?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a4f79265-35a8-452e-b497-0f21db963996] --&gt;</description>
      <pubDate>Tue, 31 Jan 2012 15:00:31 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/956652</guid>
      <dc:date>2012-01-31T15:00:31Z</dc:date>
      <clearspace:dateToText>2 years 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Facebook???</title>
      <link>https://forums.adobe.com/thread/929987</link>
      <description>&lt;!-- [DocumentBodyStart:8af3e185-3278-46ac-bc90-4067525b71f4] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;OK, I am still having many issues with the Facebook AS3 API. Is there anyone who is currently able to use the Mobile version of the API to logon and process Facebook Graph calls? I keep getting this cryptic html error returned, when trying to login: error on line 2 at column 212: EntityRef: expecting ';'&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;import com.facebook.graph.FacebookMobile;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;var a:StageWebView = new StageWebView();&lt;/p&gt;&lt;p&gt;a.viewPort = new Rectangle(0,0,400,400);&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;FacebookMobile.init("195742627174657", initHandler);&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;function initHandler(result:Object, fail:Object):void&lt;/p&gt;&lt;p&gt;{&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; trace("initHandler",result, fail);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FacebookMobile.logout(logoutCallback);&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;function logoutCallback(res:Object):void&lt;/p&gt;&lt;p&gt;{&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; trace("logoutCallback",res);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FacebookMobile.login(loginCallback, this.stage, [], a);&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;function loginCallback(res:Object):void&lt;/p&gt;&lt;p&gt;{&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; trace("logincallback",res);&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;That's the simple code I am testing with. I init ok, then call logout, which comes back true. But I call login and get the entityRef error returned. Anyone? Really need to get this working...&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8af3e185-3278-46ac-bc90-4067525b71f4] --&gt;</description>
      <pubDate>Mon, 28 Nov 2011 15:07:01 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/929987</guid>
      <dc:date>2011-11-28T15:07:01Z</dc:date>
      <clearspace:dateToText>2 years 11 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>FacebookMobile API</title>
      <link>https://forums.adobe.com/thread/928144</link>
      <description>&lt;!-- [DocumentBodyStart:9e3fc05d-d31e-429a-92a6-e85aa7d9e369] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Doing initial testing of an Android tablet abb, using Facebook API. Testing just in Flash right now, and publishing to AIR 2.6. I am consistently getting an error returned from FB whenever I issue the init method like so:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;FacebookMobile.init("145281595484246", loginHandler);&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;in loginHandler i get an OAuthException with the message: An active access token must be used to query information about the current user.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've tried different app ID's with the same result. Also tried doing a logout after init and then login... logout returns true, but calling login doesn't do anything.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Anyone help with this?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9e3fc05d-d31e-429a-92a6-e85aa7d9e369] --&gt;</description>
      <pubDate>Tue, 22 Nov 2011 17:01:50 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/928144</guid>
      <dc:date>2011-11-22T17:01:50Z</dc:date>
      <clearspace:dateToText>2 years 12 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>AIR Delete File?</title>
      <link>https://forums.adobe.com/thread/913128</link>
      <description>&lt;!-- [DocumentBodyStart:ddc94ed0-6bee-4b97-8e92-a80b0c9dd93c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am needing to delete a file using AIR (2.7) and keep getting a 3001 error - File or Directory access denied. &lt;/p&gt;&lt;p&gt;Running Win 7, have admin priveleges.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Simple test, just trying to delete a txt file off of c:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;import flash.filesystem.*;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;var targetDir:File = targetDir = new File("c:/");&lt;/p&gt;&lt;p&gt;var targetFile:File = targetDir.resolvePath("test.txt");&lt;/p&gt;&lt;p&gt;targetFile.deleteFile();&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Cross Posted in the AIR forum too, just hoping someone here knows.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ddc94ed0-6bee-4b97-8e92-a80b0c9dd93c] --&gt;</description>
      <pubDate>Thu, 13 Oct 2011 15:44:57 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/913128</guid>
      <dc:date>2011-10-13T15:44:57Z</dc:date>
      <clearspace:dateToText>3 years 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>SoundChannel null when no speakers?</title>
      <link>https://forums.adobe.com/thread/907989</link>
      <description>&lt;!-- [DocumentBodyStart:33dcd822-b6a7-4faa-a887-3141754f73b2] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I was debugging sound in an app and decided to make a little test case as I kept getting odd errors... well I just moved to a new desk yesterday so hadn't hooked up speakers yet. Here's the test:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;var backSound:Sound = new bgSound(); &lt;/p&gt;&lt;p&gt;var backChannel:SoundChannel = backSound.play(0, 999);&lt;/p&gt;&lt;p&gt;trace(backChannel);&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;bgSound is just a library sound... if my speakers are unplugged from the sound card backChannel returns null. If speakers a plugged in backChannel is a soundChannel object.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So my errors came from the speakers being unplugged... but I find this to be an odd one.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:33dcd822-b6a7-4faa-a887-3141754f73b2] --&gt;</description>
      <pubDate>Thu, 29 Sep 2011 14:46:14 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/907989</guid>
      <dc:date>2011-09-29T14:46:14Z</dc:date>
      <clearspace:dateToText>3 years 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Storing URLRequest in a SharedObject?</title>
      <link>https://forums.adobe.com/thread/905932</link>
      <description>&lt;!-- [DocumentBodyStart:6916dad6-3697-4559-9b63-808986a4a014] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have an app that posts to a web service. When/if the internet is not available I need to store locally for uploading later on. Seemed the simplest way was to just stick my entire, populated, URLRequest object into an array in my shared object. Storing seems to work, except I cannot get the URLRequest object back out of the SO - it just gives me a generic Object which doesn't want to be casted to URLRequest using URLRequest() or as URLRequest. Anyone have an idea before I just store the data and have to reconstitute the URLRequest?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6916dad6-3697-4559-9b63-808986a4a014] --&gt;</description>
      <pubDate>Fri, 23 Sep 2011 18:53:36 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/905932</guid>
      <dc:date>2011-09-23T18:53:36Z</dc:date>
      <clearspace:dateToText>3 years 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Evaluating Switch?</title>
      <link>https://forums.adobe.com/thread/900085</link>
      <description>&lt;!-- [DocumentBodyStart:b76e8870-42a8-4a39-95dc-2b60cbb46752] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Just ran across what seems like an odd one, and a cursory Googling didn't get me an answer. Though I'd think I must've run across this before, I couldn't remember...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So why can I evaluate an expression in a switch like so:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;switch(vidList[currentIndex].video){&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; case "city":&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vid = "assets/smart_city.f4v";&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; break;&lt;br/&gt;&amp;nbsp;&amp;nbsp; ...&lt;br/&gt;}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If I trace vidList[currentIndex].video before the switch I get "city" but tracing vid after the switch I get null&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Quickly solved by just assigning to a variable and then using that in the switch... but it still seems odd I can't just do it directly.&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;var scene:String = vidList[currentIndex].video;&lt;br/&gt;switch(scene){&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b76e8870-42a8-4a39-95dc-2b60cbb46752] --&gt;</description>
      <pubDate>Wed, 07 Sep 2011 18:58:54 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/900085</guid>
      <dc:date>2011-09-07T18:58:54Z</dc:date>
      <clearspace:dateToText>3 years 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Facebook Share?</title>
      <link>https://forums.adobe.com/thread/894088</link>
      <description>&lt;!-- [DocumentBodyStart:ca60e643-f9c6-409c-a2ed-f479c3d58686] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Been a while since I used the Facebook APiI and am wondering if anyone knows of a good tutorial that outlines how to share a photo. This is a web app and I simply need to allow the user to login and then share a photo which we've posted to our server.&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:ca60e643-f9c6-409c-a2ed-f479c3d58686] --&gt;</description>
      <pubDate>Mon, 22 Aug 2011 19:42:53 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/894088</guid>
      <dc:date>2011-08-22T19:42:53Z</dc:date>
      <clearspace:dateToText>3 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>SoundChannel and Preloader problem</title>
      <link>https://forums.adobe.com/thread/890441</link>
      <description>&lt;!-- [DocumentBodyStart:13bf0af4-1585-401a-bbd2-1dad56ef128b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Ack - know I've run into this one before but for the life of me I cannot get it worked out. Essentially, I am playing a sound in one swf, when I press a button I fade the sound out using the sounds channel, a soundTransform object and TweenLite. It works great... until I use my preloader. When the main swf is loaded by the preloader all the sound still works, but it seems the soundChannel assignments are ignored - I can't do channel.stop() and I can't fade the sound - nothing happens - the sound just keeps on playing.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:13bf0af4-1585-401a-bbd2-1dad56ef128b] --&gt;</description>
      <pubDate>Fri, 12 Aug 2011 19:32:22 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/890441</guid>
      <dc:date>2011-08-12T19:32:22Z</dc:date>
      <clearspace:dateToText>3 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Assert error when quitting</title>
      <link>https://forums.adobe.com/thread/888327</link>
      <description>&lt;!-- [DocumentBodyStart:d8ac9a84-cce2-4b6a-92b8-6d8224c534aa] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Been developing an AIR desktop app for a bit and am mostly complete. However I just started getting an Assert Failed dialog when I quit the app now - the error says it's in "module CamExt40V32.ax - 2 objects left active. At line 320 of dllentry.cpp"&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Never seen this before and haven't had much luck find any info on it. I am using the web cam - but have been all along... any thoughts?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d8ac9a84-cce2-4b6a-92b8-6d8224c534aa] --&gt;</description>
      <pubDate>Mon, 08 Aug 2011 17:46:01 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/888327</guid>
      <dc:date>2011-08-08T17:46:01Z</dc:date>
      <clearspace:dateToText>3 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>File.getDirectoryListing() order?</title>
      <link>https://forums.adobe.com/thread/886355</link>
      <description>&lt;!-- [DocumentBodyStart:36e0e232-2961-4090-8fe5-803a02ac82b3] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Anyone know if there's any order associated with getDirectoryListing()? I have a need to always grab the latest image from a folder. It looks like getDirectoryListing() always places the latest file last in the array it returns, but I'd like to verify if possible.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thoughts?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:36e0e232-2961-4090-8fe5-803a02ac82b3] --&gt;</description>
      <pubDate>Thu, 04 Aug 2011 14:19:01 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/886355</guid>
      <dc:date>2011-08-04T14:19:01Z</dc:date>
      <clearspace:dateToText>3 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

