Tagged Questions

Adobe Flash Player version 9.

learn more… | top users | synonyms

2
votes
2answers
82 views

What will happen if you run Flash application which uses class, method, or property which is not supported by your Flash Player?

For example, if an application uses class, method, or property which is supported only by Flash Player10. (I also want to know what class, method, or property is supported only by Flash Player10.) ...
2
votes
1answer
159 views

Debugging a crashing Flash application

What is the best way to debug a CRASHING flash app ? (no exception, my application just crash) I am actualy facing a big problem: my app (full-flash website) was working fine with the flashplayer 9 ...
0
votes
1answer
162 views

runtime sounds overlap with actionscript 3 on flash 9

Having a problem with AS3, Flash player 9: When using the following code. I cant stop the sounds on the unloaded swf from playing back after a new SWF is loaded?? I've tried putting a sound mixer ...
0
votes
1answer
82 views

Issue in chrome when using cursormanager(Its Displaying both custom cursor and normal mouse pointer)

I am using cursor manager to set the hand cursor for the overlay. its works fine in mozilla firefox and IE8, but in chrome its shows the hand cursor and also the normal mouse pointer, here is my code ...
0
votes
1answer
265 views

Flex 3: Problem with Flash Player 10 Upgrade on Firefox

UPDATED INFO: Hi, I uninstalled Flash Player 10 and re-installed Flash Player 9 debug version. I also uninstalled and re-installed Firefox. Unfortunately, I'm getting the same problem. If I set ...
0
votes
4answers
385 views

How are most AS3 Video Players Created?

Are most flash video players created all programmatically? Or they done using static buttons that are referenced in classes? Is it better to create all your buttons on the fly or does it not really ...