Video-auto-play

From Frontal Wiki

Jump to: navigation, search

Contents

Purpose

This style determines whether a video will auto-play on load or reset.


Value

This style accepts boolean values "true" or "false". The default value is "false".

video-auto-play: false;


Remarks

This style maps directly to the FLVPlayback autoPlay property.

Example

Here are two videos, the first one has the default value and the second one has video-auto-play set to true:

<style><![CDATA[
	.play
	{
		video-auto-play: true;
	}
]]></style> 
<video src="http://www.frontalcode.com/assets/video/video_1.flv" />
<video src="http://www.frontalcode.com/assets/video/video_2.flv" class="play" />


Can Be Applied To

This style can only be applied to:


This page is PENDING
Personal tools
Get Adobe Flash player