Fancy Box: http://fancybox.net/
Video JS: http://videojs.com/
Effect I’m going for: http://flowplayer.org/demos/tools/overlay.html click the “Open OverLayed video”.
I want to do it in FancyBox and Video JS for HTML 5 video w/ flash fallback. Is there a way to set that when the window opens, we could have it auto play the HTML 5 video?
Adam
facny box will allow you to load an iframe as it’s contents, as far as i know that is the only way to accomplish what you are asking with the specified tools
And your video.html page needs to have the videojs code, I only provided the mp4 version of the video in the example since this code is for an iPad web app that I use. Notice the autoplay argument in the video tag.