Hi,

I write the code in Html to get a flash file using shockwave object.The below one.

<object type ="application/x-shockwave-flash" data ="nav.swf" width ="500" height ="450">
<param name="src" value ="intro.swf" />
</object>

My question Is possible to write a code in code behind?Why i am asking that in Vb.Net we can load the shockwave object components.But in Asp.Net If we try to load the components not possible.So clear my doubt??