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.)
When you run the application on Flash Player9, what…
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 but crash with the flashplayer 10...
Here is the…
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 stop all code on the actions panel of the opening…
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
import mx.managers.CursorManager;
import…
Hi I'm new with adobe flash player CS6 action script. My problem is when I click another page / frame the video player keep playing. I use XML to load the video.
This is my code snippets
stop();
import flash.net.URLLoader;
import…
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 Flex's browser to Safari in the preferences, then…
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 matter?