Changes between Version 13 and Version 14 of Videos_tmp


Ignore:
Timestamp:
Jun 10, 2009, 4:13:17 PM (15 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Videos_tmp

    v13 v14  
    11== WARPnet Overview ==
    2 {{{
    3 #!html
    4 
    5 <script type="text/javascript" src="/flash_video_player/swfobject.js"></script>
    6 }}}
    7 
    8 {{{
    9 #!html
    10 
    11 <div id="warpnet_overview">...</div>
    12 <script type="text/javascript">
    13 var so = new SWFObject('/flash_video_player/player.swf','mpl','925','540','9');
    14 so.addParam('allowscriptaccess','always');
    15 so.addParam('allowfullscreen','true');
    16 so.addParam('flashvars','&file=/video_files/WARPnet_Overview_med.mov&linktarget=_blank&fullscreen=true&image=/video_files/WARPnet_Overview.jpg');
    17 so.write('warpnet_overview');
    18 </script>
    19 }}}
    20 This video presents an overview of WARPnet: Wireless Open-Access Research Platform for Networks.
    21 
    22 Download the source video file: [//video_files/WARPnet_Overview_med.mov WARPnet_Overview_med.mov] (33MB)
    232
    243== WARPnet Demonstration ==
     
    287<object width="800" height="600"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=5098637&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=5098637&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="800" height="600"></embed></object><p><a href="http://vimeo.com/5098637">WARPnet Demonstration</a> from <a href="http://vimeo.com/warp">Rice University WARP</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
    298}}}
    30 
    31 {{{
    32 #!html
    33 
    34 <div id="warpnet_demo">...</div>
    35 <script type="text/javascript">
    36 var so = new SWFObject('/flash_video_player/player.swf','mpl','925','540','9');
    37 so.addParam('allowscriptaccess','always');
    38 so.addParam('allowfullscreen','true');
    39 so.addParam('flashvars','&file=/video_files/WARPnet_Demo_med.mov&linktarget=_blank&fullscreen=true&image=/video_files/WARPnet_Demo.jpg');
    40 so.write('warpnet_demo');
    41 </script>
    42 }}}
    43 This video presents a demonstration of WARPnet, as presented at Mobihoc 2009.
    44 
    45 Download the source video file: [//video_files/WARPnet_Demo_med.mov WARPnet_Demo_med.mov] (32MB)
    46 
    47 
    48 {{{
    49 #!html
    50 
    51 <div id="warpnet_demo_big">...</div>
    52 <script type="text/javascript">
    53 var so = new SWFObject('/flash_video_player/player.swf','mpl','1280','720','9');
    54 so.addParam('allowscriptaccess','always');
    55 so.addParam('allowfullscreen','true');
    56 so.addParam('flashvars','&file=/video_files/WARPNET_DEMO_HQ.mov&linktarget=_blank&fullscreen=true&image=/video_files/WARPnet_Demo.jpg');
    57 so.write('warpnet_demo_big');
    58 </script>
    59 }}}