Finding the methods/properties on a swf object

Posted by Jones on Stack Overflow See other posts from Stack Overflow or by Jones
Published on 2010-04-27T17:15:02Z Indexed on 2010/04/27 17:43 UTC
Read the original article Hit count: 215

Filed under:
|
|

I have a swf object embedded into a web page. Without having access to the source code of the swf file, how can I find the methods/properties that are exposed?

For example...

alert(document.getElementById('swfObject').id);

...returns a pop-up of "swfObject". And this...

document.getElementById('swfObject').someMethod();

...executes someMethod.

Thanks.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about swf