Background video flash api that can also do html5
Posted
by Mark
on Stack Overflow
See other posts from Stack Overflow
or by Mark
Published on 2010-04-23T04:08:37Z
Indexed on
2010/04/23
4:13 UTC
Read the original article
Hit count: 335
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.
© Stack Overflow or respective owner