PDA

View Full Version : Starting/Initiating/params-flvplayer.swf


shack
05-24-2007, 01:44 PM
Is there a good tutorial on all params available on the object for aplication/x-shockwave-flash? This may make the next few questions easier.

Setting a flag to AutoStart seems to be ineffective. Any ideas?

Is it impossible to start the object(player) on the first click of the play button?

Is it possible to use skins to make the player look unique?

How do you change the initial screen background to a logo on the player?

What might be a good editor to append and cut out parts of the video, anyone could recommend?

A live example is http://www.a1bar.info/video/

Thanks...

Ben
05-24-2007, 03:16 PM
<param name="movie" value="http://www.a1bar.info/video/flvplayer.swf?file=http://www.a1bar.info/video/00119-320.flv&autostart=true&showfsbutton=true" />

Thats how I would set the code up to autostart. The rest of the variables should be supplied in the readme text in the player download.

With that version of the player you have you should be able to change the colors so there is really no need to skin it. However I believe he also includes the source files in the downloads if you want to tinker with it.

Search for Virtualdub for a free video editor.

Ben
05-24-2007, 03:33 PM
Here's a whacked out version of your player just by using the variables that are supplied in the readme file.

<embed src="http://www.a1bar.info/video/flvplayer.swf" width="320" height="180" allowfullscreen="true"
flashvars="&file=http://www.a1bar.info/video/00119-320.flv&height=180&width=320&autostart=true&frontcolor=0xab1111&backcolor=0x000000&showeq=true" />