YouTube Video BBCode

Video BBCode Database
BBCodes used for embedding videos

Re: YouTube Video BBCode

Post by neuropass »

any ideas here guys?

Re: YouTube Video BBCode

Post by cisco007 »

this is what my bbcode looks like and it centers it just fine!

Code: Select all

<div align="center">
    <table width="505" height="440" border="0" cellpadding="0" cellspacing="0" style="text-align: center;">
    <tr>
    <td background="images/playerbbcodes.png" width="505" height="440"><object width="425" height="344"><param name="movie" value="http://www.youtube.com/watch?v/{SIMPLETEXT}&rel=en&fs=1&color1=0x234900&color2=0xd4d4d4"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/watch?v/{SIMPLETEXT}&rel=en&fs=1&color1=0x234900&color2=0xd4d4d4" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></td>
    </tr>
    </table>
    </div>

Re: YouTube Video BBCode

Post by neuropass »

Cisco are you sure??? i get a white background instead of the youtube video using your html replacement...

Re: YouTube Video BBCode

Post by cisco007 »

if it doesn't work for you change {SIMPLETEXT} to {IDENTIFIER}!

Re: YouTube Video BBCode

Post by Franc »

Hi,
is there a way to put some logo on player?
I Use YouTuBBcode - Custom look with no YouTube Logo HTML replacment.

I try this:

Code: Select all

<param name="logo" value="images/player/logo_player.png">
and

Code: Select all

<param name="logo" value="images/player/logo_player.png&file={URL}">
Nothing happened.

I try this:

Code: Select all

<param name="image" value="images/player/logo_player.png">
and

Code: Select all

<param name="image" value="images/player/logo_player.png&file={URL}">
Nothing happened.
Ok, i find solution
Simply include the URI for your logo in your flashvars:

Code: Select all

<param name="flashvars" value="file={URL}&controlbar=over&stretching=fill&logo=images/player/logo_player.png">
Works fine in IE and Opera, in Firefox 3.6.8 there is no logo.
Any ideas?

Re: YouTube Video BBCode

Post by Stitch »

I like that custom frame..Is there a way to make it slide out like the highslide youtube?

Re: YouTube Video BBCode

Post by Stoker »

Replace .swf in the highslide with this: &hl=en_US&fs1&color1=0x2b405b&color2=0x6b8ab6&border=1

Re: YouTube Video BBCode

Post by Stitch »

Stoker,

I'm confused..Are you replying to my post? I am asking about the cool black frame in the first post of this topic.

Re: YouTube Video BBCode

Post by Stoker »

Stitch » 22 Aug 2010, 07:04 wrote:Stoker,

I'm confused..Are you replying to my post? I am asking about the cool black frame in the first post of this topic.
Yes.
That one is not possible because it has to be the direct link to the swf file
The codechange I posted only display the youtube borders.