Changes between Version 12 and Version 13 of Videos_tmp


Ignore:
Timestamp:
Jun 10, 2009, 3:23:49 PM (15 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Videos_tmp

    v12 v13  
    4545Download the source video file: [//video_files/WARPnet_Demo_med.mov WARPnet_Demo_med.mov] (32MB)
    4646
     47
     48{{{
     49#!html
     50
     51<div id="warpnet_demo_big">...</div>
     52<script type="text/javascript">
     53var so = new SWFObject('/flash_video_player/player.swf','mpl','1280','720','9');
     54so.addParam('allowscriptaccess','always');
     55so.addParam('allowfullscreen','true');
     56so.addParam('flashvars','&file=/video_files/WARPNET_DEMO_HQ.mov&linktarget=_blank&fullscreen=true&image=/video_files/WARPnet_Demo.jpg');
     57so.write('warpnet_demo_big');
     58</script>
     59}}}