Video-full-screen-take-over
From Frontal Wiki
Contents |
Purpose
This style determines wether or not an flv will be placed over all other objects on the stage when going into full screen mode.
Value
This style accepts boolean values of true or false. The default value is "true".
video-full-screen-take-over: true;
Remarks
This style maps to the FLVPlayback fullScreenTakeOver property. See Flash reference for more information
Example
Here are two videos, the first one has the default value set and the second one the full-screen-take-over set to false:
<style><![CDATA[ video { margin: 50px; video-skin: http://www.frontalcode.com/assets/skins/SkinUnderPlaySeekFullscreen.swf; } .noTakeOver { video-full-screen-take-over: false; } ]]></style> <video src="http://www.frontalcode.com/assets/video/video_1.flv" /> <video src="http://www.frontalcode.com/assets/video/video_2.flv" class="noTakeOver" />
There is a bug of somekind in this example, not sure what is happening.
Can Be Applied To
This style can only be applied to:
| This page is incomplete |