Created
November 9, 2010 04:46
-
-
Save geraldyeo/668714 to your computer and use it in GitHub Desktop.
Embedding Flash - XHTML valid and no js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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