LOGECT
12-05-2010, 10:00 PM
Info:
Get the new YouTube player skin for your vbulletin.
Live Demo (http://www.logect.com/f83/designing-uncharted-2-sketchup-16753/#post16783)
The new skin is already implemented in v 4.1.4
Before :
https://vborg.vbsupport.ru/attachment.php?attachmentid=124253&stc=1&d=1291639443
After :
https://vborg.vbsupport.ru/attachment.php?attachmentid=124254&stc=1&d=1291639443
Installation:
1- Open your bbcode_video template
Search for :
<vb:elseif condition="$provider == 'youtube'" />
<object class="restrain" type="application/x-shockwave-flash" width="640" height="385" data="http://www.youtube.com/v/{vb:raw code}">
<param name="movie" value="http://www.youtube.com/v/{vb:raw code}" />
<param name="wmode" value="transparent" />
<!--[if IE 6]>
<embed width="640" height="385" type="application/x-shockwave-flash" src="http://www.youtube.com/v/{vb:raw code}" />
<![endif]--></object>2- replace all with the following code :
<vb:elseif condition="$provider == 'youtube'" />
<object class="restrain" type="application/x-shockwave-flash" width="640" height="385" data="http://www.youtube.com/v/{vb:raw code}?version=3">
<param name="movie" value="http://www.youtube.com/v/{vb:raw code}" />
<param name="wmode" value="transparent" />
<param name="allowFullScreen" value="true">
<param name="allowScriptAccess" value="always">
<!--[if IE 6]>
<embed width="640" height="385" type="application/x-shockwave-flash" src="http://www.youtube.com/v/{vb:raw code}?version=3" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="390" />
<![endif]--></object>Done.
History:
v3.0.1 : 06-December-2010 : Fixed for Full screen access.
Get the new YouTube player skin for your vbulletin.
Live Demo (http://www.logect.com/f83/designing-uncharted-2-sketchup-16753/#post16783)
The new skin is already implemented in v 4.1.4
Before :
https://vborg.vbsupport.ru/attachment.php?attachmentid=124253&stc=1&d=1291639443
After :
https://vborg.vbsupport.ru/attachment.php?attachmentid=124254&stc=1&d=1291639443
Installation:
1- Open your bbcode_video template
Search for :
<vb:elseif condition="$provider == 'youtube'" />
<object class="restrain" type="application/x-shockwave-flash" width="640" height="385" data="http://www.youtube.com/v/{vb:raw code}">
<param name="movie" value="http://www.youtube.com/v/{vb:raw code}" />
<param name="wmode" value="transparent" />
<!--[if IE 6]>
<embed width="640" height="385" type="application/x-shockwave-flash" src="http://www.youtube.com/v/{vb:raw code}" />
<![endif]--></object>2- replace all with the following code :
<vb:elseif condition="$provider == 'youtube'" />
<object class="restrain" type="application/x-shockwave-flash" width="640" height="385" data="http://www.youtube.com/v/{vb:raw code}?version=3">
<param name="movie" value="http://www.youtube.com/v/{vb:raw code}" />
<param name="wmode" value="transparent" />
<param name="allowFullScreen" value="true">
<param name="allowScriptAccess" value="always">
<!--[if IE 6]>
<embed width="640" height="385" type="application/x-shockwave-flash" src="http://www.youtube.com/v/{vb:raw code}?version=3" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="390" />
<![endif]--></object>Done.
History:
v3.0.1 : 06-December-2010 : Fixed for Full screen access.