Ignore:
Timestamp:
03/12/08 19:53:41 (4 years ago)
Author:
anp
Message:

debug videoIndexee

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/model/sources/academic/gen/video/uiTemplate/player.uitemplate

    r1246 r1265  
    6767        // embed the Flash Content SWF when all tests are passed 
    6868        AC_FL_RunContent( 
    69                         "src", "../res/VideoIndexee?indexXml="+vIndexUrl, 
     69                        "src", "../res/VideoIndexee", 
     70                        "flashvars", "indexXml="+vIndexUrl, 
    7071                        "width", "100%", 
    7172                        "height", "100%", 
     
    8990<noscript> 
    9091        <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="VideoIndexee" width="100%" height="100%" codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab"> 
    91                         <param name="movie" value="../res/VideoIndexee.swf?indexXml=src/ressources/xml/videoIndex.xml"/> 
     92                        <param name="movie" value="../res/VideoIndexee.swf"/> 
     93                        <param name="FlashVars" value="indexXml=src/ressources/xml/videoIndex.xml"/> 
    9294                        <param name="quality" value="high"/> 
    9395                        <param name="bgcolor" value="#869ca7"/> 
    9496                        <param name="allowScriptAccess" value="sameDomain"/> 
    9597                        <param name="allowFullScreen" value="true"/> 
    96                         <embed src="../res/VideoIndexee.swf?indexXml=src/ressources/xml/videoIndex.xml" quality="high" bgcolor="#869ca7" width="100%" height="100%" name="VideoIndexee" align="middle" play="true" loop="false" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer"> 
     98                        <embed src="../res/VideoIndexee.swf" flashvars="indexXml=src/ressources/xml/videoIndex.xml" quality="high" bgcolor="#869ca7" width="100%" height="100%" name="VideoIndexee" align="middle" play="true" loop="false" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer"> 
    9799                        </embed> 
    98100        </object> 
Note: See TracChangeset for help on using the changeset viewer.