hi,
you can use the Embed tag from HTML in the ASP.NET Inline code .
Simple code
<embed pluginspage="http://www.macromedia.com/go/getflashplayer" src="SAMPLE.swf"></embed>
The code below as shows brief
<object codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
height="64" width="60">
<param name="movie" value="SAMPLE.swf">
<param name="quality" value="high">
<param name="wmode" value="transparent">
<embed pluginspage="http://www.macromedia.com/go/getflashplayer" src="SAMPLE.swf"></embed>
</object>
hope this code will help you .
Thanks
Amitabkabir, if this helps please login to Mark As Answer. | Alert Moderator