[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/sites/all/libraries/highslide/examples/ -> flash.html (source)

   1  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "xhtml11.dtd">
   2  <html>
   3  <head>
   4  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   5  
   6  <title>Highslide JS</title>
   7  
   8  <!--
   9      1 ) Reference to the files containing the JavaScript and CSS.
  10      These files must be located on your server, except swfobject.js which
  11      is served from Google's CDN.
  12  -->
  13  
  14  <script type="text/javascript" src="../highslide/highslide-with-html.js"></script>
  15  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/swfobject/2.1/swfobject.js"></script>
  16  <link rel="stylesheet" type="text/css" href="../highslide/highslide.css" />
  17  
  18  <!--
  19      2) Optionally override the settings defined at the top
  20      of the highslide.js file. The parameter hs.graphicsDir is important!
  21  -->
  22  
  23  <script type="text/javascript">
  24  // Apply the Highslide settings

  25  hs.graphicsDir = '../highslide/graphics/';
  26  hs.outlineType = 'rounded-white';
  27  hs.wrapperClassName = 'draggable-header no-footer';
  28  hs.allowSizeReduction = false;
  29  // always use this with flash, else the movie will be stopped on close:

  30  hs.preserveContent = false;
  31  
  32  // 3) Optionally set the swfOptions. See http://highslide.com/ref/hs.swfOptions for full documentation

  33  /* hs.swfOptions = {

  34      version:              "7",

  35      expressInstallSwfurl: null,

  36      flashvars:            {},

  37      params:               {},

  38      attributes:           {}

  39  }; */
  40  </script>
  41  
  42  
  43  
  44  </head>
  45  
  46  <body>
  47  <div>
  48  
  49  <!--
  50      4) This is how you mark up the thumbnail or text link.
  51  -->
  52  <a href="includes/Flash.swf" onclick="return hs.htmlExpand(this, { objectType: 'swf', width: 300,
  53          objectWidth: 300, objectHeight: 250, maincontentText: 'You need to upgrade your Flash player',
  54          swfOptions: { version: '7' }  } )"
  55          class="highslide">
  56      Display flash
  57  </a>
  58  
  59  </div>
  60  </body>
  61  </html>


Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7