Created
December 20, 2011 16:35
-
-
Save matiskay/1502199 to your computer and use it in GitHub Desktop.
Krpano Initial script
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
var viewer = createPanoViewer({swf:"filespano/krpano.swf",target:"pano"}); | |
viewer.addVariable("xml", "awesome.xml"); | |
viewer.addParam('bgcolor', '#006400'); | |
viewer.addParam('wmode', 'transparent'); | |
viewer.embed(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment