javascript - How to list available callbacks exposed by a flash element -
Is there any way to query an embedded flash element to determine the available methods by JavaScript?
EDIT: It appears that in IE it is easy
(in the flash node) {alert (i); }
After a lot of clicks, they will calculate some final members.
Still not able to determine it in Firefox.
In IE This approach is questionable because properties can be arbitrarily added to any dom node. Worse, it only works in IE. Firefox (and possibly others) callback to & lt; Object & gt; It is possible to obtain a callback by enuming the DOM node, they are mixed together with all other properties of the dom node, and are unable to be particularly distinguished keeping in view the list of known properties and their After that the difference between the two sets.
& lt; Object & gt;
DOM does not return the value of the node.
Comments
Post a Comment