Why my video is not loading?
I get message “Movie not loaded”.
This is code.
<div id="cel_2" class="youtube"><object width="600" height="600">
<param name="movie" value="http://www.youtube.com/watch?v=yyy44xBlI44"></param>
<param name="allowFullScreen" value="true"></param>
<param name="wmode" value="transparent"></param>
<param name="allowscriptaccess" value="always"></param>
<embed
src="http://www.youtube.com/watch?v=yyy44xBlI44"
type="application/x-shockwave-flash"
allowscriptaccess="always"
allowfullscreen="true"
wmode = "transparent"
width="600"
height="600">
</embed>
</object>
the
srcdoes not meanswfsource but iframe source, your script will never work try using the given iframe, like the anwser of @Art Williams