Flv Player BBCode

Video BBCode Database
BBCodes used for embedding videos

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

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!

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

Re: Flv Player BBCode

Post by KukY13 »

Try using apsolute instead of relative image location.

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

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!

Re: Flv Player BBCode

Post by ahh72 »

thanks, works perfect :thumb:

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

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

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.