Skip to content

Instantly share code, notes, and snippets.

@nalmeida
Created August 17, 2010 14:48
Show Gist options
  • Save nalmeida/530219 to your computer and use it in GitHub Desktop.
Save nalmeida/530219 to your computer and use it in GitHub Desktop.
Embed Flash
<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