Please help me. I'm a newbie in asp and I have this problem.
I have this asp page with some information and this page works perfect. I want to insert a small flash movie but when I insert the script the page doesn't work anymore. It was just a test but what am I doing wrong.
This is the flash part of my asp page:
Response.write("<OBJECT classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase=" WIDTH=250 HEIGHT=112>
<PARAM NAME=movie VALUE="test.swf"> <PARAM NAME=quality VALUE=best> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="images/fks.swf" quality=best bgcolor=#FFFFFF WIDTH=536 HEIGHT=216 TYPE="application/x-shockwave-flash" PLUGINSPAGE="
Response.write("</td>"
response.write("<td valign=top rowspan=2 width='225'>"
Can anyone help me please. Thanks
Robbert van Spronsen
I have this asp page with some information and this page works perfect. I want to insert a small flash movie but when I insert the script the page doesn't work anymore. It was just a test but what am I doing wrong.
This is the flash part of my asp page:
Response.write("<OBJECT classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase=" WIDTH=250 HEIGHT=112>
<PARAM NAME=movie VALUE="test.swf"> <PARAM NAME=quality VALUE=best> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="images/fks.swf" quality=best bgcolor=#FFFFFF WIDTH=536 HEIGHT=216 TYPE="application/x-shockwave-flash" PLUGINSPAGE="
http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
</OBJECT>Response.write("</td>"
response.write("<td valign=top rowspan=2 width='225'>"
Can anyone help me please. Thanks
Robbert van Spronsen