Skip to content

Instantly share code, notes, and snippets.

@matiskay
Created December 20, 2011 16:35
Show Gist options
  • Save matiskay/1502199 to your computer and use it in GitHub Desktop.
Save matiskay/1502199 to your computer and use it in GitHub Desktop.
Krpano Initial script
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