Removing timeline/playbutton/volume bar from youtube videos? |
Removing timeline/playbutton/volume bar from youtube videos? |
![]()
Post
#1
|
|
![]() Newbie ![]() Group: Member Posts: 2 Joined: Jun 2009 Member No: 732,284 ![]() |
Anyone know any sites or how to except this?
That link doesn't work. I already tried. Help is very appreciated. |
|
|
![]() |
![]()
Post
#2
|
|
![]() Mel Blanc was allergic to carrots. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 6,371 Joined: Aug 2008 Member No: 676,291 ![]() |
It works fine for me.
Just do this. First, gather this code below: CODE <style> div.resize {width:320px; height:240px !important; overflow:hidden; border:0px hotpink dashed; position:relative; top:0px;} object.resize {position:absolute; clip: rect(1px, 320px, 240px, 1px)} </style> <div class="resize"> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" height="270" width="320" class="resize"> <param name="allowScriptAccess" value="never" /> <param name="allowNetworking" value="internal" /> <param name="movie" value="http://www.youtube.com/v/########" /> <param name="wmode" value="transparent" /> <embed type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" src="http://www.youtube.com/v/########" height="270" width="320" class="resize" wmode="transparent" /> </object> </div> Now, you see where the ######## is? Well, replace that with the little numbers and letters that come after the v= in the address (URL) of your video. And then, you're done. ![]() |
|
|
![]() ![]() |