Syndicate

Feed

Actionscript

Jan
13

STEP 3 of 3 : Javascript calls Flash

At this point, we’ll finally make good use of the id value of our Flash <object> (and, again, that’s not the id attribute of its placeholder element). We will call Actionscript functions from our *.js file using very basic Document Object Model scripting :

document.getElementById("flashMovieId").functionNameInOurJavascript(someValue);

 Read more →

One file is attached to this posting. Login or register to download this file.


Feed