Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

flash movie in an asp page

Status
Not open for further replies.

skrobbert

Technical User
Jun 7, 2001
29
0
0
NL
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(&quot;<OBJECT classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot;
codebase=&quot; WIDTH=250 HEIGHT=112>
<PARAM NAME=movie VALUE=&quot;test.swf&quot;> <PARAM NAME=quality VALUE=best> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src=&quot;images/fks.swf&quot; quality=best bgcolor=#FFFFFF WIDTH=536 HEIGHT=216 TYPE=&quot;application/x-shockwave-flash&quot; PLUGINSPAGE=&quot;</OBJECT>
Response.write(&quot;</td>&quot;)
response.write(&quot;<td valign=top rowspan=2 width='225'>&quot;)


Can anyone help me please. Thanks
Robbert van Spronsen
 
Never tried to write the ocx component into a page dynamically before and I'm not sure if it actually works or not (should do - it's just HTML when all is said and done) but if this is a direct cut and paste from your page you haven't closed the first response.write() instruction after the closing OBJECT tag...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top