Transparent please?
Transparent please?
The register bar goes under youtube videos.. How can I make it transparent???
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Transparent please?
You can add wmode="transparent" to your YouTube Video BBCode.
Post the html part here and I will fix it for you
Post the html part here and I will fix it for you
Board rules! No PM support
Transparent please?
This is the code:
The changes will not affect the old videos. Correct?<object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/{SIMPLETEXT}&h ... ram><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/{SIMPLETEXT}&hl=en_GB&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object>
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Transparent please?
Try this:
Yes, I believe it will affect all posted youtube video bbcodes.
Code: Select all
<object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/{SIMPLETEXT}&hl=en_GB&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/{SIMPLETEXT}&hl=en_GB&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385" wmode="transparent"></embed></object>
Board rules! No PM support
Transparent please?
It works! Thank you very much!