Last active
December 16, 2015 17:29
-
-
Save wolframkriesing/5470249 to your computer and use it in GitHub Desktop.
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 movieConfig = { | |
width: 550, | |
height: 400, | |
plugins: [ | |
'//cdn.pixelplant.com/as3shim-latest.min.js', | |
'//cdn.pixelplant.com/as3vm-latest.min.js', | |
'//cdn.pixelplant.com/transwf-runtime-latest.min.js' | |
], | |
pluginDebug: false, | |
urls: ['movie.js'], | |
assetBaseUrl: 'assets', | |
flashConfig: {flashVars: {varName:'and da value :)'}} // <<<<<==== flash vars | |
}; | |
bonsai | |
.setup({runnerContext: bonsai.IframeRunnerContext}) | |
.run(document.getElementById('bs-stage'), movieConfig); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment