Dear Programmer,
I want to keep a flash file(.swf) in the master page of my asp.net website. so i used following code
<object type="application/x-shockwave-flash" title="menu" width="130"height="400" data="/Flash/menu.swf" >
<param name="movie" value="/Flash/menu.swf" />...