Page 1 of 1

Transparent please?

Posted: 05 Aug 2011, 20:50
by harisg7
The register bar goes under youtube videos.. How can I make it transparent???

Transparent please?

Posted: 05 Aug 2011, 21:05
by Stoker
You can add wmode="transparent" to your YouTube Video BBCode.
Post the html part here and I will fix it for you ;)

Transparent please?

Posted: 11 Aug 2011, 10:25
by harisg7
This is the code:
<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>
The changes will not affect the old videos. Correct?

Transparent please?

Posted: 11 Aug 2011, 11:28
by Stoker
Try this:

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>
Yes, I believe it will affect all posted youtube video bbcodes.

Transparent please?

Posted: 11 Aug 2011, 17:23
by harisg7
It works! Thank you very much! :)