embedded youtube video in eclipse+tomcat
hello,
i'm building a web site with embedded youtube video, when i run it in explorer as html, it works fine, but when i run it in eclipse with tomcat, i get a red cross error where the video player should be.
the player code:
Code:
<OBJECT width=320 height=265><PARAM NAME="movie" VALUE="http://www.youtube.com/v/FMVwWj475qE&hl=en&fs=1&rel=0"><PARAM NAME="allowFullScreen" VALUE="true"><PARAM NAME="allowscriptaccess" VALUE="always">
<embed src="http://www.youtube.com/v/FMVwWj475qE&hl=en&fs=1&rel=0"
type="application/x-shockwave-flash" allowscriptaccess="always"
allowfullscreen="true" width="320" height="265"></OBJECT>
any idea?