This code will allow you to embed flash on websites and those sites will validate on w3c validator.
<object data="flash/name.swf" type="application/x-shockwave-flash" width="850"
height="200" style="outline:none;">
<param name="movie" value="flash/name.swf"/>
<param name="quality" data="high"/>
<param name="wmode" data="opaque"/>
</object>
1 comments:
Really it is very useful code for HTNL fresher candidates.
Post a Comment