How to use jQuery flash mouse over?

Asked By 0 points N/A Posted on -
qa-featured

Hi Experts,

I am developing a website. I required that the flash movie got started when I put the mouse on it.

I want to do this  using JQuery.

I am looking for jQuery flash mouse over. Does anyone know of a JQuery or any other way to get this video to work in browsers ?

How can I achieve this?

Any ideas and suggestions are welcomed.

Thanks

SHARE
Answered By 0 points N/A #166471

How to use jQuery flash mouse over?

qa-featured

Hello Meigs,

You want that the flash movie get start when you put the mouse on it?. You can do it using action script in flash.

You write the action script to the make the flash movie starts when mouse over on it.

You can try kind of an action script.

if(MOUSE_OVER){
then play();
}

It is easy, but you can do this if you create the flash movie too.

Thank you.

Rubi Sharlene

Related Questions