Log in

View Full Version : Mini Mods - Full Screen Button in Google video embedded Videos and BBcode


arena
06-04-2010, 10:00 PM
Hi,

You need to go to Styles & Templates ?> Style Manager ?> ?> BBCode Layout Templates ?> bbcode_video

Find;


<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" />


Replace with;

<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;

<p><embed id="VideoPlayback" src="http://video.google.com/googleplayer.swf?docid={param}&fs=true" style="width:470px;height:350px" allowFullScreen="true" allowScriptAccess="always" type="application/x-shockwave-flash"> </embed></p>

Videx
06-06-2010, 02:07 AM
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.