Created
December 13, 2011 17:45
-
-
Save jonathanmoore/1473089 to your computer and use it in GitHub Desktop.
Tumblr <embed> striping
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
<!-- Embed code for Mixcloud --> | |
<object width="480" height="480"> | |
<param name="movie" value="http://www.mixcloud.com/media/swf/player/mixcloudLoader.swf?feed=http%3A%2F%2Fwww.mixcloud.com%2Fvlekrecords%2Fssaliva-lrzpm%2F&embed_uuid=ae879085-19b7-4e66-86b0-9e2e50835c9d&stylecolor=&embed_type=widget_standard"></param> | |
<param name="allowFullScreen" value="true"></param> | |
<param name="wmode" value="opaque"></param> | |
<param name="allowscriptaccess" value="always"></param> | |
<embed src="http://www.mixcloud.com/media/swf/player/mixcloudLoader.swf?feed=http%3A%2F%2Fwww.mixcloud.com%2Fvlekrecords%2Fssaliva-lrzpm%2F&embed_uuid=ae879085-19b7-4e66-86b0-9e2e50835c9d&stylecolor=&embed_type=widget_standard" type="application/x-shockwave-flash" wmode="opaque" allowscriptaccess="always" allowfullscreen="true" width="480" height="480"></embed> | |
</object> | |
<!-- Embed code after Tumblr strips the <embed> tag --> | |
<object width="480" height="480"> | |
<param name="movie" value="http://www.mixcloud.com/media/swf/player/mixcloudLoader.swf?feed=http%3A%2F%2Fwww.mixcloud.com%2Fvlekrecords%2Fssaliva-lrzpm%2F&embed_uuid=ae879085-19b7-4e66-86b0-9e2e50835c9d&stylecolor=&embed_type=widget_standard"></param> | |
<param name="allowFullScreen" value="true"></param> | |
<param name="wmode" value="opaque"></param> | |
<param name="allowscriptaccess" value="always"></param> | |
</object> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment