noganno
9/29/2013 - 4:11 PM

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.

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>