Questions tagged [flashplayer-9]

Adobe Flash Player version 9.

Resources

Release notes

7 questions
2
votes
2 answers

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.) When you run the application on Flash Player9, what…
js_
  • 4,671
  • 6
  • 44
  • 61
2
votes
1 answer

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 but crash with the flashplayer 10... Here is the…
OXMO456
  • 3,558
  • 2
  • 25
  • 35
0
votes
1 answer

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 stop all code on the actions panel of the opening…
0
votes
1 answer

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 import mx.managers.CursorManager; import…
Mathankumar
  • 627
  • 1
  • 9
  • 19
0
votes
2 answers

How to stop flv video player from playing when open another frame/page

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…
gogocoder
  • 87
  • 10
0
votes
1 answer

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 Flex's browser to Safari in the preferences, then…
Laxmidi
  • 2,650
  • 12
  • 49
  • 81
0
votes
3 answers

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 matter?
jrutter
  • 3,173
  • 9
  • 42
  • 51