The Arcive of vBulletin Modifications Site. |
|
Full Screen Button in Google video embedded Videos and BBcode Details »»
|
|||||||||||||||||||||||||||
|
Full Screen Button in Google video embedded Videos and BBcode
Developer Last Online: Jun 2011
Hi,
You need to go to Styles & Templates ?> Style Manager ?> ?> BBCode Layout Templates ?> bbcode_video Find; Code:
<object class="restrain" type="application/x-shockwave-flash" width="400" height="326" data="http://video.google.com/googleplayer.swf?docid={vb:raw code}"> <param name="movie" value="http://video.google.com/googleplayer.swf?docid={vb:raw code}" /> <param name="wmode" value="transparent" /> Code:
<object class="restrain" type="application/x-shockwave-flash" width="640" height="385" allowFullScreen="true" allowScriptAccess="always" data="http://video.google.com/googleplayer.swf?docid={vb:raw code}&fs=true"> <param name="movie" value="http://video.google.com/googleplayer.swf?docid={vb:raw code}&fs=true" /> <param name="wmode" value="transparent" /> <param name="allowFullScreen" value="true" /> For bb code Replace; Code:
<p><embed id="VideoPlayback" src="http://video.google.com/googleplayer...param}&fs=true" style="width:470px;height:350px" allowFullScreen="true" allowScriptAccess="always" type="application/x-shockwave-flash"> </embed></p> Supporters / CoAuthors Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Didn't someone already show us how to do this via editing? It's actually a bug, and needs to be fixed in stock vb4.
|
![]() |
|
|