You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Initial splash image Installation - Demo 2 / 5

Introduction

Here you can see a setup where the Flowplayer instance is not activated until the user clicks on the image. Click on the following splash image to see how this technique works.

Search engine friendly content

Benefits

There are several benefits when using this technique:

If you have lots of videos you can use FFMPEG to grab images from your video file without the hassle of making a doing all that work manually.

The player container

This setup is identical to the minimal setup with one important exception. There is HTML placed inside the container as follows:

<!-- setup things like in the minimal setup  -->
<a href="http://vod01.netdna.com/vod/demo.flowplayer/flowplayer-700.flv" id="player"
	style="display:block;width:425px;height:300px">

	<!-- specify a splash image inside the container -->
	<img src="/img/home/flow_eye.jpg" alt="Search engine friendly content" />

</a>

This technique is called a "splash image". This is a bit misleading because you can place any HTML inside the container - not just an IMG tag. You can also use a background-image CSS property for the container. This gives you powerful skinning possibilities as shown in these skinning demos.

Take a look at a standalone version of this demo.