Ahhh....
I've re-read your post and I understand your problem now. I'm afraid I can't think of any answer for you other than keeping the flash onscreen all the time....maybe by using frames.
It may be possible using some sort of variable passed to the movie like this:
//when you click the first button, it loads the HTML with the following filename:
Code:
menu.swf?setButton=btn0
then you can (in Flash) access the variable setButton like this:
Code:
this[setButton].gotoAndPlay("depressed");
I did knock up an example of my last post and you can find it here:
http://www.rattenfaenger-hameln.de/F...micButtons.swf
The fla is at the same address with the fla suffix
Tell me how it goes, Its just theory at the moment.
Taff
Bookmarks