- Timestamp:
- 03/12/08 19:53:41 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/model/sources/academic/gen/video/uiTemplate/player.uitemplate
r1246 r1265 67 67 // embed the Flash Content SWF when all tests are passed 68 68 AC_FL_RunContent( 69 "src", "../res/VideoIndexee?indexXml="+vIndexUrl, 69 "src", "../res/VideoIndexee", 70 "flashvars", "indexXml="+vIndexUrl, 70 71 "width", "100%", 71 72 "height", "100%", … … 89 90 <noscript> 90 91 <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"/> 92 94 <param name="quality" value="high"/> 93 95 <param name="bgcolor" value="#869ca7"/> 94 96 <param name="allowScriptAccess" value="sameDomain"/> 95 97 <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"> 97 99 </embed> 98 100 </object>
Note: See TracChangeset
for help on using the changeset viewer.