anyone have any idea why I might be having an impossible time embedding a
YouTube <objectin an .ASPX file:
<object width="425" height="355">
<param name="movie"
value="http://www.youtube.com/v/zAfQwDizpRo&rel =1"></param>
<param name="wmode" value="transpar ent"></param>
<embed src="http://www.youtube.com/v/zAfQwDizpRo&rel =1"
type="applicati on/x-shockwave-flash" wmode="transpar ent" width="425"
height="355"></embed>
</object>
(all just copied to the Clipboard from YouTube)
simple stuff ... never had a problem doing this on a web page; in VS 2005
it's hanging in design mode ... won't accept keystrokes, won't save the
file, etc ...
I also cannot figure how you embed WMP in an ASPX page ... I know people do
this stuff all the time
any suggestions?
TIA
BW
Comment