Created
May 11, 2012 17:33
-
-
Save greypants/2661204 to your computer and use it in GitHub Desktop.
JS: swfobject.embedSWF
This file contains 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
<script type="text/javascript"> | |
var flashvars = {}, | |
params = {}, | |
attributes = {}; | |
swfobject.embedSWF("untitled.swf", "containerId", "800", "600", "9.0.0", false, flashvars, params, attributes); | |
</script> | |
<div id="containerId"> | |
<a href="http://www.adobe.com/go/getflashplayer"> | |
<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /> | |
</a> | |
</div> |
This file contains 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
var flashvars = {}, | |
params = {}, | |
attributes = {}; | |
swfobject.embedSWF("untitled.swf", "containerId", "800", "600", "9.0.0", false, flashvars, params, attributes); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment