|
• Overview
• New in this Version
•
API Index
• Static
Methods
»
Static Properties
• Instance
Methods
• Instance
Properties
•
Tutorials
• Compatibility
• Version History
• License
•
Logic Flow chart
|
Static Properties can only be used after the script tag containing
the flashsound.js.
| FlashSound.players[ ] |
| Description |
Array whose index represents an embedded swf.
The first SWF embedded in the document has index 0, second has
index 1 and so forth. Does not include players embedded with FlashSound.embedSWF(
) and FlashSound.customEmbedSWF( ) static methods. |
| Notes |
This way of accessing players is useful if you
have many embedded players and need to execute the same code on
all of them at once. |
| FlashSound.playerVersion |
| Values |
Read only, returns player major version number.
Integer type. |
| Description |
Returns player major version number of plug-in
or activeX control. Returns zero if user does not have the player.
Read only. Does not return minor version or release ("r")
numbers. Assigning a value to playerVersion can cause errors. |
| Notes |
Available to all supported browsers. |
|
|
|