Welcome to PhpBB3 BBCodes. Click here to register
Feed

Flv Player BBCode

Re: Flv Player BBCode

Postby ahh72 » 29 Jul 2010, 15:08

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)
User avatar
ahh72

BBCoder II
 
Windows XP Firefox
Status: Offline
Age: 38
Posts: 19
Topics: 1
Joined: 26 Apr 2010, 17:36
Last Visit: 21 Aug 2010, 14:51
Location: Germany
PhpBB Version: 3.0.7-PL1

Donate to skip ads


Re: Flv Player BBCode

Postby cisco007 » 29 Jul 2010, 15:12

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!
Chatbox is NOT!! for support, nor PM's
Don't know how to do something check this FORUM out!
Image
Image
User avatar
cisco007

Supporter
 
Windows XP Firefox
Status: Offline
Posts: 997
Topics: 10
Joined: 16 Mar 2010, 16:14
Last Visit: Today, 05:09
Location: Don't really know!
PhpBB Version: 3.0.7-PL1

Re: Flv Player BBCode

Postby ahh72 » 29 Jul 2010, 15:15

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)
User avatar
ahh72

BBCoder II
 
Windows XP Firefox
Status: Offline
Age: 38
Posts: 19
Topics: 1
Joined: 26 Apr 2010, 17:36
Last Visit: 21 Aug 2010, 14:51
Location: Germany
PhpBB Version: 3.0.7-PL1

Re: Flv Player BBCode

Postby KukY13 » 29 Jul 2010, 15:35

Try using apsolute instead of relative image location.
Image
User avatar
KukY13

BBCoder III
 
Windows XP Chrome
Status: Offline
Age: 13
Posts: 92
Topics: 10
Joined: 26 Jun 2010, 14:23
Last Visit: Yesterday, 20:43
PhpBB Version: 3.0.7-PL1

Re: Flv Player BBCode

Postby ahh72 » 29 Jul 2010, 16:26

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-de-video-en-formato-mp4-t273.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)
User avatar
ahh72

BBCoder II
 
Windows XP Firefox
Status: Offline
Age: 38
Posts: 19
Topics: 1
Joined: 26 Apr 2010, 17:36
Last Visit: 21 Aug 2010, 14:51
Location: Germany
PhpBB Version: 3.0.7-PL1

Re: Flv Player BBCode

Postby cisco007 » 29 Jul 2010, 17:21

Code: Select all
<embed width="480" height="360" flashvars="width=480&amp;volume=100&amp;displayclick=none&amp;fullscreen=true&amp;image=http://www.gamerhispano.com/foro/logo_player.png&amp;file={URL}" allowfullscreen="true" allowscriptaccess="always" src="http://www.gamerhispano.com/foro/player.swf">


try this one i think this one works!
Chatbox is NOT!! for support, nor PM's
Don't know how to do something check this FORUM out!
Image
Image
User avatar
cisco007

Supporter
 
Windows XP Firefox
Status: Offline
Posts: 997
Topics: 10
Joined: 16 Mar 2010, 16:14
Last Visit: Today, 05:09
Location: Don't really know!
PhpBB Version: 3.0.7-PL1

Re: Flv Player BBCode

Postby ahh72 » 29 Jul 2010, 18:09

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)
User avatar
ahh72

BBCoder II
 
Windows XP Firefox
Status: Offline
Age: 38
Posts: 19
Topics: 1
Joined: 26 Apr 2010, 17:36
Last Visit: 21 Aug 2010, 14:51
Location: Germany
PhpBB Version: 3.0.7-PL1

Re: Flv Player BBCode

Postby sman » 31 Jul 2010, 12:23

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 :!:
User avatar
sman

BBCoder II
 
Windows 7 Internet Explorer 8
Status: Offline
Posts: 19
Joined: 31 Jul 2010, 11:58
Last Visit: Yesterday, 22:53
PhpBB Version: 3.0.7-PL1

Re: Flv Player BBCode

Postby cisco007 » 31 Jul 2010, 14:23

i've never used subtitles, but read here maybe they will help you!

http://www.longtailvideo.com/support/fo ... es-problem
Chatbox is NOT!! for support, nor PM's
Don't know how to do something check this FORUM out!
Image
Image
User avatar
cisco007

Supporter
 
Windows 7 Firefox
Status: Offline
Posts: 997
Topics: 10
Joined: 16 Mar 2010, 16:14
Last Visit: Today, 05:09
Location: Don't really know!
PhpBB Version: 3.0.7-PL1

Re: Flv Player BBCode

Postby sman » 31 Jul 2010, 16:51

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

BBCoder II
 
Windows 7 Internet Explorer 8
Status: Offline
Posts: 19
Joined: 31 Jul 2010, 11:58
Last Visit: Yesterday, 22:53
PhpBB Version: 3.0.7-PL1

Donate to skip ads


PreviousNext

Return to Video BBCodes



  • Similar topics
    Replies
    Views
    Last Post

Who is online

Users browsing this forum: Google Adsense [Bot] and 1 guest