Stop flash on mouseover

HTML, CSS and anything else that deals with client side capabilities.

Moderator: General Moderators

Post Reply
shivsp
Forum Newbie
Posts: 1
Joined: Tue Nov 10, 2009 4:04 am

Stop flash on mouseover

Post by shivsp »

i have a flash object and i want that when mouse is over to it it will stop.
plz suggets it with action script.


if any more options to do it that will also accepted.

thanks in advance!!!! :?
User avatar
akuji36
Forum Contributor
Posts: 190
Joined: Tue Oct 14, 2008 9:53 am
Location: Hartford, Connecticut

Re: Stop flash on mouseover

Post by akuji36 »

Hello

An actionscript command will help out. What action do you want

to stop--ie what should happen when the mouse passes over this object?

in actionscript this is the stop command

stop();

it must be placed in the appropriate frame or it can be placed inside
a button. More detail needed.

thanks

Rod
Post Reply