Flash Embed code that Validates072010
Jul


Use this code to display flash files on html pages. This is a leaner code, that validates, and for purposes of navigation,
won't overlay and hide hovered items on a page (such as drop down navigation). This is on its way out with the advent and spread of HTML 5. Still useful though.

<object type="application/x-shockwave-flash" data="pathToMovieHere/moive.swf" width="500" height="500">
    	<param name="movie" value="pathToMovieHere/moive.swf" />
    	<param name="wmode" value="transparent"/>
</object>

Add Your Comment

You must be logged in to post a comment.