YouTube Video BBCode

Video BBCode Database
BBCodes used for embedding videos
There is no support here! Only Read Access!
User avatar
neuropass
BBCoder IV
BBCoder IV
Posts: 173
Joined: 11 Apr 2010, 02:33

Re: YouTube Video BBCode

Post by neuropass »

any ideas here guys?
Modd it up! TweakScene ;-) Support us! || Follow us ||

Image
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

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>
User avatar
neuropass
BBCoder IV
BBCoder IV
Posts: 173
Joined: 11 Apr 2010, 02:33

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...
Modd it up! TweakScene ;-) Support us! || Follow us ||

Image
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: YouTube Video BBCode

Post by cisco007 »

if it doesn't work for you change {SIMPLETEXT} to {IDENTIFIER}!
Franc
BBCoder I
BBCoder I
Posts: 1
Joined: 08 Aug 2010, 16:37

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?
User avatar
Stitch
BBCoder II
BBCoder II
Posts: 28
Joined: 06 Mar 2010, 06:08

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?
Image
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: YouTube Video BBCode

Post by Stoker »

Replace .swf in the highslide with this: &hl=en_US&fs1&color1=0x2b405b&color2=0x6b8ab6&border=1
Board rules! No PM support
User avatar
Stitch
BBCoder II
BBCoder II
Posts: 28
Joined: 06 Mar 2010, 06:08

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.
Image
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

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.
Board rules! No PM support
Locked