.swf converting to .ipa for ipad using adt
Hi Respected, My goal is converting .swf file for mobile version .ipa. (I have .swf file with me which is some third person developed). For this i got info from adobe is , adt jar will help to do it....
View Article64 bit version of Adobe Air (Windows)
Hello We are developing an Adobe Air application on windows, but in our case we need lots of RAM, and a 32 bit system can not use much RAM. We would like to know if there is a 64 bit version of Adobe...
View ArticleDisplay webpage in Flash Professional
I was wondering is there an easy to display a web page in flash professional?
View Article[AIR/Desktop] StageWebView doesnt load remote URLs when rendermode is direct
Hey there, Im porting an CS6-AIR-App from IOS to Desktop, in the IOS-App, i use rendermode GPU, everything works fine.In the Desktop-App im using renderMode "direct" (no GPU mode selectable in CS6)....
View ArticleAdobe AIR available mobile platform
Sorry if this questions was asked before I am new to this forum and not fully understood how to search the forums for the information Hello All, I am interested in knowing what mobile platforms will...
View ArticleUnable to build valid certificate chain
Hi, I am trying to sign my AIR application using the Code Signing Certificate I got from Apple (iPhone Dev). I have Apple's Root Certificate and my certificate. I installed both and then exported my...
View ArticleHow to get response from URLRequest object in adobe air using javascript
How to display response from an object of a class URLRequest. I am able to srend the post information to server . But now i need a response that is printed by the server code. The URLRequest object if...
View ArticleHTMLLoader and clearing cookies
Hi there, I'm using air.HTMLLoader.createRootWindow to pop up a window to a user in an AIR application to ask them to authenticate with a third party service. I'd like to know where the window opened...
View ArticleRunas and Adobe Application Air 2.x?
Hello dear people, I have been found this trick of RUNASADMIN or EVELATEDPROCESS this url: http://www.sevenforums.com/tutorials/316-compatibility-mode.html Look Step: "OPTION THREE" and Manually in...
View ArticleChange button icon in AS3
I figured it would be simple to change an icon on the fly, like a label, using actionscript. But I'm not finding a way to do it. Suggestions.
View Articleno such table: sqlite_master
Hi,SQLConnection.open has created a new database. I can open it with a tool called SQLiteManand can execute this SQL:SELECT COUNT(type) AS nr FROM sqlite_master WHERE name='tableindex'which returns...
View ArticleInserting a date into the SQLite database...
I am having problems inserting a date into an sqlite database. Heres what I am doing://Setup a connectionvar conn:SQLConnection = new SQLConnection();var dbFile:File =...
View ArticleAutomatic startup of AIR application on Windows startup
Does AIR provide any mechanism to make my AIR application startup automatically when Windows starts up?
View ArticleAir Rename File
Ok before I start this one may be so obvious but I just can't find a simple way of doing it.I just need to know if there is a command, i assume in File, to rename a file? I can delete, copy, move etc...
View ArticleHow to protect my AIR app?
I was wondering if there was a Serial Number Coding (or anything equivalent) that could be built in my app so that i can protect my work against thef? Right now if i send a AIR installer of my app,...
View ArticleConverting from Blob to pdf problem
Dear allI have a small problem i hope someone can help me with. I wrote a code that saves a pdf in a database as blob, but when trying to retrieve this blob back and show it as a pdf i had a...
View ArticleGet mouse x and y position on screen
Hello, how is it possible to get the mouse x and y position on the whole screen? Thanks for your help
View Articleload local image display in air app
I am trying to load an image from the local file system, then diplay it in my air window. I don't have any problems getting the file reference from the open file dialog, problem is that I don't know...
View ArticleSQLite openAsync & loadSchema
Hi, I'm having trouble gathering schema information from a database i've opened asyncronously. I get the error Error #2044: Unhandled SQLErrorEvent:. errorID=3115, operation=schema , message=Error...
View Articlerestart AIR application
Hi I tried to create make an AIR app restart itself by clicking on a button, but I didn't find anything yet. The only thing I found is...
View Article