How do I make a full screen video screen like this ? With a on screen html menu ?
<snip>
| SitePoint Sponsor |
How do I make a full screen video screen like this ? With a on screen html menu ?
<snip>
Last edited by TechnoBear; Jul 13, 2012 at 13:53. Reason: Link removed as unnecessary


It's just a Flash file set to width and height 100%:
You could also do this with the HTML5 <video> element, with a little help:Code:<object type="application/x-shockwave-flash" id="flashObj" data="home.swf" width="100%" height="100%"> <param name="allowFullScreen" value="false"> <param name="allowScriptAccess" value="always"> <param name="bgcolor" value="#FFFFFF"> <param name="wmode" value="transparent"> </object>
http://blog.jilion.com/2011/07/27/wo...llscreen-video


The OBJECT is a replaced element and the Fred5 version requires JavaScript. So really you'd need a scripting solution or parameters if you chose Fred5 OBJECT, as it is incapable of doing such. Since Fred5 VIDEO and OBJECT width and height values are pixel units only.
};-) http://www.xhtmlcoder.com/
Thinking Web: Voices of the Community
> March 2013 - SitePoint forums: Spot the Error 3: Calling all Sleuths! Winner Announced!... She knows how to spot simple <code> errors but do you?
Bookmarks