Tagged Questions
0
votes
1answer
21 views
IPA setup creation FAILED
I'm trying to build AwayPhysics for iOS.
But when i compiling release/ad-hoc or even (slow-debug) under FD:
Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
at ...
0
votes
0answers
13 views
Adobe AIR SharedObject - Android/iOS - On update not found
As the title states, my user's on iOS and Android are reporting their save data has been deleted when I push an update to the respected storefronts. The game saves and restores data properly on ...
1
vote
2answers
14 views
need to share documents created in ios-air-app with itunes
I created an adobe air based ios app, which creates a textfile ( a csv document to be precise ) I used:
var file:File = File.documentsDirectory.resolvePath(timestamp+".txt");
var stream:FileStream = ...
0
votes
0answers
32 views
Error #2036: Load Never Completed when loading an external SWF in iOs device
I've been fighting this problem for a couple of days without any progress so far.
I'm trying to load an external remote swf in an iPad device.
Here is the thing, I got this error: "Error #2036: Load ...
1
vote
2answers
33 views
Is there a way to not erase the documents directory when uninstalling the app?
I'm developing an AIR app for iPad, and I found that when I uninstall the app, the documents directory data gets erased, is there a way to keep this data even when I delete the app or this behavior is ...
0
votes
0answers
25 views
Bar, pie, bubble charts forAS3, AIR app for iOS and Andriod
I have been searching the internet for the last hour or so looking for a suitable suite of charts that can be used in a AS3/AIR app for mobile devices.
Commercial charts are fine too. I have used ...
0
votes
1answer
35 views
as3 ios app that has games running only on landscape and others only on portrait - is it possible?
I'm building an as3 iphone application that has a menu of games as a starter. I want some of these games to work only on landscape mode and the others - only on portrait mode. Is that possible? What ...
0
votes
0answers
21 views
Is it possible to connect a bluetooth attached in an electrical cirucit with Iphone using actionscript
My project is an external Arduino controller board which has a bluetooth chip. It transmits sensor data. So I need to receive this data on my iPhone. I already built a very simple native iOS app which ...
-4
votes
0answers
31 views
how to install freshplanet ANE [closed]
Hello I recently discovered freshplanet ANE https://github.com/freshplanet/ANE-Facebook which allows things such as facebook login on air. My problem is I do not know how to install it. I want to ...
0
votes
1answer
37 views
setInterval / setTimeout issue in iOS
I builded a basic avoider game. When I run the game in iOS, I'm having a problem with setInterval or setTimeout (i've tried both). Strange thing is that it works fine as a .swf, or an .apk, but not in ...
1
vote
0answers
64 views
AS3/AIR/IOS recording a video on iphone and save it into native gallery directly WITHOUT native UI
I'm developing an APP on iphone using as3,flash builder.
I'd like to know is this possible to record a video and save it into native gallery directly WITHOUT bump out the camera UI.
1.I've try ...
-2
votes
0answers
25 views
fase Boids in as3 api
im looking for an ultra fast Boids api for AS3, the goal in my project is to have at least 1000 boids at the same time on an iOS device, i have build my own Boids system but it's not fast enough and ...
0
votes
4answers
54 views
Reading Text File in ActionScript Moblie iOS App
I am trying to read from words from a text file in ActionScript Mobile Project. Each Word is then stored in an Array. This works fine during AIR IOS Simulator, but now I am Debugging on an Ipad and ...
0
votes
1answer
53 views
Email a .txt file located in application storage directory Air iOS AS3
I would like to find out, how can I email a .txt file that is located in the application storage directory.
Thanks
Jared
0
votes
1answer
52 views
'full screen' looping background video for AIR based iOS application
I'm creating an AIR based app, targeting the iPad, where I want to use a 'full screen' looping video in the background.
In the foreground are moving and animated elements, anywhere from 5-50 total.
...
0
votes
1answer
62 views
How to move and jump character with touch and swipe?
it's my first time posting a question here, after struggling for a long while and not being able to solve it myself, I decided to come ask for your help.
To ask my question, I need to first explain ...
1
vote
0answers
74 views
ios video playback using flash builder / flex
Hi I am trying to create an iphone app that streams a video from a remote server (that automatically creates video files) , I'm using flash builder 4.7, mobile flex.
My expertise with fb / flex is ...
0
votes
1answer
54 views
Does sharedObject.getLocal work with Air for iOS?
So, I've created a save system for my game.The thing is it works fine on Flash and Air for desktop, but not Air For iOS when I wrap it as an iOS app.Does sharedObject.getLocal work with iOS? If not, ...
0
votes
0answers
50 views
Taking photos and video with CameraUI: MediaPromise.file is null on iOS
I'm developing a AIR App that asks the user to take a photo or video and upload it to a server.
Everything was OK with Android, but I found out that MediaPromise.file was null on iOS.
I don't ...
0
votes
2answers
115 views
NetStream http Video not playing on IOS device
I am trying to play a video on iPad, my code is below :
public function init_RTMP():void
{
videoURL = "http://rest************_iphone_high.mp4";
vid = new Video();
...
0
votes
0answers
41 views
Definition com.revmob.airextension:Revmob could not be found.
I am using Flash cs5 to make iOS App I have referenced Revmob.ane in the File->Actionscript settings->Library path and then imported the revmob extension in my Game.as by
import ...
0
votes
0answers
29 views
Does ActionScript bytecode weaving work on Air for iOS?
I want to use Swiz AOP framework but I'm not sure if it is possible to dynamic byte code weaving when Air app is exported for iOS while whole app is compiled ahead of time to native assembly.
0
votes
3answers
216 views
Why are graphics on iPad Retina pixelated?
I'm currently developing Flash using AIR 3.2 for iOS. I've set the stage size to 2048 by 1536px. The resolution in publish settings is also set to 'High'. How come graphics, sprites, images, etc, are ...
0
votes
1answer
93 views
Flex AS3 Iphone - How to Open Native Maps Application?
I have a bunch of buttons that opens the default map application and puts something in the users system clipboard. It works fine on Android tablets, but the Iphone does nothing when the button is ...
1
vote
1answer
137 views
Adobe AIR 3.4 saving/writing XML data to iOS
I'm trying save XML data to an iPad 4 with AIR 3.4 for iOS and really can't tell if this is working or not. No events are being fired apparently. Any help is greatly appreciated.
private function ...
0
votes
1answer
80 views
Flash builder include files in Release build
My setup: Flash Builder 4.7
I have text file "1.txt" in folder "folder1" I added to project tree in Flash Builder.
I want to read this file in runtime using file stream on iOS device.
Question:
How ...
0
votes
1answer
73 views
How to design an iPhone app that uses both Portrait and Landscape in Flash CS6
So I have created an App that has a different menu when it is held portrait, but changes when held landscape.
I can get the navigation to work, However I am unsure how to design landscape pages inside ...
1
vote
2answers
65 views
Navigation based on screen orientation (landscape or portrait) in Flash CS6
I'm creating an app that will have a different menu if the phone is held landscape, or portrait.
I figure I have to tell flash to move to a new frame when the phone moves from landscape to portrait ...
0
votes
1answer
93 views
Action script 3.0 issue, my swf not unloading
Having a little trouble with an Flash for iOS application! I have a button "start" which loads an external swf. Then I have a different button, "home", which should do three things:
1) unload the ...
0
votes
1answer
99 views
AS3 for ios : how to serialize an array and then save it
I have an multidimentional array and I want to serialize it and then save it using SharedObjects.
I tried many things, but each time there is a problem.
JSON : can't have types with it.
ByteArray : ...
1
vote
1answer
101 views
AS3 AIR (ios and android) CameraRoll issue
I've been trying to sort out an issue for a week or so now. Googled to no avail. I'm currently working on an iOS/Android app that has a feature in the game to take a screenshot and have it show up in ...
0
votes
0answers
145 views
IOS apps don't publish using Flash CS6 - stuck at 00:05
I am trying to publish a single square with no code. I have installed the update for flash pro CS6, and I am using AIR for IOS 3.4
Every time I try to publish it gets stuck at 00:05
I also sometimes ...
0
votes
1answer
65 views
Reducing Flash file size in KB?
I have a Flash file that I need to reduce the size of.
The reason that I need to reduce its size is that I will need to convert this into an iPhone app.
currently it only has 2 buttons and 2 TLF ...
2
votes
1answer
247 views
AIR/as3 stage keylistener overriding input textfield
I'm building a mobile AIR app (Android & IOS) with Adobe Flash Builder 4.6 and I'm having this annoying problem.
Because I want to 'catch' the back-key on Android devices I added the following ...
1
vote
0answers
59 views
intellij application verification error while using the same .p12 and provisioning that I used on flash builder what can I do?
Im quite sorry for the long tittle, I've been stuck with that for a while now, we started using flash builder for some mobile applications, so i got the mobile.provisioning file and the .p12 ...
0
votes
1answer
213 views
AS3 iOS : Loading external swf
I'm trying to load a swf in another using AIR3.6.
I duplicated the code I found here http://blogs.adobe.com/airodynamics/2012/11/09/packaging-and-loading-multiple-swfs-in-air-apps-on-ios/ but in vain. ...
0
votes
0answers
53 views
Ideas needed with callback url issues I think in Emulator. CS6 Flash and AS3 plus AIR
Built using Adobe CS6 Flash AS3 + AIR on Win8
I have a working Twitter capable app in iTunes that uses the callback string,
oauth.callbackURL = "http://tweetr.swfjunkie.com/dev/verified.html";
...
3
votes
2answers
938 views
AIR 3.6 iOS - Load external SWF with ABC
With AIR 3.6, is it finally possible to load an EXTERNAL swf file with AS3 code from the web and use it on the iOS device?
I see on their web page they say the new features include:
Packaging ...
0
votes
1answer
164 views
AIR 3.6 + ASC 2.0 Produce White Screen in iOS Release Build
We're developing an AIR for iOS application currently. We upgraded to AIR 3.6 last week and have had issues with exporting release builds. Basically, you launch the app and see our launch image but ...
0
votes
1answer
35 views
What are the differences of TouchEvent constants?
What is the difference between TOUCH_BEGIN, TOUCH_OVER and TOUCH_ROLL_OVER in the TouchEvent for AS3?
I'm trying to find the correct one to use for an "on-tap"/while tapping state, and also one for ...
1
vote
0answers
44 views
StageText very slow when opening
When opening the soft keyboard on iOS devices using StageText the application halts and is unresponsive for a couple of seconds before the keyboard opens.
Are there any ways to avoid this?
/Karl
0
votes
1answer
84 views
DeviceOrientationEvent for Adobe Air
I'm trying to build a game for iOS using Adobe Air and Flash Builder 4.7, I need to read the gyroscope data to find out what is my alpha rotation value(0-360), I've been searching around for libs and ...
0
votes
1answer
159 views
Error #2044: Unhandled IOErrorEvent:. text=Error #2032: Stream Error
I faced this problem with Android but I solved! But in IOS it's not working and I spent more than 1 day tried to solve it.
I traced everything in folder and its give me the path correctly but when I ...
0
votes
0answers
82 views
URL for Google search on iOS device via Adobe Air StageWebView
I want to get access to the pictures searching via Google. I use StageWebView and everything works fine for Android. The user select the image and clicks "View full size" in the browser. My app ...
0
votes
3answers
261 views
Air for iOS “Device Error: Please check if there is enough space on the device.”
So I have encountered this error. One day everything works fine, the other I can't upload the ipa to my iPad from Flash Pro CS6. Obviously I have checked there's enough space in the device.
iPhone ...
1
vote
1answer
77 views
Flash - SWF works as expected, but once on device, the app doesn't display any text
I'm new to IOS, and following a simple tut in order to get my feet wet. Using CS6 on macbook pro (mountain lion), and the device I'm using is an ipod touch. Publish settings: Air 3.2 for IOS, SWF, ...
0
votes
2answers
257 views
iOS saving images in flashbuilder air mobile app with CameraUI
**I have an air app for iOS I have been developing. I am trying to capture a picture, save the file to the storage directory (not Camera Roll), and save the file name in an sqlite db.
I have tried ...
1
vote
1answer
90 views
Write a specific movie clip to bitmap in Adobe AIR
I am developing a game for iOS in Adobe AIR and I want to take a screenshot (or the bitmap capture of a specific portion/movie clip of the screen). I've read that it is possible with a native ...
0
votes
4answers
169 views
jPeg encoder super slow, how to Optimize it?
I'm building an App with actionscript 3.0 in my Flash builder. This is a followup question this question.
I need to upload the bytearray to my server, but the function i use to convert the bitmapdata ...
0
votes
2answers
77 views
How to run another instance of Main() in AS3
How would you run a new instance of your Main function in AS3? Basically I want the program to rerun itself from the start, once it reaches the end of the program. I thought about removing all my ...






