Join a global community of Adobe Air users and developers.
Recently active
Has anyone loaded a HTML file thru webStageView, and then been able to call javascript functions embeded in the HTML through flash.I've seen references to using webStageViewBRIDGE but I think that has been depreciated.Below is a link to a Adobe tutorial doing this with the htmlLoader class and FLEX.Cross-scripting PDF content in an Adobe AIR applicationhttp://www.adobe.com/devnet/air/flex/quickstart/articles/scripting_pdf.htmlIf anyone has successfully been able to do this on the iPad, could you explain how it's done or provide a link to some documentation.Thanks...
I've seen a question similar to this, but the xml file was local. I need to do a URLRequest on an http address if it's possible.I know the as3 is good as it works when I export to swf and chuck it live somewhere, but exported to ios it doesn't. No errors when compiling, so impossible to debug.I have a crossdomain on the website that generates the xml to allow everything access, and I've both added Security.allowInsecureDomain("*"); and Security.allowDomain("*"); in the flash file. An the url is definitely correct and has http:// at the beginning.I'm at a bit of a loss as to what to try next. So any suggestions are very welcome!ThanksKev
Hello there,What is the best way to follow in order to make a lot of insert on a sqlite db?I ask because I noticed a great and unpredicatable slowdown on my Galaxy S when I make a lot of insert.I use an openAsync connection because I need to monitor what is happening.Everytime a row is created I increment a counter.It starts well, then after a 100 insert it slow down and nearly dies.Any suggestions?Thanks in advance
Has anyone out there recently and successfully managed to deploy an AIR>iOS app using the adhoc distribution method?I've been trying for hours but despite everything I keep getting the following alert:The app "" was not installed on the iPad "" because the entitlements are not valid.help!
I have a program that loads another swf that resides in another directory. In this 2nd swf, I need to create a new file object by calling new File(filename); This throws a Security Error. If both programs are in the same directory, it works fine.Are there any solutions to this?Thanks!
Hello,I see on the list of certified devices that the HTC MyTouch is listed. http://www.adobe.com/flashplatform/certified_devices/smartphones.htmlIt's not clear whether this implies support for the MyTouch 3G Slide. I have the Slide, and I have done the manual upgrade to 2.2.1 (Froyo). My phone can run Flash animations, so I think the 2.2.1 upgrade came with a built in Flash player of sorts.I cannot find the Adobe Air runtime in the Android Market, and I'm not able to install the runtime through adb on the command line either. Moreover, navigating to market.android.com on the phone in the browser and pulling up the AIR runtime displays an error that my device is not supported.I think the Slide has an ARM6 based processor, which could be the issue, but that doesn't explain why the MyTouch is listed in the certified devices. I undersand there are a few different MyTouch models, but I don't think any of them will be higher performance than the 3G Slide -- all of the MyTouch phones are ent
Hi,I am new in export flash to ipad. I tried to export my video as FLV for my ipad apps, it plays but its lagging or jerky.I had tried other formats like mp4, f4v, m4v or mov it just doesn't playWonder if anyone knows what video format to export for my ipad apps?Brucehttp://www.vmw.com.sg
Sorry if this was talked about already. I've tried looking but couldn't find anything on this topic.----------------------------------------------------------------------So I recently updated to the beta 2 iOS from apple.I'm now having issues installing apps on my device. What's happening is after the CS5.5 generates a .ipa file I drag it into iTunes. After iTunes has synced and everything looks good I look on my device and for some reason the app is only half way installed. The Blue loading bar just doesnt wan't to go 100%I using iTunes 10.5 beta 2 (I even tried going back to iTunes 10.5 beta 1). - Windows 7. I know they just released Wifi sync but thats only for Mac OS at the moment.Is anyone else having issues?ThanksTimothy
I'm trying to figure out how to write to a local CSV (or TXT) text file on the iPad. I've got UIFileSharingEnabled working--iTunes sees the app as available for file sharing. However, via FileStreram, I can't find where to save the file to? I've tried all the options I know of;* documentsDirectory* applicationDirectory* desktopDirectory* userDirectory* applicationStorageDirectory...but the file doesn't show up in iTunes. Anyone have any suggestions? You game developers must have this figured out for 'high-score' and preferences.Thanks
Hi guys, is there a way in AS3 how to detect the current song playing, for example I want to get the title of the music that is currently playing?
Hello,I have 2k+ of mp3 files and i need form playlist based on id3 tags. When i create air.Sound object in JS I run load() method and get ID3 tags in COMPLETE event handler. After that i create new Sound object for next file and all looks fine but near 900 file I get Out of memmory error. Whats wrong?Before create new object I set old variable value to NULL.
I'm developing a game with AIR 2.7 and have encountered a very rare and very bizarre issue where if the game is loading while my phone's screen is off (HTC Desire) landscape/GPU fullscreen can break and the game is displayed at 50% of fullscreen scale even though all Stage properties indicate the stage is the correct size.It's possible to recreate an instance of this issue by using the 'Debug Movie on Device via USB' with the phone's screen off and only unlocking it as the game is loading at the point the "[SWF] android_app.swf - 5863962 bytes after decompression" line has appeared in the Output panel.Photo of my phone showing this problem attached:By allowing Auto-orientation in publish settings I found that if this issue had occurred rotating the device instantly corrected it and fullscreen worked. That lead me to find that toggling stage.displayState between "normal" and "fullscreen" also cleared this issue.Here are the code snippets to highlight what I've added to prevent thi
Silent installation of my app works fine when the runtime is installed, as follows:<path>\MyApp.exe -silent -location "\"C:\Program Files\MyApp\"" -desktopShortcut -programMenuHowever, if the runtime is not installed, the invocation does nothing. I've also tried -eulaAccepted.Is it possible to silently install the app, yet if the runtime is not installed, initiate the runtime install automatically from adobe, preferably with a eula prompt for the user?Worst case, if the runtime must be bundled in the package, is a sidecar install supported for native installers?I should note, I cannot package the app as .air. The app uses NativeProcess and bundles an exe.Thanks.
Hi,I need to debug an AIR application from the terminal with adl. I currently have AIR 2.7 SDK and FLEX 4.1 SDK installed. I have double checked and reinstalled the SDK and PATH variables. In FB everything works its only in the terminal I am getting the errorinvalid application descriptor: descriptor version does not match runtime versionI have seen lots of posts about this and usually its some SDK configuration issue. Just to verify my descriptor is<application xmlns="http://ns.adobe.com/air/application/2.7">I have also tried<application xmlns="http://ns.adobe.com/air/application/2.7" minimumPatchLevel="19480">as the runtime installed version is<key>CFBundleVersion</key><string>2.7.0.19480</string>But if I am looking at the right runtime install?This is the same path I have for the SDK in FB where everything works. Anyone has any ideas?best,Jonas
I've noticed that mouse events like CLICK and MOUSE_DOWN work on the iPhone and iTouch devices. Is there a down side to using Mouse events instead of the Gesture and touch events?-dis
I am trying to create an update system of my Air program. The first application (release) is created in EXE (native installer). The new version is made to a Air file (AIR package). I get an error in the and of installation - An unexpected error occurred. Error# 16828 - Air Update.If I make the first releaseas as AIR package, then this error does not occur and the updates take place correctly.
I tried using tweetdeck earliear and found that the app doesn't work at all. I tried reinstalling the app and got an error- app reported "A download error occurred. Try to download again?". I did a full uninstall of tweetdeck and AIR. Right now I no longer have air in the system- when I go to:http://www.adobe.com/cfusion/marketplace/index.cfm?event=marketplace.offering&offeringid=10960&marketplaceid=1to download accuweather, I get the same error message. I've tried 2 different browsers and encountered the same problem.
Scenario:I have a Flex AIR desktop app. The app contains the HTML control. The HTML control loads a page that contains a Flash movie. The Flash movie contains a text box. Users enter text into the text box, but make a mistake and hit backspace.In AIR 2.5.x behavior is as expected. The last character in the text box is deleted and nothing else happens.In AIR 2.6.x the HTML control goes back to the previous page as long as the Flash movie has focus. I've failed in all attempts to stop the page load by catching the keypress (calling window.stop, returning false, cancelLoad in the Flex app, stop propagation, preventdefault, etc). And no way to set/clear the html.history since it's read only.1) Any ideas how to stop the page load?2) What changed in 2.6 to cause this behavior change (and I tested on 2.5 again to be sure it work then upon 2.6 upgrade it failed)?This is causing major problems.Thanks!
i need load a xml on a ios app .. to display image and sound..i heard the load functions are not allowed on ios appsthats true?
Hi Guys,I have been working on my second app and I am using scenes to separate the various elements, 4 in total, home and 3 simple game modes.First off does anyone use scenes? I remember reading most coders dont like scenes because they tend to cause problems, is this still true, is it true for apps? Should I just keep all of my stuff on one time line?Next off I am having a strange issue when going from scene to scene. The first mode runs smooth but as I go through other game modes and eventually get back to the first one it starts slowing down and the more I move around the app the more the performance seems to suffer. It feels like there are events still triggering in the background and they keep stacking adding up and slowing down the process. I use WeakRefrences and remove all the events I am aware of but it still seems to be some issue.And here is one I cant even wrap my head around, in one mode you tap a button and it runs an addChild function I have a multi touch event listener
I made an app with a resolution of 480x320 for iOS. It works quite well.I then remade it with a resolution of 960x640. In AIR for iOS settings I set Resolution to "High".The app looked great, however there was a noticeable drop in performance.The app functioned the same way as the original lower resolution app. but it was lagging.Has anyone else had this problem?Am I doing something wrong?
I have published an AIR app for iOS but am having trouble loading and playing a video file (flv container) locally from the applicationDirectory. I can load it fine from a server, but when i include it into the ipa and try to load from its path relative to the applicationDirectory (or applicationStorageDirectory for that matter) it does not load.Any ideas why..? Code below for creating the filepath, the video loads via netconnection/netstreamvar path:String = File.applicationDirectory.resolvePath("video/Clusta_Reel.flv").url; loadNewVideo(path); Thanks
I'm working on an app that frequently requires the user to enter numeric info. I'd love to let them bypass the step of having to click into the numeric keyboard and just launch it directly, is there someway to do that? Thanks in advance,Greg
Hello,I just wonder when the background audio playing feature will be implement?I feel like it is important feature to develop or nobody can develop music app for mobile with AIR.How can I submit the feature?Thanks
Hi all,anyone knows how to set the database path for sessionStorage for HTML5? I am loading the page in a stageWebview.if not, does anyone know where the session data is stored on the phone?
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.