Link to home
Start Free TrialLog in
Avatar of sulentho
sulentho

asked on

Youtube embed code not working

I am uwing the following embed code to embed a youtube video on my html page but all I am getting is a white space with the mssg "Movie not loaded". I have provided the code blow. Any kind of help is appreciated.
<p><object width="480" height="295"><param name="movie" value="http://www.youtube.com/watch?v=3PuHGKnboNY"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/watch?v=3PuHGKnboNY" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="295"></embed></object></p>

Open in new window

Avatar of OrTzabary
OrTzabary
Flag of Israel image

I just copied the embed URL from the youtube page and it worked... have you tried to use it ?

http://www.youtube.com/watch?v=3PuHGKnboNY

it written in the embed field...

Enjoy :)
<object width="480" height="295"><param name="movie" value="http://www.youtube.com/v/3PuHGKnboNY&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/3PuHGKnboNY&hl=en&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="295"></embed></object>

Open in new window

Avatar of sulentho
sulentho

ASKER

Thank you for your reply. The way this is supposed to work is the users are going to the add the video to a news article on the site in the format given by youtube which is http://www.youtube.com/watch?v=3PuHGKnboNY. Try to put this url in the embed code and you will see that the video then does not show up. Thanks
ASKER CERTIFIED SOLUTION
Avatar of OrTzabary
OrTzabary
Flag of Israel image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial