how to embed youtube video
I want to embed a video video from youtube into a webpage by using only their standard video url (eg. http://www.youtube.com/watch?v=AP94FMxkaT8). How can i embed video by using only the standard video url, I dont want to use their html embeding code.
Thanks
1 Answer
you can not do that in any way you must use the html
there is some php script ask you for the id only because they add it to the html and post it its the same thus you must use the html like this: <object type=\"application/x-shockwave-flash\" data=\"http://www.youtube.com/v/AP94FMxkaT8\" width=\"480\" height=\"385\"> <param name=\"movie\" value=\"http://www.youtube.com/v/AP94FMxkaT8\"> <param name=\"wmode\" value=\"transparent\"> </object> Posted: MacOS 0 of 0 people found this answer helpful. Did you? Yes No |
© Advanced Web Core. All rights reserved