yes, you can embed flash files on a asp page.
you have to to wrap the flash file around the appropriate tags.
For example i have a flash file on an asp page and have these
tags wrapped around it. I believe some of the properties will
be different based on what version of flash file you have.
Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0"
id="Bobble_ED" width="100%" height="100%" align=left>
<param name="movie" value="BobbleSpaceEdV2.swf">
<param name="quality" value="high">
<param name="scale" value="exactfit">
<param name="salign" value="tl">
<param name="align" value="left">
<param name="bgcolor" value="black">
<embed name="Bobble_ED" src="BobbleSpaceEdV2.swf"
quality="high" salign="tl" align="left" bgcolor="black" swLiveConnect="true"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>
</object>
LOL the smiley face in the code is ":" + "D" but when you put ": and D" together you get
Bookmarks