Join a global community of Adobe Air users and developers.
Recently active
Hi,this may have been ask several times, but what is the exact / best way to use custom fonts in an iOS app?It seems, that by using a lot of textfields, the app is not running smooth anymore. Is there some magic way that will restore performance? And still be able to use custom fonts? kind regards!
I am trying to intstall AfterEffects CS5 on my computer and I keep getting an error message that the program will only work on 64-bit system.I have a windows 7, 32-bit system. My question is will another version of Aftereffects work on my computer? For example will Aftereffects CS4 work?Please I need help in figuring this out.
I'm having problems installing Air. Log file below:[2011-09-12:11:46:20] Runtime Installer begin with version 2.7.1.19610 on Windows XP x86[2011-09-12:11:46:20] Commandline is: -arp:uninstall[2011-09-12:11:46:20] Installed runtime (2.7.1.19610) located at c:\Program Files\Common Files\Adobe AIR[2011-09-12:11:46:26] Starting runtime uninstall. Uninstalling runtime version 2.7.1.19610[2011-09-12:11:46:26] Uninstalling product with GUID {FDB3B167-F4FA-461D-976F-286304A57B2A}[2011-09-12:11:46:53] Runtime Installer end with exit code 0[2011-09-12:11:48:39] Runtime Installer begin with version 2.7.1.19610 on Windows XP x86[2011-09-12:11:48:39] Commandline is: [2011-09-12:11:48:39] No installed runtime detected[2011-09-12:11:48:44] Starting runtime install. Installing runtime version 2.7.1.19610[2011-09-12:11:48:44] Installing msi at c:\docume~1\george\locals~1\temp\air18.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}[2011-09-12:11:48:54] Could not create a file at C:\Document
Hello,I've created an app (*.aip) with the Publishing-Tool in Flash, which includes a video. This Video is fullscreen (1024x768), FLV coded, Bitrate is 2 Mbit/s. I have imported this Video to a flash file and placed it on the timeline. The problem on the iPad is - the video didn't run smooth.I tried to use the VideoPlayer-Object but its needs a URL-String. So I added a video file to the included files list in Publish Settings and add the following code.But this didn't work on the iPad.import flash.filesystem.File;import fl.video.*;var file:File = File.applicationDirectory.resolvePath("video_1.flv");var myVideo:VideoPlayer = new VideoPlayer();myVideo.load(file.url);addChild(myVideo);myVideo.height = 768;myVideo.width = 1024;myVideo.play();Is there another way to add videos to flash that will work on the iPad, and when yes, will it even run fluently?
I've tried every combination of Flex, Flash Builder, and AIR I can think of & have at my disposal, but I still have this problem.OSX LionFlash Builder 4.5 (CS5.5 installer)Flex 4.5.0AIR 2.7 runtime installedNew Mobile Project (tabbed) with tabs a, b, c. Accept all of the rest of the defaults from the wizard. Add a debug configuration targeting XoomDebugWhere the emulator normally comes up with my app, all I get is a white screenSee it in action here: http://vimeo.com/28179638 (password: "flex")Here's a screenshot of the firewall dialog that pops up but is quickly dismissed (not hidden behind any windows, I checked): http://skitch.com/fusiongrokker/fu7d5/screen-recording.movI downloaded the Flex 4.5.1 sdk, and my test app (new app from wizard) did the exact same thing.I upgraded to the AIR 3 beta 2 runtime and sdk, and my test app (new app from wizard) did the exact same thing.I uninstalled Flash Builder and AIR, reinstalled both, and my test app (new app from wizard) did the exact
According to http://forums.adobe.com/message/2874921 the AIR team is aware of the issue of the low webcam resolution in Air on Ubuntu.Is there any indication when a resolution will become available?Does this problem occur on other Linux distributions as well?I've confirmed the problem on Ubuntu 10.10 with the latest Air installer.
Strange problem here, we have an android app that was just published to the market yesterday. It installs fine on tablets, but when you install it on a phone it just opens to a black screen. If I plug the same phone into my comp and debug/publish from inside flash pro it installs on the phone and runs fine.. What could this be?
I wanted to run Adobe Support Adviser to help diagnosing a problem withthe Creative Suite 5 installer/uninstaller. To my surprise, after successfully installing Suppoort Adviser,when I ran it the task appeared in Windows Task Manager for a few seconds and then disappeared. Nothing was displayed.Searching on the web, I came across the tactic of putting a file named "debug" in the folder META-INF/AIR which, it says, causes AIR to pop up debug windows. So I put that "debug" file there and, to my surprise, Adobe Support Adviser then ran ok. No debug windows popped up.So, it seems I need this "debug" file in the META-INF/AIR folder, just to make AIR work for Adobe Support Adviser.What does this mean?Windows 7/64-bit
Hi all, I am just trying to get upto speed on using flash for ipad/iphone apps.Is there any way to see trace comments when testing an Air for IOS file in the flash authoring environment?Also how can you test multitouch input within flash?Thanks a tonJames.
This is my new app : six design calculators made with air 2.6they reac quite fasthave a loog for the free versionhttp://itunes.apple.com/us/app/calculator-free/id458571760?l=fr&ls=1&mt=8enjoy
Hi,I just finish my first iPad only app ( after a few iPhone app). I intend to create an android version.Do I just change settings in flash an upload it to android market ? or do I have to make some change... (stage an so on )If someone have some expérience in this issue Thanks.
Hi, PeopleIm Currently making a side scroller game for IOS and im using this peice of code on my main timeline..<AS>import flash.events.*;import flash.utils.*;import flash.display.MovieClip;import flash.ui.Multitouch;import flash.ui.MultitouchInputMode;import Classes.GlobalVaribles;Multitouch.inputMode = MultitouchInputMode.TOUCH_POINT;stop();var vy:Number;var vx:Number;var inAir:Boolean = false;MoneyText.text = "£: " + GlobalVaribles.Money;// set Default Valuesvy = 0;vx = 0;Player.gotoAndStop(1);// stage focus;stage.focus = stage;// add event listenersthis.addEventListener(Event.ENTER_FRAME,enterFrameHandler);// Movement Event Listeners;Attack_btn.addEventListener(TouchEvent.TOUCH_BEGIN,AttackBtnBegin);Attack_btn.addEventListener(TouchEvent.TOUCH_END,AttackBtnEnd);JumpBtn.addEventListener(TouchEvent.TOUCH_TAP,JumpBtnHandler);Change_DirectionRight.addEventListener(TouchEvent.TOUCH_BEGIN, RightBtnBegin);Change_DirectionRight.addEventListener(TouchEvent.TOUCH_END, RightBtnEnd);Chan
When I start up my app, my default.png file shows for about 1/2 a second, and then it goes to a black screen for about 10 seconds before my app loads.Why won't it just show the default screen for the whole loading time? I feel like 10 seconds is a long time for a user to be staring at a black screen. I'm afraid they'll think it's crashing or something.How can I fix it?
Hi,I am using a SharedObject as highscore list in my Andoid/IOS game, and every time I deploy to a device the SO/highscore is deleted;Will this allso happen if I make an update to my game in App Store/App market? and is there a way to avoid this?Would incrementing version number help?Brian
Hii hope im at right place writing this Anyway i was today going 2 publish my first iphone applications, to try it out. Was just an arrow you can turn with your finger, just to try it out.So i fixed everything on apples homepage (was not easy sins i got a pc with certificate and stuff)But when i try publish the app it takes maby 10-15 sec then i get error says java encountered and error and has 2 close? (java.exe has encountered a problem and needs to close. We are sorry for the inconvenience.)any ide what could be the prob.Using window xpFlash cs5.5
Hi, I am running XP and previously had Adobe AIR installed ok. I recently removed the install of Adobe AIR and have tried to reload it but get the below error message: "An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator." I have tried safe mode, registry cleaners, turning of the firewall, pop ups and anti-virus, to installing as an Administrator without luck and get exactly the same error message. I notice I am not alone after searching Google but haven’t found anything that works. I would really appreciate some guidance on what do next or from someone that has experienced the same issues. Many Thanks
I tried to follow all the instructions (http://developer.apple.com/ios/manage/distribution/index.action) properly but they were written for XCode and not Adobe. I have looked on Adobe's site but I can't find any information or documentation telling me what I'm doing wrong.I am using Flash CS 5.5 and AIR 2.7.In iTunes Connect under Provisioning -> Distribution I created a new Distribution Provisioning Profile. This I opened in AIR for iOS Settings -> Deployment -> Provisioning profile. Bundle IDs match.In iTunes Connect under Certificates -> Distribution I created a new Distribution Certificate. This I installed using Keychain Access.In Flash I continued using the same Developer Certificate (.p12 file) I had been using to test my app on my device.I downloaded and used Keychain to install the WWDR intermediate certificate.In Flash -> AIR for iOS Settings -> Deployment -> iOS deployment type I chose "Deployment - Apple App Store"I compiled the app and tried to upload
Hi,I spent my precious 2 days time to write an application (AIR-Android) which can play internet radio stations (streamed audio). Every thing worked great when I used 'Test Movie' or Ctrl+ENTER. But same is not working when I generated the .apk and installed on HTC Desire HD (running Android 2.2 and have AIR with latest updates).I have predefined few internet radio stations and clicking on the station name should start playing the radio. I have used the SoundChannel with 3 second buffering option. On the device application triggers the buffering event but never comes out of that or plays the audio.I have tried few things:1. Prepared a test file with only one station2. In publish settings --> Audio Stream set the bit rate to 24kbps which is same as that station is streamed3. Increased the script limit to 30 seconds4. Tried to use Security.allowDomain() which caused runtime error (3207 Application-sandbox content cannot access this feature)I used the station "http://stream.radiosai.ne
Hi,I want to show EULA for our app in native installer(for mac). How can i achieve this.Any Help/Suggestions in this regard would be great. Thanks in AdvanceRegardsSS Rishi
I cannot install the latest Adobe Air on XP sp3I get the following errorSorry, an error has occurred while installing Adobe Air. Installation may not be allowed by your administrator. Please contact your administrator.I AM the AdministratorI have uninstalled a previous version, hunted it out of the registry and off the hard drive, ran MS FIX-IT, rebootedAND ...It still won't install, giving me the same error.Can anyone PLEASE help with this?Thanks in advance
Please download the attached file to view this post
Hi,To my knowledge there is no default option to add an android splash screen in a flash cs5.5 project.There is a little bit of a delay before the image appears when first opening the app(1 to 2 seconds...no big deal)I read in the notes here that you can implement a splash screen in flexhttps://bugbase.adobe.com/index.cfm?event=bug&id=2948842So i was just curious, is there a splash screen delay when creating a flex project like there is in my AS3 projects from flash cs5.5?
HelloI´m testing an App for iPhone, and there is a part based in th accelerometer, Device Central is not working, so I´m trying to do a Remote Debug Session.I´ve checked in Publish Settings, in Flash Tab "Permit Debugging", I´ve published the App using Quick Publishing for device debugging,So, I star the App in the PC using Debug/ Begin Remote Debug Session/ ActionScript 3 ... and appears a message "Waiting for player to connect..."Then I run the App in the iPhone (which is in the same WiFi network than the PC) and the app ask me the IP or Host Name. I enter the IP of the PC but nothing happens, just ask the IP again ...Am I missing something?, please help ... Flash is driving me crazyThanks
HelloI'm using Windows 7 Home Premium (64-bit). I downloaded the latest version of adobe air but i can't install it. Everytime the installation beggins this message pop in: "An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator." Don't know how to fix this problem, so please help me. This is install log:[2011-09-10:09:36:11] Runtime Installer begin with version 2.5.1.17730 on Windows 7 x86[2011-09-10:09:36:11] Commandline is: -silent[2011-09-10:09:36:11] No installed runtime detected[2011-09-10:09:36:11] Starting silent runtime install. Installing runtime version 2.5.1.17730[2011-09-10:09:36:11] Installing msi at c:\users\robi\appdata\local\temp\air74b2.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}[2011-09-10:09:36:13] Runtime Installer end with exit code 0[2011-09-10:09:42:33] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86[2011-09-10:09:42:33] Commandline is: [2011-09-1
I want to add "Exit" button to my app, used this code:exit.addEventListener(MouseEvent.CLICK, exitHandler);function exitHandler(e:MouseEvent):void{ fscommand("quit"); } But it is not working, after click nothing happens.Are there any mistakes in code or other solution?
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.