Ignore:
Timestamp:
05/16/08 13:15:57 (5 years ago)
Author:
sam
Message:
  • Switch more URLs to the static website.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trollforge/lastmeasure/include/js.inc

    r222 r273  
    3333goatseflash  = '<div id="hello" style="z-index: 50; position: fixed; top: 0px; left: 0px; width: 100%; height: 100%;">'; 
    3434goatseflash += '  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="100%" height="100%">'; 
    35 goatseflash += '    <param name="movie" value="flash/hello.swf" />' 
     35goatseflash += '    <param name="movie" value="<?php echo $static;?>flash/hello.swf" />' 
    3636goatseflash += '    <param name="wmode" value="transparent" />'; 
    3737goatseflash += '  </object>' 
     
    4848 
    4949var protos = [  
    50         "lm.pdf", 
    51         "jews.wmv", 
     50        "<?php echo $static;?>lm.pdf", 
     51        "<?php echo $static;?>jews.wmv", 
    5252        "irc://irc.gnaa.us/gnaa", 
    5353        "irc://irc.efnet.org/politics", 
Note: See TracChangeset for help on using the changeset viewer.