Skip to content

Instantly share code, notes, and snippets.

@jiromm
Created September 29, 2013 19:27
Show Gist options
  • Save jiromm/6755690 to your computer and use it in GitHub Desktop.
Save jiromm/6755690 to your computer and use it in GitHub Desktop.
Are you often embedding Flash files into your html pages? If yes, you’ll better save the valid flash embed code below for future use.
<object type="application/x-shockwave-flash"
data="your-flash-file.swf"
width="0" height="0">
<param name="movie" value="your-flash-file.swf" />
<param name="quality" value="high"/>
</object>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment