Created
August 17, 2010 14:48
-
-
Save nalmeida/530219 to your computer and use it in GitHub Desktop.
Embed Flash
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 classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="320" height="240" id="ID_SWF" name="ID_SWF"> | |
<param name="movie" value="YOUR_SWF.swf"> | |
<param name="allowfullscreen" value="true"> | |
<param name="allowscriptaccess" value="always"> | |
<param name="flashvars" value=""> | |
<embed id="ID_SWF" | |
name="ID_SWF" | |
src="YOUR_SWF.swf" | |
width="320" | |
height="240" | |
allowscriptaccess="always" | |
allowfullscreen="true" | |
flashvars="" | |
/> | |
</object> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment