Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 7th, 2012  |  syntax: None  |  size: 0.42 KB  |  hits: 22  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <?php echo $this->Html->script('swfobject'); ?>
  2.         <div id='Video'>
  3.             <script type="text/javascript">
  4.                 swfobject.embedSWF("<?php echo $this->Html->url('/flash/Gallery.swf');?>", "FlashGallery", "288", "183", "9.0.0", "/expressInstall.swf", {url: "<?php echo $this->Html->url('/flash/images.xml');?>"});
  5.             </script>
  6.             <div id="FlashGallery">
  7.             </div>
  8.         </div>