tippytarka
Programmer
i created a button that loads a movie...
the button works on the swf file but nothing happens when i click on the button when the swf file is embedded into my html doc????
Code:
on (release) {
loadMovieNum("roster_videos.swf", 1);
}
the button works on the swf file but nothing happens when i click on the button when the swf file is embedded into my html doc????