Created
March 29, 2010 11:07
-
-
Save gillesv/347748 to your computer and use it in GitHub Desktop.
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
<!-- vanilla swfobject --> | |
<script type="text/javascript" src="assets/js/swfobject.js"></script> | |
<!-- flash embedding and other tiny javascript --> | |
<script type="text/javascript"> | |
//<![CDATA[ | |
var flashvars = { config: "default", someParameter: "woot, it works!"}; | |
var params = { allowFullScreen : true }; | |
var attributes = { id: "flash" }; | |
swfobject.embedSWF("assets/swf/Main.swf", "flash_alternative", "100%", "100%", "9.0.0", "assets/swf/expressInstall.swf", flashvars, params, attributes); | |
//]]> | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment