Skip to content

Instantly share code, notes, and snippets.

@sofish
Created November 5, 2012 10:21
Show Gist options
  • Save sofish/4016490 to your computer and use it in GitHub Desktop.
Save sofish/4016490 to your computer and use it in GitHub Desktop.
allowTransparency
<!doctype html>
<html>
<body style="position:relative;">
<div style="position:absolute;height:100px;width:800px;background:#ddd;z-index:10;">ddddd</div>
<div style="position:absolute;z-index:9">
<embed allowTransparency="true" src="http://player.youku.com/player.php/Type/Folder/Fid/18518455/Ob/1/sid/XNDcxMDg3ODcy/v.swf" quality="high" width="480" height="400" align="middle" allowScriptAccess="always" allowFullScreen="true" mode="transparent" type="application/x-shockwave-flash"></embed>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment