B
Barrie Wilson
anyone have any idea why I might be having an impossible time embedding a
YouTube <object> in an .ASPX file:
<object width="425" height="355">
<param name="movie"
value="
"></param>
<param name="wmode" value="transparent"></param>
<embed src="
"
type="application/x-shockwave-flash" wmode="transparent" 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
YouTube <object> in an .ASPX file:
<object width="425" height="355">
<param name="movie"
value="
<param name="wmode" value="transparent"></param>
<embed src="
type="application/x-shockwave-flash" wmode="transparent" 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