Video-skin
From Frontal Wiki
Contents |
Purpose
This style determines whether a video will have a skin attached to it.
Value
This style accepts urls. The default value is undefined.
video-skin: undefined;
Remarks
This style maps to the FLVPlayback skin property. Also, this style can only be applied to the <video> tag.
Example
Here is a video that has a skin applied:
<style><![CDATA[ video { margin: 50px; video-skin: http://www.frontalcode.com/assets/skins/SkinUnderPlaySeekFullscreen.swf; } ]]></style> <video src="http://www.frontalcode.com/assets/video/video_1.flv" />
Can Be Applied To
This style can only be applied to:
| This page is PENDING |