Skip to content

Instantly share code, notes, and snippets.

@angusjune
Last active December 30, 2015 05:29
Show Gist options
  • Save angusjune/7783037 to your computer and use it in GitHub Desktop.
Save angusjune/7783037 to your computer and use it in GitHub Desktop.
Youku Player snippet
<!--HTML代码:-->
<embed src="http://static.youku.com/qplayer.swf?playMode=mp4&winType=index&VideoIDS=XNDI0OTM4MDc2&isAutoPlay=false&ShowRelatedVideo=false" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" wmode="opaque" width="600" height="480"></embed>
<!--使用方法:
我们所要做的就是找到自己想要从优酷上引用的视频的ID,然后替换该段代码中**IDS=XNDI0OTM4MDc2中的XNDI0OTM4MDc2**,然后再将该段代码放置与网页中即可-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment