Questions tagged [flash-ide]
24 questions
0
votes
0 answers
Actionscript 3.0 Error opening URL error
I am writing an AS3 application which requires downloading xml file from external server.I am trying to connect to the external server (while testing from my local machine) to load the file however The URLLoader is unable to load it and showing…

Learner
- 157
- 3
- 15
0
votes
2 answers
How can I export a scene or movieclip as a SWF without bringing the whole library?
I have an FLA file with numerous scenes. I need to export a single scene or alternatively a single movieclip as a SWF without exporting the entire FLA library with it in the SWF. I only want it to export with the symbols and assets used in the…

Jeff
- 1
- 1
- 2
- 6
0
votes
1 answer
ERROR ITMS-90163 with compiling with Flash IDE CS6
I made an app using flash ide cs6, and when I want to upload to new testflight I get this error:
ERROR ITMS-90163: "Invalid Code Signing Entitlements. The entitltements in your app bundle signature do not match the ones that are contained in the…

user3009494
- 1
- 1
0
votes
0 answers
onStage instances being unexpectedly null
I made a pre-loader for an SWF in the first frame i have following code
import flash.events.Event;
stop();
this.addEventListener(Event.ENTER_FRAME , onEnterHandler,false,0,false);
function onEnterHandler(e:Event)
{
trace(progbar);
…

Sayam Qazi
- 193
- 1
- 11
0
votes
1 answer
How to open an .as file in Flash CC and jump to a particular line / column?
So if, for instance, I wanted to open an .as file in Notepad ++ with the cursor lined up at the 15th character of the 10th line, the command might look like this:
C:\Program Files (x86)\Notepad++\notepad++.exe filename.as -n10 -c15
What's the…

matt lohkamp
- 2,174
- 3
- 28
- 47
0
votes
1 answer
Flash CS6 - What is Best Practices for Where to Put a Document Class?
Suppose you are given a folder with these 5 things in it:
folder: bin
folder: src
folder: lib
folder obj
ProjectName.as3proj
I am right now just creating a .fla called ProjectNameShell.fla that is basically an empty file. I just use it to publish…

Jimothy
- 87
- 1
- 8
0
votes
1 answer
Do these hotkeys exist for Flash Pro CS6?
1) when you are in edit mode for one symbol, go into edit for the next symbol in library
2) automatically put cursor in the instance name box for selected movieClip
As far as I know there are is no way to put shorcuts for moving around "inside of…

Jim
- 3,821
- 1
- 28
- 60
0
votes
2 answers
Location of Flash Player .exe used by Flash Professional CS5/CS6 IDE to test movies
I wanted to update Flash IDE so that it uses new version of Flash Player 11.6 while playing movies during testing in IDE.
To check the version of Flash Player currently in use I trace -> Capabilities.version
I've installed all the plugin versions…

nomenomen
- 13
- 1
- 4
0
votes
1 answer
How can I see the mouse coordinate in Flash Professional IDE?
I need to know where my mouse is so that I can translate the UI into code. Does Flash Professional IDE support this?
If not, what is the best solution to this need?

D_S_toowhite
- 643
- 5
- 17