Background video flash api that can also do html5
- by Mark
I'm looking for a way to play flash videos in the background, without controls (yes legitimate reason), and a js api to start/stop the videos easily, like:
video1.stop();
or
$("div.all-videos").start();
Basically, I'm looking for http://www.happyworm.com/jquery/jplayer/ for video.
Soundmanager is basically what I need on the flash side, but it has no html5 support.
Is there a flash player that video player that does have html5 video support.
Thanks.