As2(!) : Best Crossbrowser Way Of Calling Javascript Functions?
I have a AS2 project here that makes some troubles on certain browsers. Can someone tell me, what's the most crossbrowser compatible way to call javascript functions out of a AS2 p
Solution 1:
I've used both without any issues in a wide range of browsers. My personal preference is for ExternalInterface if the user's Flash Player version is up to it. Because of the 'callback' functionality it can also be used more flexibly.
Post a Comment for "As2(!) : Best Crossbrowser Way Of Calling Javascript Functions?"