How does one get access to the Flash object's vars in IE?
Posted
by Tim
on Stack Overflow
See other posts from Stack Overflow
or by Tim
Published on 2010-04-27T14:26:46Z
Indexed on
2010/06/02
8:43 UTC
Read the original article
Hit count: 145
Is there a way in IE Browsers to access the Flash object? In this case it is made with mootools swiff. It´s working fine in all other browsers, because they can wrap this object correctly. But it does not work in IE.
Here is the script:
var swfObj = $('mbImage').getElement('object');
swfObj.get('data'); <--- Thats not working in IE
© Stack Overflow or respective owner