Page 1 of 1

Stop flash on mouseover

Posted: Tue Nov 10, 2009 11:30 pm
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!!!! :?

Re: Stop flash on mouseover

Posted: Fri Nov 13, 2009 8:48 am
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