Last active
December 30, 2015 05:29
-
-
Save angusjune/7783037 to your computer and use it in GitHub Desktop.
Youku Player snippet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--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