SOLAR SYSTEM SCOPE EMBEDDING FLASH contact@solarsystemscope.com
width
height
Notice that Flash preview window on the right will not be affected by width / height input. All other variables are visible after you click on GENERATE CODE button.
fullscreen
language
music
intro
save
Variables that remain saved each time you visit SSS are: latitude/longitude, time, music play, language. If you don't set any of these variables, last saved variable will be used instead of it's default value.
latitude
longitude
actualTime
year
month
day
hour
minute
I order to set specific time, you need to set actualTime to false.
menuTools
menuTime
menuIcons
menuZoom
GENERATED CODE :: FLASH OBJECT
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="664" height="490" id="SolarSystemScope">

  <param name="movie" value="http://www.solarsystemscope.com/scope.swf" />
  <param name="menu" value="false" />
  <param name="scale" value="noScale" />
  <param name="allowFullscreen" value="true" />
  <param name="allowScriptAccess" value="always" />
  <param name="bgcolor" value="000000" />

  <object type="application/x-shockwave-flash" data="http://www.solarsystemscope.com/scope.swf" width="664" height="490">

    <param name="movie" value="http://www.solarsystemscope.com/scope.swf" />
    <param name="menu" value="false" />
    <param name="scale" value="noScale" />
    <param name="allowFullscreen" value="true" />
    <param name="allowScriptAccess" value="always" />
    <param name="bgcolor" value="000000" />

    Please install latest <a href="http://www.adobe.com/go/getflash">Flash Player</a> to run Solar System Scope

  </object>

</object>
GENERATED CODE :: SWFOBJECT
<html>
  <head>

    <script type="text/javascript" src="swfobject.js"></script>
    <script type="text/javascript">
      var params = {
        menu: "false",
        scale: "noScale",
        allowFullscreen: "true",
        allowScriptAccess: "always",
        bgcolor: "000000"
      };
      var flashvars = {}
      swfobject.embedSWF("http://www.solarsystemscope.com/scope.swf", "scopeHolder", "664", "490", "10.0.0", "", flashvars, params);
    </script>

  </head>
  <body>

    <div id="scopeHolder">
      Please install latest <a href="http://www.adobe.com/go/getflash">Flash Player</a> to run Solar System Scope
    </div>

  </body>
</html>