Log in

View Full Version : flash javascript communication



zesgu
02-10-2008, 02:22 PM
how to call flash on(press) and on(keypress"right") event from java script

BLiZZaRD
02-12-2008, 06:19 PM
What you are looking for is called External Interface. It is an external API that allows communication to/from Flash and JS.

Personally I have never used it for anything but I hear it is fairly simple to understand, as well as implement.

You can read more about it here (http://www.adobe.com/devnet/flash/articles/external_interface.html)