Top "Swfobject" questions

SWFObject is an easy-to-use and standards-friendly method to embed Flash content, which utilizes one small JavaScript file.

Functions registered with ExternalInterface.addCallback not available in Javascript

I'm working on a Flash game that needs to call some Javascript on the page and get data back from …

javascript flash actionscript-3 swfobject externalinterface
How to check if a swf is loaded using JavaScript with swfobject?

I have the following swf: <head> # load js <script> function graph() { swfobject.embedSWF( "open-flash-chart.swf", "chart", "400", "180", "9.0.0", "…

javascript swfobject
How to use the flashvars attribute with swfobject.embedSWF?

HTML: <div class="playerFlashBox"> <object width="800" height="450" type="application/x-shockwave-flash" id="playerSWF" name="playerSWF" data="/flash/Player.…

javascript flash swfobject
IE-8 iframe and flash object ignores z-index?

I have the following divs and I'm trying to make the iframe layer infront of my_flash. It's a common …

flash iframe internet-explorer-8 z-index swfobject
Make flash file scale to div width and maintain height according to its aspect ratio

We're having a problem to make a flash file scale 100% according to the parent div width, while still maintaining the …

html css flash height swfobject
Changing arbitrary flash objects wmode to transparent

I need to change wmode of arbitrary flash objects to transparent from external js file to make sure they don't …

javascript flash object swfobject wmode
How do I download flash files embedded using SWFObject

A site I use displays a flash file, which is embedded dynamically using SWFObject. I want to download the flash …

flash download swfobject
how to detect flash using SWFObject

I have downloaded SWFObject, and included it in my website. Now I want to simply get a true or false …

javascript flash swfobject
How to access a flash object embedded via swfobject's embedSWF?

I have to call an ActionScript method via Javascript, but I have a problem accessing the flash object itself. I …

javascript apache-flex flash swfobject
swfobject.embedSWF not working?

The following code embedding a Flash animation into an HTML document using SWFObject displays only the alternative content. Why? <!…

javascript html swfobject