Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MouseOver to play movie, MouseOut to stop.

Status
Not open for further replies.

tperkins

Technical User
Nov 6, 2003
138
US
How do you go about setting up a flash movie to play when a mouse moves over it and stop when the mouse moves off of it, just like a simple rollover image but the movie plays instead. Thanks for any and all help.
 
Forgive me, but where do I put "on (rollover) & on (rollout)"? Is that in the actions? I am new to flash.

Tony Perkins
 
yeah - actions window:

you can do it 1 of 2 ways:

select your mc then go to the actions window and:

on (rollover) {


}

or just go to the actions window and:

mc.onRollover = function() {



}

[conehead]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top