Flv Player BBCode

Video BBCode Database
BBCodes used for embedding videos
There is no support here! Only Read Access!
User avatar
BBCode Bot
BBCoder IV
BBCoder IV
Posts: 239
Joined: 04 Mar 2010, 15:04
Location: bbcode table

Flv Player BBCode

Post 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:

Code: Select all

[flv]{URL}[/flv]
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:

Code: Select all

Flv: [flv]Url[/flv]
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]
karlmarx
BBCoder I
BBCoder I
Posts: 2
Joined: 11 Mar 2010, 08:40

Re: Flv Player BBCode

Post by karlmarx »

can this thing play .swf flash files ? :?
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: Flv Player BBCode

Post by cisco007 »

i have tried and it doesn't, why don't you try the default phpbb flash bbcode!?
Jinger
BBCoder II
BBCoder II
Posts: 16
Joined: 18 Apr 2010, 10:04

Re: Flv Player BBCode

Post by Jinger »

If you want have logo in the upper right corner of the player,add to html this.

Code: Select all

&logo=URL_LOGO.png
Jinger
BBCoder II
BBCoder II
Posts: 16
Joined: 18 Apr 2010, 10:04

Re: Flv Player BBCode

Post 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.
ninigirl
BBCoder I
BBCoder I
Posts: 1
Joined: 08 May 2010, 08:03

Re: Flv Player BBCode

Post 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
User avatar
Stoker
Site Admin
Site Admin
Posts: 3520
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: Flv Player BBCode

Post by Stoker »

Follow the link in first post and search for skins for the player.
Board rules! No PM support
User avatar
Georgio
BBCoder II
BBCoder II
Posts: 53
Joined: 06 Mar 2010, 19:10
Location: Cabanes, Spain
Contact:

Re: Flv Player BBCode

Post by Georgio »

Stoker » 08 May 2010, 08:29 wrote:Follow the link in first post and search for skins for the player.
i don't see any example with skins for the player
i want a pink one; or red hot! ¿how can i do it? :evil:
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: Flv Player BBCode

Post 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
Rover79
BBCoder I
BBCoder I
Posts: 1
Joined: 22 Jun 2010, 23:58

Re: Flv Player BBCode

Post 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 !
Locked