flash question
flash question
Out of context: Reply #4
- Started
- Last post
- 6 Responses
- enjine0
wmode='transparent' is definitely super buggy in non-IE browsers. especially on Macs.
if you really wanted a last resort, just make the NEXT button an html link outside of the movie, which calls a javascript function when clicked, which in turn calls the actionscript function in the player to go to the next view.
it's actually easy if you use the javascript integration kit (adobe)