Page 1 of 3
Flv Player BBCode
Posted: 06 Mar 2010, 18:36
by BBCode Bot
Flv Player BBCode
Author: Unknown
Description: Uses JW FLV Media Player 4.2 swf:
dl page place player.swf in root directory. Can handle (FLV, MP4, MP3, AAC, JPG, PNG and GIF)
BBCode:
HTML:
Code: Select all
<embed src="http://yourserver.com/player.swf" width="450" height="360" allowscriptaccess="always" allowfullscreen="true" flashvars="width=450&volume=50&displayclick=none&fullscreen=true&file={URL}" />
Helpline:
Example:
Code: Select all
[flv]http://www.mediacollege.com/video-gallery/testclips/20051210-w50s.flv[/flv]
Demo:
[flv]
http://www.mediacollege.com/video-galle ... 0-w50s.flv[/flv]
Re: Flv Player BBCode
Posted: 20 Apr 2010, 19:01
by karlmarx
can this thing play .swf flash files ?
Re: Flv Player BBCode
Posted: 20 Apr 2010, 20:14
by cisco007
i have tried and it doesn't, why don't you try the default phpbb flash bbcode!?
Re: Flv Player BBCode
Posted: 28 Apr 2010, 15:35
by Jinger
If you want have logo in the upper right corner of the player,add to html this.
Re: Flv Player BBCode
Posted: 28 Apr 2010, 15:47
by Jinger
Who want playlist to this player:
Code: Select all
<?xml version="1.0" encoding="windows-1250"?>
<playlist version="1" xmlns="http://xspf.org/ns/0/">
<title>Name of Playlist</title>
<info>More info.</info>
<tracklist>
<track>
<title>Name of Video</title>
<creator>Artist</creator>
<info>Description/</info>
<annotation>The first video that will appear in the playlist.</annotation>
<location>URL Video</location>
</track>
<track>
<title>name of Video</title>
<creator>Artist</creator>
<info>Descripion/</info>
<annotation>The second video that will appear in the playlist.</annotation>
<location>URL Video</location>
</track>
For more videos copy from <track> to </track> and get down.
Re: Flv Player BBCode
Posted: 08 May 2010, 08:09
by ninigirl
Hi, have successfully installed the player but by me it is gray.
How do I get the black player or as it is here in the example?
Im from German sorry for my bad english.
Thank you
Re: Flv Player BBCode
Posted: 08 May 2010, 08:29
by Stoker
Follow the link in first post and search for skins for the player.
Re: Flv Player BBCode
Posted: 15 May 2010, 15:42
by Georgio
i don't see any example with skins for the player
i want a pink one; or red hot! ¿how can i do it?
Re: Flv Player BBCode
Posted: 15 May 2010, 15:47
by cisco007
i see that you do not want to search like Stoker suggested, so let me search for you!
http://www.longtailvideo.com/addons/skins
Re: Flv Player BBCode
Posted: 23 Jun 2010, 00:02
by Rover79
Jinger » 28 Apr 2010, 15:47 wrote:Who want playlist to this player:
Code: Select all
<?xml version="1.0" encoding="windows-1250"?>
<playlist version="1" xmlns="http://xspf.org/ns/0/">
<title>Name of Playlist</title>
<info>More info.</info>
<tracklist>
<track>
<title>Name of Video</title>
<creator>Artist</creator>
<info>Description/</info>
<annotation>The first video that will appear in the playlist.</annotation>
<location>URL Video</location>
</track>
<track>
<title>name of Video</title>
<creator>Artist</creator>
<info>Descripion/</info>
<annotation>The second video that will appear in the playlist.</annotation>
<location>URL Video</location>
</track>
Hi,
where should this be added ?
Many thanks !