Transparent please?
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
-
- BBCoder II
- Posts: 11
- Joined: 24 May 2010, 03:05
- Local time: Saturday 22:39
- Last active: -
-
- Site Admin
- Posts: 4,294
- Joined: 12 May 2008, 21:26
- Local time: Saturday 22:39
- Last active: -
- Favourite EXT: Forum Goal
- Location: Denmark
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

~ The greatest achievement in life is to inspire ~
Regards Stoker
Regards Stoker
-
- BBCoder II
- Posts: 11
- Joined: 24 May 2010, 03:05
- Local time: Saturday 22:39
- Last active: -
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>
-
- Site Admin
- Posts: 4,294
- Joined: 12 May 2008, 21:26
- Local time: Saturday 22:39
- Last active: -
- Favourite EXT: Forum Goal
- Location: Denmark
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>
~ The greatest achievement in life is to inspire ~
Regards Stoker
Regards Stoker
-
- BBCoder II
- Posts: 11
- Joined: 24 May 2010, 03:05
- Local time: Saturday 22:39
- Last active: -