Changeset 19130


Ignore:
Timestamp:
2009-04-20T15:36:18+12:00 (15 years ago)
Author:
kjdon
Message:

changed location of Book.swf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/macros/document.dm

    r19129 r19130  
    229229 
    230230 flash_plug_html += '    <PARAM name="allowScriptAccess" value="always" />\\n';
    231  flash_plug_html += '    <PARAM name="movie" value="_httpimg_/Book.swf';
     231 flash_plug_html += '    <PARAM name="movie" value="_httpflash_/Book.swf';
    232232 if (isWin == false)
    233233 \{
     
    244244 flash_plug_html += '      pluginspage="http://www.macromedia.com/go/getflashplayer" \\n';
    245245 flash_plug_html += '      quality="high" \\n';
    246  flash_plug_html += '      src=\\'_httpimg_/Book.swf';
     246 flash_plug_html += '      src=\\'_httpflash_/Book.swf';
    247247 if (isWin == false)
    248248 \{
Note: See TracChangeset for help on using the changeset viewer.