Changeset 14019


Ignore:
Timestamp:
2007-04-23T15:35:54+12:00 (17 years ago)
Author:
lh92
Message:

fix the url to NZDL for Page turn application

File:
1 edited

Legend:

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

    r13971 r14019  
    232232
    233233 flash_plug_html += '    <PARAM name="allowScriptAccess" value="always" />\\n';
    234  flash_plug_html += '    <PARAM name="movie" value="_httpimg_/Book.swf';
     234 flash_plug_html += '    <PARAM name="movie" value="http://www.nzdl.org_httpimg_/Book.swf';
    235235 flash_plug_html += '?src_image=' + escape(img_cover);
    236236 flash_plug_html += '&doc_url=' + escape(doc_url);
Note: See TracChangeset for help on using the changeset viewer.