Page 2 of 3

Re: Flv Player BBCode

Posted: 29 Jul 2010, 17:08
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

Posted: 29 Jul 2010, 17:12
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

Posted: 29 Jul 2010, 17:15
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

Posted: 29 Jul 2010, 17:35
by KukY13
Try using apsolute instead of relative image location.

Re: Flv Player BBCode

Posted: 29 Jul 2010, 18:26
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

Posted: 29 Jul 2010, 19:21
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

Posted: 29 Jul 2010, 20:09
by ahh72
thanks, works perfect :thumb:

Re: Flv Player BBCode

Posted: 31 Jul 2010, 14:23
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

Posted: 31 Jul 2010, 16:23
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

Posted: 31 Jul 2010, 18:51
by sman
ty mate, i will look.
And offtopic question: what mod or bbcode is showing [mywindows] [mybrowser] before online status ? tks a lot.