Flv Player BBCode

Video BBCode Database
BBCodes used for embedding videos
There is no support here! Only Read Access!
User avatar
ahh72
BBCoder II
BBCoder II
Posts: 19
Joined: 26 Apr 2010, 19:36
Location: Germany
Contact:

Re: Flv Player BBCode

Post by ahh72 »

hi, how i can add the logo and where it should be located the image file?

thanks in advance
- Forum URL: http://www.gamerhispano.com/foro
- Hosting: http://www.bluehost.com
- PhpBB Version: 3.0.7-PL1
- Style: SE Square Left (based on prosilver)
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 »

maybe you should look at the documentation of that player at the link on the first post, and it will tell you how to do it and where to put it!
User avatar
ahh72
BBCoder II
BBCoder II
Posts: 19
Joined: 26 Apr 2010, 19:36
Location: Germany
Contact:

Re: Flv Player BBCode

Post by ahh72 »

i have this:

Code: Select all

<embed src="http://www.gamerhispano.com/foro/player.swf" width="480" height="360" allowscriptaccess="always" allowfullscreen="true" flashvars="width=480&volume=50&displayclick=none&fullscreen=true&logo=logo.png&file={URL}" />
but don't work

regards
- Forum URL: http://www.gamerhispano.com/foro
- Hosting: http://www.bluehost.com
- PhpBB Version: 3.0.7-PL1
- Style: SE Square Left (based on prosilver)
KukY13
BBCoder III
BBCoder III
Posts: 96
Joined: 26 Jun 2010, 16:23
Contact:

Re: Flv Player BBCode

Post by KukY13 »

Try using apsolute instead of relative image location.
Image
User avatar
ahh72
BBCoder II
BBCoder II
Posts: 19
Joined: 26 Apr 2010, 19:36
Location: Germany
Contact:

Re: Flv Player BBCode

Post by ahh72 »

works well but does not display the logo :?

Code: Select all

<embed src="http://www.gamerhispano.com/foro/player.swf" width="480" height="360" allowscriptaccess="always" allowfullscreen="true" flashvars="width=480&volume=100&displayclick=none&fullscreen=true&logo=http://www.gamerhispano.com/foro/logo_player.png&file={URL}" />
look this link:

http://www.gamerhispano.com/foro/prueba ... html#p2007

any idea that can be?

regards
- Forum URL: http://www.gamerhispano.com/foro
- Hosting: http://www.bluehost.com
- PhpBB Version: 3.0.7-PL1
- Style: SE Square Left (based on prosilver)
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 »

Code: Select all

<embed width="480" height="360" flashvars="width=480&volume=100&displayclick=none&fullscreen=true&image=http://www.gamerhispano.com/foro/logo_player.png&file={URL}" allowfullscreen="true" allowscriptaccess="always" src="http://www.gamerhispano.com/foro/player.swf">
try this one i think this one works!
User avatar
ahh72
BBCoder II
BBCoder II
Posts: 19
Joined: 26 Apr 2010, 19:36
Location: Germany
Contact:

Re: Flv Player BBCode

Post by ahh72 »

thanks, works perfect :thumb:
- Forum URL: http://www.gamerhispano.com/foro
- Hosting: http://www.bluehost.com
- PhpBB Version: 3.0.7-PL1
- Style: SE Square Left (based on prosilver)
sman
BBCoder II
BBCoder II
Posts: 23
Joined: 31 Jul 2010, 13:58
Contact:

Re: Flv Player BBCode

Post by sman »

hello guys!
i need a little help to load subtitle like this code:

Code: Select all

[flv=http://yourserver.com/mov.flv]http://yourserver.com/mov.srt[/flv]
this code is used by a site, is not fictive.

I think is needed a plugin to load .srt file, can u help me cisco?

many tks :!:
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've never used subtitles, but read here maybe they will help you!

http://www.longtailvideo.com/support/fo ... es-problem
sman
BBCoder II
BBCoder II
Posts: 23
Joined: 31 Jul 2010, 13:58
Contact:

Re: Flv Player BBCode

Post by sman »

ty mate, i will look.
And offtopic question: what mod or bbcode is showing [mywindows] [mybrowser] before online status ? tks a lot.
Locked