Skip to content

Instantly share code, notes, and snippets.

@geraldyeo
Created November 9, 2010 04:46
Show Gist options
  • Save geraldyeo/668714 to your computer and use it in GitHub Desktop.
Save geraldyeo/668714 to your computer and use it in GitHub Desktop.
Embedding Flash - XHTML valid and no js
<object data="stage.swf" width="400" height="300" type="application/x-shockwave-flash" style="width:400px; height:300px;">
<param name="movie" value="stage.swf"/>
</object>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment