<object
type="application/x-shockwave-flash"
data="example.swf"
width="300" height="175" hspace="10" vspace="10" align="right">
<param name="movie" value="example.swf" />
</object>
to make it compliant with html 4.01 transitional this would be the html I think:
<object
type="application/x-shockwave-flash"
data="example.swf"
width="300" height="175" hspace="10" vspace="10" align="right">
<param name="movie" value="example.swf">
</object>



LinkBack URL
About LinkBacks


Bookmarks