How To Embedded Video Youtube That Disabled By Request


Sometime when we watch video on Youtube, one of them at least will catch up our eyes. And at the end you are going to embedded that video on your blog. Ok, that's no problem, because youtube have been providing script code to embedded video on your blog.

But not all videos can be embedded on your blog, this is because the request of uploader to do so.You'll see words "Embedding disabled by request" and no script code in there.

Don't worry!

Although video without script code, you still can do embedded video in your blog. How to do it?

well, it's pretty simple.

below is script code video from you tube

<object height="344" width="425"><param name="movie" value="http://www.youtube.com/v/7AvAYyu49_s&amp;hl=en&amp;fs=1"><param name="allowFullScreen" value="true"><param name="allowscriptaccess" value="always"><embed src="http://www.youtube.com/v/7AvAYyu49_s&hl=en&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>

just noticed at the red bold code, between "v/" and "&" >> 7AvAYyu49_s >> this the unique video code.

Well if you want to embedded video that with no script code, just copy the link, something like this >> http://www.youtube.com/watch?v=DajTbUhRykU

Copy the code after "v=" >> DajTbUhRykU

And then replace the code >> 7AvAYyu49_s >> (total 2 code needed to be replaced with new one) with this new code >> DajTbUhRykU

This is the video script code final result:

<object height="344" width="425"><param name="movie" value="http://www.youtube.com/v/DajTbUhRykU&amp;hl=en&amp;fs=1"><param name="allowFullScreen" value="true"><param name="allowscriptaccess" value="always"><embed src="http://www.youtube.com/v/DajTbUhRykU&hl=en&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>


beside the video, you also can change the size of video's window

height="344" >> the height is 344 point (you can change it)
width="425" >> the width is 425 point (you can change it)

you need to change both of size parameter:

upper side >> <object height="344" width="425"><param name="movie"

bottom side >> allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>

and here is the show:



and this one too

http://www.youtube.com/watch?v=6Kwe2fzHXcI

7 comments:

Anonymous said...

didn't work

Unknown on April 30, 2009 at 11:10 PM said...

From: MaertPC
now it's work. The code have been edited. Thanks

Survey Queen on May 18, 2009 at 1:22 PM said...

The Videos on your blog are not working and neither is the code.

Unknown on June 2, 2009 at 11:41 PM said...

It's work, I have tested it

Unknown on September 10, 2009 at 12:36 AM said...

now, this tips not work anymore. I think Youtube has a new method to make it strictly disabled

Anonymous said...

It works, I just used it. If you don't know what to copy/delete from the code then you're not going to get results. Doesn't mean the method is wrong.

h/e/x/c/r/a/s/s on August 24, 2011 at 10:06 AM said...

Hellsa not working anymore.