I have a 3rd party swf(that I can't edit) that produces a 360 degree product shot. I'm new to javascript so need direction. I'm trying to make a button that when you mouse over it keeps moving to next frame until it gets to 200 then starts over at 0 and starts again.
Right now if you mouse over it goes to frame 1.
I'm assuming I would need to make a loop that runs to 200?
Thanks for the helpHTML Code:<INPUT TYPE="button" VALUE="Go To Cover Page" onMouseOver="S7Config.setFlashParam('_frameButton1','currentFrame', frame)"> <script type="text/javascript"> frame = 1; </script>
Zach



Reply With Quote
Bookmarks