I have a movieclip inside a button. When you rollover the button I have the following actionscript to start the movieclip in the over frame.
on(rollOver) {
buttonArrow.play();
}
But when the viewer rolls over the button the movieclip doesnt start.
I tried using the complex button tutorial to achieve the effect, but it wouldnt allow me to use the loadMovie function for some reason.
http://musoka.ax86.net/xanus/xanus.php
Theres the flash. Ignore the crappy intro and bad snuff. Nothings finished as I’m stuck on the navigation.