Hi
I have a full flash website and trying to load an html page with flash embedded into the same window when visitors click a link.
And at the same time I want to stop the sound that’s playing the music in the background instead of letting it play since this html/flash video page will have it’s own music.
I tried but cannot get it to work.
Here is the action I used but got errors…
plasmabutton.onPress = function() {
loadMovieNum(“plasma.swf”, 1);
};
Error Symbol=page4, layer=Layer 10, frame=1:Line 1: Statement must appear within on/onClipEvent handler
plasmabutton.onPress = function() {
Total ActionScript Errors: 1 Reported Errors: 1
Any help?
Thanks
Dave