Quote:
Originally Posted by Mutt
take a look at the animated gif in my sig - what i want is something like that, but a still image and then when somebody mouses over it the video plays, stops on mouse out
|
Exactly what I thought... you could easily pop that together with js
Use a hidden div... load after pageload is complete to keep page speed up
On mouseover show div using css and trigger js to load player
On mouseout unload player and rehide div