Blame view

js/panorama/GoPro4_SESSION_basic.html 1.74 KB
8d65d0ce   andryeyev   init
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
  <!-- saved from url=(0021)http://www.orbitvu.pl -->
  <!DOCTYPE html>
  <html lang="en-US">
      <head>
          <title>GoPro4_SESSION</title>
          <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
          <style type="text/css">
              html {
                  height: 100%;
              }
  
              body {
                  height: 100%;
                  background-color: #ffffff;
                  margin: 0px;
                  text-align: center;
              }
  
              div#GoPro4_SESSION30747010 {
                  margin: 0px auto;
                  width: 350px;
                  height: 350px;
              }
          </style>
      </head>
      <body>
          <div id="GoPro4_SESSION30747010">
              <a href="http://www.adobe.com/go/getflashplayer">
                  <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
              </a>
          </div>
  
          <script type="text/javascript" src="orbitvu12_basic/swfobject.js"></script>
          <script type="text/javascript" src="orbitvu12_basic/orbitvu.js"></script>
          <script type="text/javascript">
              inject_orbitvu('GoPro4_SESSION30747010',  // id of the viewer container element which is defined above
                             'orbitvu12_basic/orbitvuer12.swf',  // location of viewer swf file
                             'orbitvu12_basic/expressInstall.swf',  // location of flash installer file
                             {ovus_folder: "GoPro4_SESSION/",  // location of presentation files (can be absolute or relative url)
                              content2: "yes",
                              width: "350" ,
                              height: "350"
                             });
          </script>
      </body>
  </html>