<?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>Content in Adobe Community</title>
    <link>/place-content.jspa?containerType=14&amp;userID=null&amp;filterID=contentstatus[published]~objecttype~showall&amp;containerID=2273</link>
    <description>Recent content in Adobe Community</description>
    <language>en</language>
    <pubDate>Tue, 07 May 2013 00:20:38 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2013-05-07T00:20:38Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>SIP connections</title>
      <link>https://forums.adobe.com/thread/54956</link>
      <description>&lt;!-- [DocumentBodyStart:47d05715-0f4b-4e58-b0b6-5e08c0fdb4a5] --&gt;&lt;div class="jive-rendered-content"&gt;Hi, there!
&lt;br/&gt;
&lt;br/&gt;Intenting to do VoIP connections and Pc-To-Phone (PSTN)
calls, I have some doubts.
&lt;br/&gt;
&lt;br/&gt;1. Is there possible to estabilish SIP connections through
AIR?
&lt;br/&gt;
&lt;br/&gt;2. If yes, which would be the path? If not, I would like to
know what in fact is Ribbit Phone (www.ribbit.com) if not a way to
do VoIP calls.
&lt;br/&gt;
&lt;br/&gt;3. Is there possible to integrate LIB, .CAB or .OCX
functionallities to my AIR application?
&lt;br/&gt;
&lt;br/&gt;Thank you,
&lt;br/&gt;CaioToOn!&lt;/div&gt;&lt;!-- [DocumentBodyEnd:47d05715-0f4b-4e58-b0b6-5e08c0fdb4a5] --&gt;</description>
      <pubDate>Tue, 07 May 2013 00:20:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/54956</guid>
      <dc:date>2013-05-07T00:20:38Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>SQLError #3125</title>
      <link>https://forums.adobe.com/thread/578840</link>
      <description>&lt;!-- [DocumentBodyStart:c92627d7-f1d9-4f19-956a-4e9b487ee81f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="background-color: #f8fafd;"&gt;Is this a bug or a feature? I can create a db directly inside ApplicationStorage, but not inside a (non-existent) folder in Application Storage. I get the error: SQLError: 'Error #3125: Unable to open the database file.', details:'Connection closed.', operation:'open', detailID:'1001'&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="background-color: #f8fafd;"&gt;As an example, open an AIR FLA and simply test these paths to the db file: &lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;var dbpath:String = File.applicationStorageDirectory.url + "db/mydb"; // fails unless db is there already&lt;/p&gt;&lt;p&gt;var dbpath:String = File.applicationStorageDirectory.url + "mydb"; // works regardless, even if the local storage folder does not exist yet&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;var f:File = new File(dbpath);&lt;/p&gt;&lt;p&gt;&lt;span style="background-color: #f8fafd;"&gt;var sql:SQLConnection = new SQLConnection(); &lt;/span&gt;&lt;/p&gt;&lt;p&gt;sql.open(f, SQLMode.CREATE, false, 1024, null); // runtime error if path 1 is used.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="background-color: #f8fafd;"&gt;(in flash CS4)&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="background-color: #f8fafd;"&gt;As a workaround I suppose I could, before creating the db, write a temp file to the path where the db should reside. That way, the path would exist. Is that the only way or am I missing something? &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="background-color: #f8fafd;"&gt;Thanks&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c92627d7-f1d9-4f19-956a-4e9b487ee81f] --&gt;</description>
      <pubDate>Tue, 07 May 2013 00:20:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/578840</guid>
      <dc:date>2013-05-07T00:20:38Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>auto update not rendering on version 1.5.3.9130</title>
      <link>https://forums.adobe.com/thread/593658</link>
      <description>&lt;!-- [DocumentBodyStart:8756b88b-2e28-48bd-a2d4-b5455bfeed85] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Since the latest patch to adobe air I have been swamped with complaints about the auto updating to a new version of my app using the auto update api. The issue is when the update popup is initialized it doesn't completely render anymore it hangs on something but I cannot tell where. Anyone having this same issue? The only way now for them to update is to install the latest version over the old one manually.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8756b88b-2e28-48bd-a2d4-b5455bfeed85] --&gt;</description>
      <pubDate>Tue, 07 May 2013 00:20:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/593658</guid>
      <dc:date>2013-05-07T00:20:38Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Problem migrating to 1.5.3</title>
      <link>https://forums.adobe.com/thread/598058</link>
      <description>&lt;!-- [DocumentBodyStart:901cd5c2-ce41-41b0-bddf-003749f035cb] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Guys,&lt;/p&gt;&lt;p&gt;&lt;br/&gt;I have an AIR app that has been working perfectly for some time under AIR 1.0 developed under CS3. I have upgraded to CS4 and AIR 1.5 OK but when I installed the 1.5.3 SDK the final AIR app does not work. When I try to install it I get an error "&lt;strong&gt;This&amp;nbsp; application cannot be installed because this installer has been&amp;nbsp; mis-configured. Please contact the application author for assistance.".&lt;/strong&gt; Any ideas? I am really stumped.&lt;/p&gt;&lt;p lang="function(){return&amp;nbsp; A.apply(null,[this].concat($A(arguments)))}" title="function(){return&amp;nbsp; A.apply(null,[this].concat($A(arguments)))}"&gt;Best&lt;/p&gt;&lt;p lang="function(){return&amp;nbsp; A.apply(null,[this].concat($A(arguments)))}" title="function(){return&amp;nbsp; A.apply(null,[this].concat($A(arguments)))}"&gt;Steve&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:901cd5c2-ce41-41b0-bddf-003749f035cb] --&gt;</description>
      <pubDate>Tue, 07 May 2013 00:20:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/598058</guid>
      <dc:date>2013-05-07T00:20:38Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>8</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Softphone with SIP support - Its possible?</title>
      <link>https://forums.adobe.com/thread/680919</link>
      <description>&lt;!-- [DocumentBodyStart:40045233-a6ad-49c9-840b-1d18e5f90f65] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span class="medium_text"&gt;&lt;span&gt;The&amp;nbsp; adobe has support for SIP (asterisk)? &lt;/span&gt;&lt;span&gt;Is&amp;nbsp; there any open source project with this functionality? &lt;/span&gt;&lt;span&gt;I'm curious to see how this would integrate with asterisk.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Kind regards,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Hermes&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:40045233-a6ad-49c9-840b-1d18e5f90f65] --&gt;</description>
      <pubDate>Tue, 07 May 2013 00:20:37 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/680919</guid>
      <dc:date>2013-05-07T00:20:37Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>running local scripts from air</title>
      <link>https://forums.adobe.com/thread/697879</link>
      <description>&lt;!-- [DocumentBodyStart:6900dca2-9491-42d8-87b2-7251a5247a9b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;i have a client that wants an air app that will run a local python script from the app and get data back from it(the python script starts a motion capture device connected to the machine).&amp;nbsp; is this even possible with air?&amp;nbsp; the machine running the air app will be specialized for that machine and the python script will all ways be in the same location on the machine.&amp;nbsp; i'm mostly worried about the air security settings.&amp;nbsp; i'm thinking that the machine would just run a local websever and the air app could access the python script in that environment.&amp;nbsp; any ideas if this can be done? &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6900dca2-9491-42d8-87b2-7251a5247a9b] --&gt;</description>
      <pubDate>Tue, 07 May 2013 00:20:37 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/697879</guid>
      <dc:date>2013-05-07T00:20:37Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Reasons Why I Will Not Pursue Air</title>
      <link>https://forums.adobe.com/thread/695597</link>
      <description>&lt;!-- [DocumentBodyStart:7af2be2d-cfd9-49db-aefb-5129e1f8e50a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;div&gt;&lt;p&gt;Recently I've been using Appcelerator's Titanium to build my native desktop apps with html &amp;amp; jquery. Frustrated from the lack of updates and bugs, I decided I'd test out Air 2.0. Let me say, I'm extremely disappointed.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;First off, this whole sandbox crap ticked me off and was a major factor for my reasoning to not pursue this product. Why would I use a product which limits my capabilities from achieving a native desktop app while they take away and decide what we can and cannot do. Yes, it can in some circumstances be a good thing, but it's annoying and kinda makes me feel like a kid governed by parental controls.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Secondly, this whole big red warning when the user installs the app is THE top reason why I think air is crap. Don't you want the users to be installing apps built with Air? Right now I've got the feeling you don't. Like stated before, you make me feel like a kid who can't be trusted, and the only way to be, is to fork out a grand to get code signed. Why would I do that? Every other Native language I can think of doesn't require this stupid little &lt;span style="text-decoration: line-through;"&gt;feature&lt;/span&gt; hold back. If I really wanted to write a virus, I'd do it in a better language.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am extremely grateful you created this product since I can now feel satisified with Appcelerator.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7af2be2d-cfd9-49db-aefb-5129e1f8e50a] --&gt;</description>
      <pubDate>Tue, 07 May 2013 00:20:37 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/695597</guid>
      <dc:date>2013-05-07T00:20:37Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Controlling the global volume</title>
      <link>https://forums.adobe.com/thread/698322</link>
      <description>&lt;!-- [DocumentBodyStart:077c9707-68e6-4b97-a883-7d1ad9d0eda0] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Is there anyway I can control the volume on the main output device. A code example of changing the volume be great.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:077c9707-68e6-4b97-a883-7d1ad9d0eda0] --&gt;</description>
      <pubDate>Tue, 07 May 2013 00:20:37 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/698322</guid>
      <dc:date>2013-05-07T00:20:37Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How To Open A Folder of native system</title>
      <link>https://forums.adobe.com/thread/694237</link>
      <description>&lt;!-- [DocumentBodyStart:3ae44d47-d8f6-4213-9edf-010dc0a5e90c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello Frnds can any body guides me how to open a folder of my system.actually i am using adobe air 2.0 for making a simple application in which i send and recived files.I simply uses File Class for extarct the nativepath of file.now i have path where my downloaded file stored.so Please tell me how to open the file or File Containg folder similary sevral aother web application does.&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;&lt;strong&gt;Thanks In Advance&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Vineet Osho&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3ae44d47-d8f6-4213-9edf-010dc0a5e90c] --&gt;</description>
      <pubDate>Tue, 07 May 2013 00:20:37 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/694237</guid>
      <dc:date>2013-05-07T00:20:37Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to connect an HTML/ AJAX application with remote database</title>
      <link>https://forums.adobe.com/thread/696666</link>
      <description>&lt;!-- [DocumentBodyStart:d1226d31-8b2d-48e5-b48c-04f2cfc2dd27] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello Folks&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am newbie on Adobe platform.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am creating a HTML/ AJAX desktop application using Adobe AIR 2.0. I have a requirement to connect with the database kept on my server.&lt;/p&gt;&lt;p&gt;Kindly let me know, how i can acheive this.&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:d1226d31-8b2d-48e5-b48c-04f2cfc2dd27] --&gt;</description>
      <pubDate>Tue, 07 May 2013 00:20:37 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/696666</guid>
      <dc:date>2013-05-07T00:20:37Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Caching an image</title>
      <link>https://forums.adobe.com/thread/698323</link>
      <description>&lt;!-- [DocumentBodyStart:b3db7b75-c0bd-437d-bd02-c9f7bac0e442] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm building an app that loads images in from my websever. Is there anyway I can store the image locally. So basically when I want to load an image, I check if its stored locally, if not then put it in from the server and store it.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Has anyone any basic code examples of this?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b3db7b75-c0bd-437d-bd02-c9f7bac0e442] --&gt;</description>
      <pubDate>Tue, 07 May 2013 00:20:37 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/698323</guid>
      <dc:date>2013-05-07T00:20:37Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to download images/data without user interaction</title>
      <link>https://forums.adobe.com/thread/697972</link>
      <description>&lt;!-- [DocumentBodyStart:346fc454-2098-4f32-adde-79204bb0840a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm developing a kiosk application that I would like to have download files to the local filesystem without user interaction. This is easy enough for most things by loading it into the app and saving it out, but I'm hoping there is a more direct-to-disk method, so to speak (or if there's a good way to read in and save that doesn't involve things like re-encoding a jpeg--maybe a read and write bytes something?).&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is this possible? Mind you I don't want any dialog boxes popping up.&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;-Zeke&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:346fc454-2098-4f32-adde-79204bb0840a] --&gt;</description>
      <pubDate>Tue, 07 May 2013 00:20:37 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/697972</guid>
      <dc:date>2013-05-07T00:20:37Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Can I print an HTMLLoader with a PDF inside it?</title>
      <link>https://forums.adobe.com/thread/578918</link>
      <description>&lt;!-- [DocumentBodyStart:7b1ee136-7325-4b90-944c-41c5f38d5f4d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Oregon Health and Science University is having me create a application for a health fare that will be available to all age groups.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm using AlivePDF to create a PDF file, then save it to the desktop. I can then use an HTMLLoader to display my lovely PDF file.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Now, the print button in Adobe Reader works fine. However, there will be young children using the app, so I'd like to have a big "Print" button right above it.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I figured I could just start up a print job and feed it my HTMLLoader. Am I doing something wrong here, cause I can't seem to get any output?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;note: variable "stuff" below is my HTMLLoader. I also have access to the PDF file if that comes in handy.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;pre class="prettyprint"&gt;&lt;code&gt;&lt;span class="kwd"&gt;private&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="kwd"&gt;function&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="kwd"&gt;print&lt;/span&gt;&lt;span class="pun"&gt;():&lt;/span&gt;&lt;span class="kwd"&gt;void&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;&lt;/span&gt;&lt;span class="pun"&gt;{&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class="kwd"&gt;var&lt;/span&gt;&lt;span class="pln"&gt; myPrintJob&lt;/span&gt;&lt;span class="pun"&gt;:&lt;/span&gt;&lt;span class="typ"&gt;PrintJob&lt;/span&gt;&lt;span class="pun"&gt;=&lt;/span&gt;&lt;span class="kwd"&gt;new&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="typ"&gt;PrintJob&lt;/span&gt;&lt;span class="pun"&gt;();&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class="kwd"&gt;var&lt;/span&gt;&lt;span class="pln"&gt; result&lt;/span&gt;&lt;span class="pun"&gt;:&lt;/span&gt;&lt;span class="typ"&gt;Boolean&lt;/span&gt;&lt;span class="pun"&gt;=&lt;/span&gt;&lt;span class="pln"&gt;myPrintJob&lt;/span&gt;&lt;span class="pun"&gt;.&lt;/span&gt;&lt;span class="pln"&gt;start&lt;/span&gt;&lt;span class="pun"&gt;();&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class="kwd"&gt;if&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="pun"&gt;(&lt;/span&gt;&lt;span class="pln"&gt;result &lt;/span&gt;&lt;span class="pun"&gt;&amp;amp;&amp;amp;&lt;/span&gt;&lt;span class="pln"&gt; stuff &lt;/span&gt;&lt;span class="pun"&gt;!=&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="kwd"&gt;null&lt;/span&gt;&lt;span class="pun"&gt;)&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class="pun"&gt;{&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class="kwd"&gt;var&lt;/span&gt;&lt;span class="pln"&gt; rect&lt;/span&gt;&lt;span class="pun"&gt;:&lt;/span&gt;&lt;span class="typ"&gt;Rectangle&lt;/span&gt;&lt;span class="pun"&gt;=&lt;/span&gt;&lt;span class="kwd"&gt;new&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="typ"&gt;Rectangle&lt;/span&gt;&lt;span class="pun"&gt;(&lt;/span&gt;&lt;span class="lit"&gt;0&lt;/span&gt;&lt;span class="pun"&gt;,&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="lit"&gt;0&lt;/span&gt;&lt;span class="pun"&gt;,&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="lit"&gt;2550&lt;/span&gt;&lt;span class="pun"&gt;,&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="lit"&gt;3300&lt;/span&gt;&lt;span class="pun"&gt;);&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class="kwd"&gt;var&lt;/span&gt;&lt;span class="pln"&gt; opt&lt;/span&gt;&lt;span class="pun"&gt;:&lt;/span&gt;&lt;span class="typ"&gt;PrintJobOptions&lt;/span&gt;&lt;span class="pun"&gt;=&lt;/span&gt;&lt;span class="kwd"&gt;new&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="typ"&gt;PrintJobOptions&lt;/span&gt;&lt;span class="pun"&gt;(&lt;/span&gt;&lt;span class="kwd"&gt;true&lt;/span&gt;&lt;span class="pun"&gt;);&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myPrintJob&lt;/span&gt;&lt;span class="pun"&gt;.&lt;/span&gt;&lt;span class="pln"&gt;addPage&lt;/span&gt;&lt;span class="pun"&gt;(&lt;/span&gt;&lt;span class="pln"&gt;stuff&lt;/span&gt;&lt;span class="pun"&gt;,&lt;/span&gt;&lt;span class="pln"&gt; rect&lt;/span&gt;&lt;span class="pun"&gt;,&lt;/span&gt;&lt;span class="pln"&gt; opt&lt;/span&gt;&lt;span class="pun"&gt;);&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myPrintJob&lt;/span&gt;&lt;span class="pun"&gt;.&lt;/span&gt;&lt;span class="pln"&gt;send&lt;/span&gt;&lt;span class="pun"&gt;();&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class="pun"&gt;}&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class="kwd"&gt;else&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class="pun"&gt;{&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class="com"&gt;//User does not have printer or user canceled print action&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class="pun"&gt;}&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;&lt;/span&gt;&lt;span class="pun"&gt;}&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7b1ee136-7325-4b90-944c-41c5f38d5f4d] --&gt;</description>
      <pubDate>Tue, 07 May 2013 00:20:37 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/578918</guid>
      <dc:date>2013-05-07T00:20:37Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>NativeProcess is not work</title>
      <link>https://forums.adobe.com/thread/696649</link>
      <description>&lt;!-- [DocumentBodyStart:8804d0bb-939e-43fe-8028-ba38fdc447ed] --&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;I create one air application in that i set profile desctiptor &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;supportedProfiles&amp;gt;extendedDesktop desktop&amp;lt;/supportedProfiles&amp;gt;&lt;br/&gt;also set version of 2.0&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&amp;lt;application xmlns="&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://ns.adobe.com/air/application/2.0" rel="nofollow"&gt;http://ns.adobe.com/air/application/2.0&lt;/a&gt;&lt;span&gt;"&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When i run applicaton within flex builder NativeProcess is working but When &lt;strong&gt;i create a .air package and install in my desktop NativeProcess is not Working.&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;is any solutions / way to solve this , please tell me.&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:8804d0bb-939e-43fe-8028-ba38fdc447ed] --&gt;</description>
      <pubDate>Tue, 07 May 2013 00:20:36 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/696649</guid>
      <dc:date>2013-05-07T00:20:36Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Saving image without encoding</title>
      <link>https://forums.adobe.com/thread/696326</link>
      <description>&lt;!-- [DocumentBodyStart:301cbbbe-00cc-4060-8248-71e1515859e6] --&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 writing an appliaction that reads jpg files from local file system, resize them and write to disk. During this process most time is taken by encoding bitmap data to jpeg file format. I'm wondering if it's possible to write bitmap data to file without encoding it. Is it really necessary to encode jpg data again as jpg data? or is there any way to do resizing really fast?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:301cbbbe-00cc-4060-8248-71e1515859e6] --&gt;</description>
      <pubDate>Tue, 07 May 2013 00:20:36 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/696326</guid>
      <dc:date>2013-05-07T00:20:36Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How can I script a publishing of air app ( air 2.0 ) with jsfl</title>
      <link>https://forums.adobe.com/thread/696719</link>
      <description>&lt;!-- [DocumentBodyStart:a5c8bf04-1113-45fb-a2f3-119c9311a2cd] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;I want to script publishing an air app( ver 2.0 ) with jsfl using Flash CS5. How can I do that?&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;In flash CS3 and Air 1.0 I was able to use FLAir.PackageAIRFile but in CS5 FLAir object is not exists.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a5c8bf04-1113-45fb-a2f3-119c9311a2cd] --&gt;</description>
      <pubDate>Tue, 07 May 2013 00:20:36 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/696719</guid>
      <dc:date>2013-05-07T00:20:36Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to transmit audio played on my computer to the flash media server with Adobe Air?</title>
      <link>https://forums.adobe.com/thread/697200</link>
      <description>&lt;!-- [DocumentBodyStart:dfeb8cf8-6676-48b2-9dee-6e9454490a02] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span&gt;How to transmit audio played on my computer to the flash media server with Adobe Air?&lt;br/&gt;&lt;br/&gt;&lt;/span&gt;&lt;span&gt;Adobe Air is not going to play the audio but my winamp or windows media player.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I&lt;span&gt;'ll play something on windows media player or winamp and want it sent to the flash media server. &lt;/span&gt;&lt;span&gt;It is possible with Adobe Flex?&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:dfeb8cf8-6676-48b2-9dee-6e9454490a02] --&gt;</description>
      <pubDate>Tue, 07 May 2013 00:20:36 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/697200</guid>
      <dc:date>2013-05-07T00:20:36Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>error 306: Descriptor must support the profile desktop, mobileDevice, or extendedMobileDevice</title>
      <link>https://forums.adobe.com/thread/699157</link>
      <description>&lt;!-- [DocumentBodyStart:79ba3dec-25df-473e-876c-9d0be3d793cf] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I got above error when I tried to export a release build, the problem is the ***-app.xml, there is a line in the file:&lt;/p&gt;&lt;p&gt;&amp;lt;supportedProfiles&amp;gt;extendedDesktop&amp;lt;/supportedProfiles&amp;gt;&lt;/p&gt;&lt;p&gt;which the air doesn't support extendedDesktop, I am using the Flex SDK 4.1.0 and Air SDK 2.0.2 and I have to use the extendedDesktop because I need access native process. any one has some ideas to fix this problem?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:79ba3dec-25df-473e-876c-9d0be3d793cf] --&gt;</description>
      <pubDate>Tue, 07 May 2013 00:20:36 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/699157</guid>
      <dc:date>2013-05-07T00:20:36Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Flash AS3 Loader URLs</title>
      <link>https://forums.adobe.com/thread/697907</link>
      <description>&lt;!-- [DocumentBodyStart:09eb3cba-fbe3-4aff-9f63-de77fe4b521e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have an application I am converting from Flash AS3 that uses the Loader class to load swfs and other files. It is currently using relative paths like "../swfs/game.swf", but these give a URL not found error when run in AIR 1.5. How should the paths be configured for AIR? Is there a way I could do modify the loading with minimal changes to code? There's a lot of paths that would need to be changed and tested.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:09eb3cba-fbe3-4aff-9f63-de77fe4b521e] --&gt;</description>
      <pubDate>Tue, 07 May 2013 00:20:36 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/697907</guid>
      <dc:date>2013-05-07T00:20:36Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>8</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Launch external application in non-'extendedDesktop' profile</title>
      <link>https://forums.adobe.com/thread/699458</link>
      <description>&lt;!-- [DocumentBodyStart:2f8ce03a-e5b1-42c5-84cc-64ce915bcb40] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;recently I have &lt;a class="jive-link-external-small" href="http://segfaultlabs.com/devlogs/launching-external-application-without-nativeprocess" rel="nofollow"&gt;came across&lt;/a&gt; a nice feature of AIR 2.0. We can launch external applications, without compiling our applications to work in &lt;em&gt;extendedDesktop&lt;/em&gt; profile. The idea is very easy, it is using &lt;a class="jive-link-external-small" href="http://en.wikipedia.org/wiki/Java_Web_Start" rel="nofollow"&gt;Java WebStart&lt;/a&gt; technology and &lt;em&gt;File.openWithDefaultApplication &lt;/em&gt;method available in AIR 2.0. I have already used this approach in my image annotation application (see it in action &lt;a class="jive-link-external-small" href="http://szoter.com/air" rel="nofollow"&gt;http://szoter.com/air&lt;/a&gt; , to capture screenshots.&lt;/p&gt;&lt;p&gt;I hope AIR team will not treat this as a bug.&lt;/p&gt;&lt;p&gt;BTW... is there anyone else, how thinks 'extendedDesktop' isn't very good idea ?&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&gt;matt&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2f8ce03a-e5b1-42c5-84cc-64ce915bcb40] --&gt;</description>
      <pubDate>Tue, 07 May 2013 00:20:36 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/699458</guid>
      <dc:date>2013-05-07T00:20:36Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Distributing AIR as pre-install on OEM PCs</title>
      <link>https://forums.adobe.com/thread/695432</link>
      <description>&lt;!-- [DocumentBodyStart:13d6b2b4-044c-456c-98e1-72ac84468929] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;We are building an application using AIR that we wish to distribute with the AIR run-time. My question is regarding licensing for distributing our software.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;1) We have completed the AIR run-time distribution agreement, which I understand covers us for didstributing our software ourselves.&lt;/p&gt;&lt;p&gt;2) We are pursuing pre-install deals with PC OEMs to include our software on their systems.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;For #2, in cases where the OEM installs our software at the factory, does our AIR distribution license cover that, or does the OEM need to have a distribution license in place as well? What are our options?&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;p&gt;-CRM&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:13d6b2b4-044c-456c-98e1-72ac84468929] --&gt;</description>
      <pubDate>Tue, 07 May 2013 00:20:36 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/695432</guid>
      <dc:date>2013-05-07T00:20:36Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to remove Application icon from system tray on uninstalling the application</title>
      <link>https://forums.adobe.com/thread/699735</link>
      <description>&lt;!-- [DocumentBodyStart:7393acb4-f87b-4caa-8707-cafaf883e2e8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello Friends&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; Is there any way to remove a system tray icon when i unistalled the application?&lt;/p&gt;&lt;p&gt;i am making a desktop application but i am facing a problem that during uninstallation of that application it remains on the system tray.So can any body guide me any event which fire on unistallaion of application so that i can remove the application manually using cllosing event.please help me out from this poblem i am totally confused.&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;&lt;strong&gt;Thanks and Regards&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&amp;nbsp;&amp;nbsp; Vineet Osho&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7393acb4-f87b-4caa-8707-cafaf883e2e8] --&gt;</description>
      <pubDate>Tue, 07 May 2013 00:20:36 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/699735</guid>
      <dc:date>2013-05-07T00:20:36Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Guidance in creating a voice chat app</title>
      <link>https://forums.adobe.com/thread/698460</link>
      <description>&lt;!-- [DocumentBodyStart:21f932b7-529e-4d04-a2d5-a7f747e76ad5] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;Hello,&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;I am wanting to create a very simple voice chat app using AIR. Right now I just want basic functionality:&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;- only 2 users speaking&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;- full duplex&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;- using as little bandwidth and memory as possible&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;- go through firewall/NAT for cross internet communication&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;- buddy list&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;Is it possible to connect directly with the other person? i.e. not using a server to establish communications?&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;I am not expecting a How To (although that would be nice) but simply point me in the right direction on where to start.&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;Please, any help or advice would be greatly appreciated.&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;Thanks.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:21f932b7-529e-4d04-a2d5-a7f747e76ad5] --&gt;</description>
      <pubDate>Tue, 07 May 2013 00:20:35 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/698460</guid>
      <dc:date>2013-05-07T00:20:35Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>unknown configuration version errorID=16811</title>
      <link>https://forums.adobe.com/thread/700731</link>
      <description>&lt;!-- [DocumentBodyStart:a4b9a66b-26cb-41d2-b667-4851e5b15360] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm attempting to set up ApplicationUpdaterUI but I get the following error when I initialize:&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;[ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: unknown configuration version" errorID=16811]&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;My configuration looks like this:&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;&lt;span style="font-family: 'courier new', courier;"&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: 'courier new', courier;"&gt;&lt;span&gt;&amp;lt;configuration xmlns="&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://ns.adobe.com/air/framework/update/configuration/1.0" rel="nofollow"&gt;http://ns.adobe.com/air/framework/update/configuration/1.0&lt;/a&gt;&lt;span&gt;" &amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: 'courier new', courier;"&gt;&lt;span&gt;&amp;nbsp; &amp;lt;url&amp;gt;&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://mydomain.com/updates/update.xml" rel="nofollow"&gt;http://mydomain.com/updates/update.xml&lt;/a&gt;&lt;span&gt;&amp;lt;/url&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: 'courier new', courier;"&gt;&amp;nbsp; &amp;lt;delay&amp;gt;1&amp;lt;/delay&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: 'courier new', courier;"&gt;&amp;nbsp; &amp;lt;defaultUI&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;dialog name="checkForUpdate" visible="true" /&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;dialog name="downloadUpdate" visible="true" /&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;dialog name="downloadProgress" visible="true" /&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;dialog name="installUpdate" visible="true" /&amp;gt;&amp;nbsp;&amp;nbsp;&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; &amp;lt;dialog name="fileUpdate" visible="true" /&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;dialog name="unexpectedError" visible="true" /&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: 'courier new', courier;"&gt;&amp;nbsp; &amp;lt;/defaultUI&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: 'courier new', courier;"&gt;&amp;lt;/configuration&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;&lt;span&gt;Any idea why I'm getting the error?&amp;nbsp; Every example I find online uses &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://ns.adobe.com/air/framework/update/configuration/1.0" rel="nofollow"&gt;http://ns.adobe.com/air/framework/update/configuration/1.0&lt;/a&gt;&lt;span&gt;.&amp;nbsp; Do I need to change this?&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a4b9a66b-26cb-41d2-b667-4851e5b15360] --&gt;</description>
      <pubDate>Tue, 07 May 2013 00:20:35 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/700731</guid>
      <dc:date>2013-05-07T00:20:35Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Compile speed tips for project with lots of helper files?</title>
      <link>https://forums.adobe.com/thread/700716</link>
      <description>&lt;!-- [DocumentBodyStart:24b77d55-3432-4516-82f7-cc9ed7c83179] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;My AIR project has a bunch of large helper files that are packaged with it. These helper files are included in the src folder, and hence cause my compile times to be real long when I'm just in dev mode since they keep getting deleted and copied over again to bin-debug (how and when Flash Builder decides to do this is mysterious to me).&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any quick tips on strategies to speed up the compile time in this circumstance? I started investigating using ANT, but I've read mixed reports about whether this can really speed up compile times or not.&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;p&gt;&lt;br/&gt;Daniel&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:24b77d55-3432-4516-82f7-cc9ed7c83179] --&gt;</description>
      <pubDate>Tue, 07 May 2013 00:20:35 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/700716</guid>
      <dc:date>2013-05-07T00:20:35Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Updating Native Applications</title>
      <link>https://forums.adobe.com/thread/700693</link>
      <description>&lt;!-- [DocumentBodyStart:59a321df-4d61-4fe4-bffb-e16f2becdfe2] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I know that the update framework is not supposed to work with native applications, but is it possible to update a native Adobe AIR application using a .air file?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This is based on the assumption that .air files are basically archive files and that the update framework just updates the application files with those in the .air file.&amp;nbsp; If this is true then it seems that it would be possible to update an AIR application that was installed as a native application with a .air file.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The alternative I can see is rolling my own framework, which is actually not too complicated except security restrictions prevent me from overwriting files in air.File.applicationDirectory. &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:59a321df-4d61-4fe4-bffb-e16f2becdfe2] --&gt;</description>
      <pubDate>Tue, 07 May 2013 00:20:35 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/700693</guid>
      <dc:date>2013-05-07T00:20:35Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to set moveCursor for DragManager</title>
      <link>https://forums.adobe.com/thread/701369</link>
      <description>&lt;!-- [DocumentBodyStart:18b383c2-005f-4d4b-a72a-d8eb1a6d9c00] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;How can I set moveCursor style for DragManager. Similar to the one at the following link. Its for Flex but I need it for AIR.&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://flexcoe.com/LearnFlex.aspx?ID=34&amp;amp;cat=FLEX%20TUTORIALS" rel="nofollow"&gt;http://flexcoe.com/LearnFlex.aspx?ID=34&amp;amp;cat=FLEX%20TUTORIALS&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:18b383c2-005f-4d4b-a72a-d8eb1a6d9c00] --&gt;</description>
      <pubDate>Tue, 07 May 2013 00:20:35 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/701369</guid>
      <dc:date>2013-05-07T00:20:35Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Handling JavaScript Window Status Update..</title>
      <link>https://forums.adobe.com/thread/697675</link>
      <description>&lt;!-- [DocumentBodyStart:2c21317e-c988-4da1-91bf-b414381c8b4a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;div&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am developing a Flex/AIR application which renders HTML content from financial based system.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have created a subclass of the HTMLHost class in order to handle Javascript events such as window.open().&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This works well, but the web application in question stores session information with in the window status. I am having trouble to reflect this in my AIR native windows. Is it possible to make the status bar visible and display the data sent from Javascript? &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;My HTMLHost subclass is as follows;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;p&gt;package&lt;/p&gt;&lt;p&gt;{&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;import flash.display.NativeWindow;&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;import flash.display.NativeWindowInitOptions;&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;import flash.display.NativeWindowType;&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;import flash.display.StageScaleMode;&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;import flash.geom.Rectangle;&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;import flash.html.*;&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;import flash.net.URLRequest;&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;&lt;span&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;public class HtmlHost extends HTMLHost&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;{&lt;span&gt; &lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;public var htmlControl:HTMLLoader;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;public function HtmlHost(defaultBehaviors:Boolean=true)&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;{&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;super(defaultBehaviors);&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;override public function createWindow(windowCreateOptions:HTMLWindowCreateOptions):HTMLLoader&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;{&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;var initOptions:NativeWindowInitOptions = new NativeWindowInitOptions();&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;initOptions.minimizable = false;&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;initOptions.type = NativeWindowType.UTILITY;&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;var bounds:Rectangle = new Rectangle(&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;windowCreateOptions.x,&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;windowCreateOptions.y, &lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;windowCreateOptions.width,&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;windowCreateOptions.height);&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;var htmlControl:HTMLLoader = HTMLLoader.createRootWindow(true, initOptions, windowCreateOptions.scrollBarsVisible, bounds);&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;htmlControl.htmlHost = new HtmlHost();&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;htmlControl.stage.nativeWindow.alwaysInFront = true;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;return htmlControl;&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;}&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;override public function updateTitle(title:String):void&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;{&lt;span&gt; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;trace ("TITLE UPDATE");&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;trace (title);&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;htmlLoader.stage.nativeWindow.title = title;&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;override public function updateLocation(locationURL:String):void&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;{&lt;span&gt; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;trace ("LOCATION UPDATE");&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;trace(locationURL);&lt;/p&gt;&lt;p&gt;htmlLoader.load(new URLRequest(locationURL));&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;override public function updateStatus(status:String):void&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;{&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;trace ("STATUS UPDATE");&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;trace(status);&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;override public function windowClose():void&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;{&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;htmlLoader.stage.nativeWindow.close();&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;}&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;}&lt;/p&gt;&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;Any help would be greatly appreicated!&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;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Oliver&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2c21317e-c988-4da1-91bf-b414381c8b4a] --&gt;</description>
      <pubDate>Tue, 07 May 2013 00:20:35 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/697675</guid>
      <dc:date>2013-05-07T00:20:35Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>List of "See Also" topics displays at top of page in FF and Safari</title>
      <link>https://forums.adobe.com/thread/697632</link>
      <description>&lt;!-- [DocumentBodyStart:3061294c-1871-4148-a83d-e26396cb0de7] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am generating the Browser based help output for Air. My "see also" pop up displays beside the button in ie but disappears somewhere near the top of the page in firefox and safari.&amp;nbsp; How do I get it to display correctly?&amp;nbsp; Thanks &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3061294c-1871-4148-a83d-e26396cb0de7] --&gt;</description>
      <pubDate>Tue, 07 May 2013 00:20:35 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/697632</guid>
      <dc:date>2013-05-07T00:20:35Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Find size of StorageVolume?</title>
      <link>https://forums.adobe.com/thread/682918</link>
      <description>&lt;!-- [DocumentBodyStart:67585e6b-e15c-49c9-b58d-7cae780d0b1f] --&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 can find spaceAvailable of StorageVolume using "&lt;strong&gt;storageVolume.rootDirectory.spaceAvailable&lt;/strong&gt;&lt;span&gt;".&lt;/span&gt;&lt;br/&gt;Is it possible to find size of StorageVolume?&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;p&gt;Bala.S&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:67585e6b-e15c-49c9-b58d-7cae780d0b1f] --&gt;</description>
      <pubDate>Tue, 07 May 2013 00:20:35 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/682918</guid>
      <dc:date>2013-05-07T00:20:35Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>10</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Looking to hire developer for small application</title>
      <link>https://forums.adobe.com/thread/695555</link>
      <description>&lt;!-- [DocumentBodyStart:5341d5b3-47b9-49b7-ba89-ece723e8fe4f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am looking for somebody who can make a photography related application for our company.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Can you help?&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;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Brian&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5341d5b3-47b9-49b7-ba89-ece723e8fe4f] --&gt;</description>
      <pubDate>Tue, 07 May 2013 00:20:35 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/695555</guid>
      <dc:date>2013-05-07T00:20:35Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Create xml namespace</title>
      <link>https://forums.adobe.com/thread/701325</link>
      <description>&lt;!-- [DocumentBodyStart:de784203-813c-4a47-827e-8d853e770c04] --&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 style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;p&gt;"&amp;lt;?xml version=\"1.0\"?&amp;gt;&amp;lt;D:searchrequest xmlns:D = \"DAV:\"&amp;gt;" &lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;+ "&amp;lt;D:sql&amp;gt;SELECT \"urn:schemas:httpmail:sendername\" , \"urn:schemas:httpmail:subject\"," &lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;+ " \"urn:schemas:mailheader:from\", \"urn:schemas:httpmail:datereceived\" ," &lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;+ " \"urn:schemas:httpmail:date\", \"urn:schemas:httpmail:textdescription\" ," &lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;+ "\"urn:schemas:httpmail:htmldescription\" ," + " \"DAV:id\"" + ", \"DAV:href\"" &lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;+ ", \"urn:schemas:httpmail:hasattachment\"" + ", \"urn:schemas:httpmail:read\"" &lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;+ ", \"urn:schemas:httpmail:attachmentfilename\"" + ", \"urn:schemas:httpmail:to\"" &lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;+ ", \"urn:schemas:httpmail:priority\"" + ", \"urn:schemas:httpmail:importance\"" &lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;+ ", \"urn:schemas:httpmail:cc\"" + ", \"urn:schemas:httpmail:bcc\"" + " FROM \"" &lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;+ "&lt;/span&gt;&lt;a class="jive-link-external-small" href="https://server/Exchange/username/Inbox" rel="nofollow"&gt;https://server/Exchange/username/Inbox&lt;/a&gt;&lt;span&gt;" + "\"" &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;+ " WHERE \"DAV:ishidden\" = false AND \"DAV:isfolder\" = false" &lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;+ " AND \"urn:schemas:httpmail:datereceived\" &amp;gt; CAST(\"" + "2010-08-16" &lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;+ "\" as 'dateTime.tz')" + " ORDER BY \"urn:schemas:httpmail:datereceived\" ASC" &lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;+ " &amp;lt;/D:sql&amp;gt;&amp;lt;/D:searchrequest&amp;gt;";&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have to generate this structure as xml.&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; Thanks in advance.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:de784203-813c-4a47-827e-8d853e770c04] --&gt;</description>
      <pubDate>Tue, 07 May 2013 00:20:35 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/701325</guid>
      <dc:date>2013-05-07T00:20:35Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>AIR and local Postgres DB?</title>
      <link>https://forums.adobe.com/thread/702120</link>
      <description>&lt;!-- [DocumentBodyStart:3fafc13b-fa66-4cdf-b0c3-6395f727f56c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm writing an AIR app that will interact with a local Postgres DB that can be connect to through 127.0.0.1.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is there any way to do this through AIR?&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:3fafc13b-fa66-4cdf-b0c3-6395f727f56c] --&gt;</description>
      <pubDate>Tue, 07 May 2013 00:20:34 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/702120</guid>
      <dc:date>2013-05-07T00:20:34Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>AIR app works in windows, not mac/linux</title>
      <link>https://forums.adobe.com/thread/701762</link>
      <description>&lt;!-- [DocumentBodyStart:c7dae0b4-65d1-4272-8b6d-4f35d3d92a6f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi All,&lt;/p&gt;&lt;p&gt;I developed an app and I am having the strangest problem where it works fine in windows, but not on the mac/linux platform.&amp;nbsp; It's an image manipulation program where the user loads images into the AIR app from their local file system.&amp;nbsp; Here's the workflow:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;user clicks button that opens file browser&lt;br/&gt;&lt;/li&gt;&lt;li&gt;user selects an image file&lt;/li&gt;&lt;li&gt;the selected image is loaded onto the stage into a movie clip&lt;/li&gt;&lt;li&gt;..other magical things happen to the image&lt;/li&gt;&lt;/ul&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When I use the app in Windows, I can select an image from the file browser and it's added to the stage.&amp;nbsp; When using mac/linux, I can select a file, but it is not added to the stage.&amp;nbsp; Here is code dealing with selecting the image file and loading it onto the stage:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;/////&amp;nbsp; START CODE //////&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #3366ff;"&gt;var&lt;/span&gt; selectedImage&lt;span style="color: #3366ff;"&gt;:File = new File();&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;//This holds the location of the file that will be selected using the file browser&lt;/span&gt;&lt;br/&gt;controlPanel.select_but.&lt;span style="color: #3366ff;"&gt;addEventListener&lt;/span&gt;(&lt;span style="color: #3366ff;"&gt;MouseEvent.MOUSE_UP&lt;/span&gt;, &lt;strong&gt;selectImageFile&lt;/strong&gt;); &lt;span style="color: #ff0000;"&gt;//Event listener to open file browser from button press&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="color: #ff0000;"&gt;//This function opens the file browser&lt;/span&gt;&lt;br/&gt;&lt;span style="color: #3366ff;"&gt;function&lt;/span&gt; &lt;strong&gt;selectImageFile(&lt;/strong&gt;e:&lt;span style="color: #3366ff;"&gt;MouseEvent&lt;/span&gt;):&lt;span style="color: #3366ff;"&gt;void&lt;/span&gt; { &lt;br/&gt;&amp;nbsp;&amp;nbsp; &lt;span style="color: #3366ff;"&gt; var &lt;/span&gt;imgFilter:&lt;span style="color: #3366ff;"&gt;FileFilter = new FileFilter&lt;/span&gt;(&lt;span style="color: #99cc00;"&gt;"Images", "*.png;*.jpg;*.bmp"&lt;/span&gt;); &lt;span style="color: #ff0000;"&gt;//Only show image files&lt;/span&gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; selectedImage.&lt;span style="color: #3366ff;"&gt;browseForOpen&lt;/span&gt;(&lt;span style="color: #99cc00;"&gt;"Open"&lt;/span&gt;, [imgFilter]); &lt;span style="color: #ff0000;"&gt;//Open file browser&lt;/span&gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; selectedImage.&lt;span style="color: #3366ff;"&gt;addEventListener&lt;/span&gt;(&lt;span style="color: #3366ff;"&gt;Event.SELECT&lt;/span&gt;,&lt;strong&gt; fileSelected&lt;/strong&gt;); &lt;span style="color: #ff0000;"&gt;//When user selects file, run fileSelected function&lt;/span&gt;&lt;br/&gt;}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #ff0000;"&gt;//This function passes the location of the selected file to the loadimage function&lt;/span&gt;&lt;br/&gt;&lt;span style="color: #3366ff;"&gt;function&lt;/span&gt;&lt;strong&gt; fileSelected&lt;/strong&gt;(event:&lt;span style="color: #3366ff;"&gt;Event&lt;/span&gt;):&lt;span style="color: #3366ff;"&gt;void &lt;/span&gt;{ &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;strong&gt;loadImage&lt;/strong&gt;(&lt;span style="color: #3366ff;"&gt;selectedImage.nativePath&lt;/span&gt;);&lt;br/&gt;}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #3366ff;"&gt;var&lt;/span&gt; imageLoader:&lt;span style="color: #3366ff;"&gt;Loader&lt;/span&gt;;&lt;span style="color: #ff0000;"&gt; //Create loader object to hold selected image.&amp;nbsp; We are using loader because we need to get properties from the loaded clip that are only accessible on the clip is loaded.&amp;nbsp; loader class allows us to assign event.COMPLETE listener&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #ff0000;"&gt;//Load selected image into loader&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #3366ff;"&gt;function &lt;/span&gt;&lt;strong&gt;loadImage&lt;/strong&gt;(&lt;span style="color: #000000;"&gt;url:&lt;span style="color: #3366ff;"&gt;String&lt;/span&gt;&lt;/span&gt;):&lt;span style="color: #3366ff;"&gt;void&lt;/span&gt; {&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; imageLoader = &lt;span style="color: #3366ff;"&gt;new Loader()&lt;/span&gt;;&lt;span style="color: #ff0000;"&gt;//Create new loader&lt;/span&gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; imageLoader.&lt;span style="color: #3366ff;"&gt;load&lt;/span&gt;(&lt;span style="color: #3366ff;"&gt;new URLRequest&lt;/span&gt;(url));&lt;span style="color: #ff0000;"&gt;//load the selected image&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: #3366ff;"&gt;var&lt;/span&gt; imageClip:&lt;span style="color: #3366ff;"&gt;MovieClip = new MovieClip()&lt;/span&gt;;&lt;span style="color: #ff0000;"&gt;//Create movie clip to hold the loader&lt;/span&gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; imageClip.&lt;span style="color: #3366ff;"&gt;addChildAt&lt;/span&gt;(imageLoader,0); &lt;span style="color: #ff0000;"&gt;//Place loader into movie clip.&amp;nbsp; Dont add the movie clip to the stage until the image is loaded&lt;/span&gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; imageLoader.&lt;span style="color: #3366ff;"&gt;contentLoaderInfo.addEventListener&lt;/span&gt;(&lt;span style="color: #3366ff;"&gt;Event.COMPLETE&lt;/span&gt;, &lt;strong&gt;imageLoaded&lt;/strong&gt;);&lt;span style="color: #ff0000;"&gt;//add event listener that tells us when image is loaded&lt;/span&gt;&lt;br/&gt;}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #ff0000;"&gt;//Once image is loaded, add parent clip (imageClip) to stage&lt;/span&gt;&lt;br/&gt;&lt;span style="color: #3366ff;"&gt;function&lt;/span&gt; &lt;strong&gt;imageLoaded&lt;/strong&gt;(e:&lt;span style="color: #3366ff;"&gt;Even&lt;/span&gt;t):&lt;span style="color: #3366ff;"&gt;void&lt;/span&gt; { &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; clipHolder.&lt;span style="color: #3366ff;"&gt;addChild&lt;/span&gt;(&lt;span style="color: #3366ff;"&gt;e.target.content.parent.parent as MovieClip&lt;/span&gt;);&lt;/p&gt;&lt;p&gt;&lt;span style="color: #ff0000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //The reason i am using the event.complete listener is because I need to access properties from the loaded clip that can't be accessed until it's loaded.&lt;/span&gt;&lt;br/&gt;}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;///// END CODE ////&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;...As I mentioned earlier, this works perfectly in windows, but not mac/linux.&amp;nbsp; Can anyone offer any insight as to why this may be the case?&amp;nbsp; One theory that I have is that the&lt;strong&gt; imageClip&lt;/strong&gt; is getting cleaned up before it is getting added to the stage via the &lt;strong&gt;imageLoaded&lt;/strong&gt; function.&amp;nbsp; Thanks very much for taking a look!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c7dae0b4-65d1-4272-8b6d-4f35d3d92a6f] --&gt;</description>
      <pubDate>Tue, 07 May 2013 00:20:34 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/701762</guid>
      <dc:date>2013-05-07T00:20:34Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>AIR EmailClient</title>
      <link>https://forums.adobe.com/thread/691949</link>
      <description>&lt;!-- [DocumentBodyStart:223fd3ee-2fef-4311-81f6-fde93c688abc] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi All,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have to develop AIR Email Client,it has to communicate with server.&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; I am using URLRequest to sending the request and getting back the session id and cadata.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Problem is am not able to get the inbox data in xml format.&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; Is there any other way to communicate with server to fetch the inbox data.&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; Any help is really appreciated,&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; Thanks in advance.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:223fd3ee-2fef-4311-81f6-fde93c688abc] --&gt;</description>
      <pubDate>Tue, 07 May 2013 00:20:34 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/691949</guid>
      <dc:date>2013-05-07T00:20:34Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>File Locking</title>
      <link>https://forums.adobe.com/thread/703328</link>
      <description>&lt;!-- [DocumentBodyStart:5f002d3f-e070-4ef9-a961-ec4688287c7d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;Hello all:&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;I have a directory with several zipped files.&amp;nbsp; I am looping through the zipped files and HTTPing them to a remote server using URLRequest. So far so good.&amp;nbsp; Now I want to delete the file I just sent.&amp;nbsp; If I just try to delete them in the loop using someFileName.deleteFile() I get an error as Flex is trying to delete before the file transfer is complete.&amp;nbsp; So I want to monitor the Event.COMPLETE event and only delete the file when it is true.&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;But I cannot seem to figure out a way to do this.&amp;nbsp; It seems I need to pass in the file name for the current file in the loop to the addEventListener function but how?&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;All brilliance appreciated - thanks!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5f002d3f-e070-4ef9-a961-ec4688287c7d] --&gt;</description>
      <pubDate>Tue, 07 May 2013 00:20:34 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/703328</guid>
      <dc:date>2013-05-07T00:20:34Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Can Air 2 run on Windows XP Embedded?</title>
      <link>https://forums.adobe.com/thread/703566</link>
      <description>&lt;!-- [DocumentBodyStart:ab554f1c-0adb-4fdc-859a-707d88eb5f8a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;I have developed an Air program, which works fine on Windows XP.&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;Once I shifted to Windows XP Embedded, it crashed after running for a certain time.&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;Here are some screen captures that indicated crash happened due to the failure of Adobe Air.dll&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;Any ideas?&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-3065485-38312/error3.JPG"&gt;&lt;img alt="error3.JPG" class="jive-image" height="448" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-3065485-38312/error3.JPG" width="399"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-3065485-38313/error1.JPG"&gt;&lt;img alt="error1.JPG" class="jive-image" height="446" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-3065485-38313/error1.JPG" width="402"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-3065485-38311/error2.JPG"&gt;&lt;img alt="error2.JPG" class="jive-image" height="447" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-3065485-38311/error2.JPG" width="404"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ab554f1c-0adb-4fdc-859a-707d88eb5f8a] --&gt;</description>
      <pubDate>Tue, 07 May 2013 00:20:34 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/703566</guid>
      <dc:date>2013-05-07T00:20:34Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>application just shows 1 to 5 dots animation</title>
      <link>https://forums.adobe.com/thread/703861</link>
      <description>&lt;!-- [DocumentBodyStart:1cbb0e55-72eb-4088-827e-54cb92eb9600] --&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 tried to install my application on another pc. After installing Air, installing my application and run it it showed some strange behavior. It just shows an animation of one to five dots in the middle of the screen and does nothing.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I still use a testversion of flash CS5.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What whould be the reason for this behavior? Is it because the PC is offline or because I use file access?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;TIA&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1cbb0e55-72eb-4088-827e-54cb92eb9600] --&gt;</description>
      <pubDate>Tue, 07 May 2013 00:20:34 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/703861</guid>
      <dc:date>2013-05-07T00:20:34Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Need Help for AIR Email Application</title>
      <link>https://forums.adobe.com/thread/704497</link>
      <description>&lt;!-- [DocumentBodyStart:a8d09f8d-675e-47ea-98b4-7dce94aead0f] --&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;&lt;p class="MsoNormal" style="line-height: normal;"&gt;I&amp;#8217;m a beginner to Adobe AIR.&lt;/p&gt;&lt;p class="MsoNormal" style="line-height: normal;"&gt;My new assignment is to create an AIR Application which works like MS Outlook with minimal features like compose mail, inbox, send items and contact details.&lt;/p&gt;&lt;p class="MsoNormal" style="line-height: normal;"&gt;&lt;span&gt; &lt;/span&gt;With the help of some server side script (like PHP, CF) I can make it work. But My TL asked me to communicate directly with mail server through AIR.&lt;/p&gt;&lt;p class="MsoNormal" style="line-height: normal;"&gt;I googled for a week for some tutorial to help me, But I can&amp;#8217;t find anything useful.&lt;/p&gt;&lt;p class="MsoNormal" style="line-height: normal;"&gt;Is there any way to communicate directly with web server and list the Inbox, Outbox, and Contact details&amp;hellip;? If so, please help me to find the solution&amp;hellip;&lt;/p&gt;&lt;p class="MsoNormal" style="line-height: normal;"&gt; Thanks In Advance&lt;/p&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a8d09f8d-675e-47ea-98b4-7dce94aead0f] --&gt;</description>
      <pubDate>Tue, 07 May 2013 00:20:34 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/704497</guid>
      <dc:date>2013-05-07T00:20:34Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How works URLRequestDefaults.idleTimeout</title>
      <link>https://forums.adobe.com/thread/704634</link>
      <description>&lt;!-- [DocumentBodyStart:799e0e56-dcbc-4d8a-88bb-ba5667e4d1bf] --&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;From documentation&lt;/p&gt;&lt;p&gt;&lt;blockquote class="jive-quote"&gt;&lt;p&gt;The idle timeout is the amount of time (in milliseconds) that the client waits for a response from the server, after the connection is established, before abandoning the request.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This defines the default idle timeout used by the URLRequest or HTMLLoader object. Setting the &lt;code&gt;idleTimeout&lt;/code&gt;property in a URLRequest object or an HTMLLoader object overrides this default setting.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When this property is set to 0 (the default), the runtime uses the default idle timeout value defined by the operating system. The default idle timeout value varies between operating systems (such as Mac OS, Linux, or Windows) and between operating system versions.&lt;/p&gt;&lt;/blockquote&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How correctly it works?&lt;/p&gt;&lt;p&gt; 1. AIR waits idleTimeout milliseconds for first bytes server response and reset timeout?&lt;/p&gt;&lt;p&gt;Or&lt;/p&gt;&lt;p&gt; 2. AIR waits idleTimeout milliseconds for whole bytes server response?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:799e0e56-dcbc-4d8a-88bb-ba5667e4d1bf] --&gt;</description>
      <pubDate>Tue, 07 May 2013 00:20:34 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/704634</guid>
      <dc:date>2013-05-07T00:20:34Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>HTTPService  and URLoader gives steam error in Air 2.0</title>
      <link>https://forums.adobe.com/thread/665128</link>
      <description>&lt;!-- [DocumentBodyStart:c6d8e234-fbed-4fd2-acf5-10298475d897] --&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;we have a HTTPService call to server url which returns data in xml format in response. The server call normally takes more than 2 mins to process..&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The service call returns with a fault (Error #2032: Stream Error).&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It worked fine in 1.5 but with release of 2.0 it started giving steram error even for HTTP calls. We changed our code to Air 2.0 and used&lt;/p&gt;&lt;p&gt;URLRequestDefaults.idleTimeout = 1200000;&lt;/p&gt;&lt;p&gt;to set all requests a default IdleTime out.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;But still this doesn't seem to work correctly. It returns fine some times but goes to Fault most of the times.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This issue is kind of critical as it has made our app unusable.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any thoughts or ideas ?&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;Brijesh&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c6d8e234-fbed-4fd2-acf5-10298475d897] --&gt;</description>
      <pubDate>Tue, 07 May 2013 00:20:34 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/665128</guid>
      <dc:date>2013-05-07T00:20:34Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>20</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>adobe air and window.close()</title>
      <link>https://forums.adobe.com/thread/704797</link>
      <description>&lt;!-- [DocumentBodyStart:e7014f3d-1b07-4051-8f65-4a320b9541a9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi all. I have a simple task to do but I reall don't know how to do this. I created Full screen Adobe Air application which does window.location='&lt;a class="jive-link-external-small" href="http://example.com/" rel="nofollow"&gt;http://example.com&lt;/a&gt; to external page just in a tag. The problem is that I can't close Air application from that page using window.close(); - just doesn't work. If I load &lt;a class="jive-link-external-small" href="http://example.com/" rel="nofollow"&gt;http://example.com&lt;/a&gt; into and put a window.close() button after tag it works no problem at all. Anyway I can't use as &lt;a class="jive-link-external-small" href="http://example.com/" rel="nofollow"&gt;http://example.com&lt;/a&gt; use frames and it stops working properly when loaded to . Could you please help me with that. I hope you understand what I wrote. Please help.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e7014f3d-1b07-4051-8f65-4a320b9541a9] --&gt;</description>
      <pubDate>Tue, 07 May 2013 00:20:33 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/704797</guid>
      <dc:date>2013-05-07T00:20:33Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>SSL Certificate Issue</title>
      <link>https://forums.adobe.com/thread/706052</link>
      <description>&lt;!-- [DocumentBodyStart:3260a67a-4bdd-4145-be39-8d879fce6577] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi all,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am getting the SSL certificate Alert, when i use https.I added the certificate to Trusted Publisher but no use.&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; I need to add or make the certificate as valid.&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; I&amp;nbsp; want to disable the certificate Alert message. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; please anyone help me.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3260a67a-4bdd-4145-be39-8d879fce6577] --&gt;</description>
      <pubDate>Tue, 07 May 2013 00:20:33 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/706052</guid>
      <dc:date>2013-05-07T00:20:33Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to get an event on Air Application uninstallation</title>
      <link>https://forums.adobe.com/thread/706795</link>
      <description>&lt;!-- [DocumentBodyStart:738c5376-4e12-43fa-a4fc-61ea7091f47b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi Friends&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; is there any way to get an event on Appliation uninstallation.Actually i want to cleared my shared object when i uninstall the application.Also want to remove the application from system tray during uninstallation of application.so please tell me any way or logic for the same.&lt;/p&gt;&lt;p&gt;&lt;br/&gt;tell me wheather it is possible in Adobe Air or not.i am using Adobe flash builder 4 and Adobe air 2.0.Waiting for reply.&lt;span aria-label="Confused" class="emoticon-inline emoticon_confused" style="height:16px;width:16px;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks and Regards&lt;/p&gt;&lt;p&gt;&amp;nbsp; Vineet Osho&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:738c5376-4e12-43fa-a4fc-61ea7091f47b] --&gt;</description>
      <pubDate>Tue, 07 May 2013 00:20:33 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/706795</guid>
      <dc:date>2013-05-07T00:20:33Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Installing Air applicaton on offline PC</title>
      <link>https://forums.adobe.com/thread/706825</link>
      <description>&lt;!-- [DocumentBodyStart:3cdab358-045c-4290-8ec4-8c7b7257d486] --&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;is it possible to install an Air applicaton on an PC that is offline?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I had problems with one of my PCs and noticed that if it was once online my applicaton runs. This is fine but may be a bit uncomfortable on the cusoms PC.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;TIA&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3cdab358-045c-4290-8ec4-8c7b7257d486] --&gt;</description>
      <pubDate>Tue, 07 May 2013 00:20:33 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/706825</guid>
      <dc:date>2013-05-07T00:20:33Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>as3xls witht javascript</title>
      <link>https://forums.adobe.com/thread/707647</link>
      <description>&lt;!-- [DocumentBodyStart:2b9036b6-957a-4947-b9ec-0ca47995b2b8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello People , &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;i m tring to generate excel file with air using&amp;nbsp; the as3xls&amp;nbsp; library.&lt;/p&gt;&lt;p&gt;But i m still getting the error window,runtime.com.as3xls.xls.Sheet[] is not&amp;nbsp; a counstructor ? &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;any idea ?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;is there another lib a i can use with javascript ?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks and Greets&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;E&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2b9036b6-957a-4947-b9ec-0ca47995b2b8] --&gt;</description>
      <pubDate>Tue, 07 May 2013 00:20:33 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/707647</guid>
      <dc:date>2013-05-07T00:20:33Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>how to do scrolling in air application</title>
      <link>https://forums.adobe.com/thread/707716</link>
      <description>&lt;!-- [DocumentBodyStart:90637d79-d901-4a1e-a857-1251f3d96602] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;can you help me for scrolling in my air application&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:90637d79-d901-4a1e-a857-1251f3d96602] --&gt;</description>
      <pubDate>Tue, 07 May 2013 00:20:33 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/707716</guid>
      <dc:date>2013-05-07T00:20:33Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to retrieve a list of all windows running/open.</title>
      <link>https://forums.adobe.com/thread/708082</link>
      <description>&lt;!-- [DocumentBodyStart:aadf930c-ea09-4c0e-a36c-89d1f3181151] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi All,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;A few years ago I created a very small app using Flash and a product called Zinc (it used to be reasonably priced). The app could use a Zinc command that gave me a list of all open windows in the system, and tell me the system's window ID for the current one in focus. I then had my own, basic actionscript timer that would time how long the window was in focus, then reset the timer and start over when another program window was opened, launched or alt-tabbbed/cmmnd-tabbed into focus.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This app did not just track it's own windows but ALL windows from any other application in the system, browser tab windows, multiple windows opened up in photoshop, and anything else you could open on the system. I used it as a simple timer to help track how long I was really spending on projects vs. say, my browser's gmail window (very useful!).&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I switched over to AIR for desktop dev (much happier with it) but today I finally tried to recreate this much loved little app, but cannot for the life of me find the equivalent air. javascript version of: "mdm.System.getWindowList();" (can't find equivalent air actionscript function either - but I prefer to build core functionality of my AIR apps directly in javascript and just use Flash for display, passing it simple text and JSON strings).&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If it's not a single function, any script ideas on how I would achieve this in my AIR app?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for your time in considering a solution,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Tessa&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:aadf930c-ea09-4c0e-a36c-89d1f3181151] --&gt;</description>
      <pubDate>Tue, 07 May 2013 00:20:33 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/708082</guid>
      <dc:date>2013-05-07T00:20:33Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Understanding ActionScript 3</title>
      <link>https://forums.adobe.com/thread/710504</link>
      <description>&lt;!-- [DocumentBodyStart:d0367148-539e-4762-9218-0c0f88296952] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have spent hours trying to understand ActionScript 3.0&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've watched tutorials from Lynda.com and did more research reading blogs and conversations. I've downloaded ActionScript Reference document which by the way wasn't easy to find and can't make heads or tails of it.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I hear terms like "functions" and "EventListeners". Everything is so complicated and though I'm sure there is a logic to it I'm still trying to get a feel for it.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I want to be able to reference a dictionary and a grammar document for ActionScript 3. In other words, I would like to have a document designed to define the components and help me to write appropriate statements. Adobe's help files are so frustrating to use and are structured like a maze.&lt;/p&gt;&lt;p&gt;More often than not I hit a wall and can't find a solution.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I was told about Adobe Air and I've since downloaded it. I understand that it can do things that Flash alone can't. All I've wanted to do with Actionscript and Flash was to create a menu / catalogue of my movies that could also play my movie files in Windows Media Player. Adobe Air is supposed to make that possible but I can't refer to anything that makes sense to make it happen. I've played around with ActionScript 3 mind you and have gotten around understanding the language by copying and pasting code snipets. I don't like doing it this way because I feel it's like speaking in a foreign tongue not knowing what I'm talking about. It's also very limiting... I don't even see why Adobe doesn't provide more help to it's customers. &lt;span aria-label="Angry" class="emoticon-inline emoticon_angry" style="height:16px;width:16px;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've noticed that CS5's Flash actually comes with some code samples... seems like a no brainer to me that this should have been developed further.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span aria-label="Shocked" class="emoticon_shocked emoticon-inline" style="height:16px;width:16px;"&gt;&lt;/span&gt;&amp;nbsp; So my question is... how to understand ActionScript 3.0 - where to get definitions for the components and what are the rules or what is the structure of this language? I'm a graphic artist not a programmer but I can't get my projects off the ground until I master this stuff.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span aria-label="Confused" class="emoticon-inline emoticon_confused" style="height:16px;width:16px;"&gt;&lt;/span&gt; A little help please?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d0367148-539e-4762-9218-0c0f88296952] --&gt;</description>
      <pubDate>Tue, 07 May 2013 00:20:33 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/710504</guid>
      <dc:date>2013-05-07T00:20:33Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Register protocol handler</title>
      <link>https://forums.adobe.com/thread/24741</link>
      <description>&lt;!-- [DocumentBodyStart:25832583-9f2c-4f7c-b608-d07bf639a3c1] --&gt;&lt;div class="jive-rendered-content"&gt;Is it possible for an Adobe AIR app to register as a protocol
handler? The application we're working on will have the ability to
subscribe to feeds, so we'd like it to register with the OS so that
clicking on a "feed://" URL opens our app.
&lt;br/&gt;
&lt;br/&gt;Thanks,
&lt;br/&gt;Billy Mabray&lt;/div&gt;&lt;!-- [DocumentBodyEnd:25832583-9f2c-4f7c-b608-d07bf639a3c1] --&gt;</description>
      <pubDate>Tue, 07 May 2013 00:20:33 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/24741</guid>
      <dc:date>2013-05-07T00:20:33Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

