Tips / Youtube
Remove search box from the youtube player before playing the video
Author: Tafaz
Visits: 1260
Date: 04.12.2008
Youtube has recently added some new features to the video player like the wide format and the search bar before the video (yes there's another one after ...)
to remove this annoying search bar you have to simply add this parameter &showsearch=0 to the video url
es:
<object height="344" width="425" type="application/x-shockwave-flash" id="myytplayer" data="http://www.youtube.com/v/oLrWn-H2J_c#&fs=1">
<param name="allowScriptAccess" value="always"/>
<param name="allowFullScreen" value="true"/>
</object>

<object height="344" width="425" type="application/x-shockwave-flash" id="myytplayer" data="http://www.youtube.com/v/oLrWn-H2J_c#&fs=1&showsearch=0">
<param name="allowScriptAccess" value="always"/>
<param name="allowFullScreen" value="true"/>
</object>
Author: Tafaz
Visits: 1260
Date: 04.12.2008
to remove this annoying search bar you have to simply add this parameter &showsearch=0 to the video url
es:
<object height="344" width="425" type="application/x-shockwave-flash" id="myytplayer" data="http://www.youtube.com/v/oLrWn-H2J_c#&fs=1">
<param name="allowScriptAccess" value="always"/>
<param name="allowFullScreen" value="true"/>
</object>

<object height="344" width="425" type="application/x-shockwave-flash" id="myytplayer" data="http://www.youtube.com/v/oLrWn-H2J_c#&fs=1&showsearch=0">
<param name="allowScriptAccess" value="always"/>
<param name="allowFullScreen" value="true"/>
</object>
Page 1 of 1
Se vuoi discutere con noi su questo articolo o comunque vuoi porci delle domande usa il nostro Forum

