Skip to content

Instantly share code, notes, and snippets.

Created February 11, 2015 06:28
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save anonymous/817381f5a42b604886e8 to your computer and use it in GitHub Desktop.
Save anonymous/817381f5a42b604886e8 to your computer and use it in GitHub Desktop.
xoxoxo wanxue
<div id="cc_video_<?php echo $_GET['vid']; ?>_2062507" class="video-container">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="720" height="520" id="cc_<?php echo $_GET['vid']; ?>">
<param name="movie" value="./player.swf?vid=<?php echo $_GET['vid']; ?>&amp;siteid=C19E12B3564FE2AD&amp;playerid=C308B2C7A78B53E9&amp;playertype=1&amp;autoStart=false">
<param value="transparent" name="wmode">
<param name="allowFullScreen" value="true">
<param name="allowScriptAccess" value="always">
<embed src="./player.swf?vid=<?php echo $_GET['vid']; ?>&amp;siteid=C19E12B3564FE2AD&amp;playerid=C308B2C7A78B53E9&amp;playertype=1&amp;autoStart=false" width="720" height="520" name="cc_<?php echo $_GET['vid']; ?>" wmode="transparent" allowfullscreen="true" allowscriptaccess="always" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash">
</object>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment