hi team, how you add flash movie in .net 2. I came cross so many sample but none of them work as cross browser most of the time it failed showing in Firefox and Opera but works in IE.

This so far the simplest code I used.
Code:
            <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" data="image/banner1.swf"
                type="application/x-shockwave-flash" width="645" height="150"> 
                <param name="movie" value="image/banner1.swf" /> 
                <param name="quality" value="high" />
            </object>