Skip to content

Instantly share code, notes, and snippets.

@shuizhongyueming
Created August 27, 2013 05:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shuizhongyueming/6349772 to your computer and use it in GitHub Desktop.
Save shuizhongyueming/6349772 to your computer and use it in GitHub Desktop.
From http://alistapart.com/article/flashsatay 一个比较通用的在页面中加载flash的方式,用的是object标签。但是考虑到现在html5的日渐普及,这种方式在日后的可用性还是有待商榷
<object type="application/x-shockwave-flash"
data="c.swf?path=movie.swf"
width="400" height="300">
</object>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment