PDA

View Full Version : on close - communicate with flash


jimmyo
12-22-2006, 10:11 AM
Hi All

Im trying to write a script that communicates with flash when the HTML file is closed. Im not experienced with JavaScript but it might look something like this:

this.onExit = function() {
//set the volume of the sound object in website.swf to 100
}

Thanks