<!--Enclose the javascript in <literal> ... </literal> tags. We have to do this to keep foswiki from trying to interpret the script as markup.-->

<literal>
<script src="http://its.vanderbilt.edu/streaming_player/js/swfobject.js" type="text/javascript">
</script>
</literal>

<!--There is a div for each player ("player1", "player2", "player3", etc. -->

---+Introduction to Propensity Score Method and Very Brief Introduction to Instrumental Variable
---++ Ayumi Shintani
---+++ January 8, 2013

<literal>
<div id="player1">
</div>
<script type="text/javascript">
var so = new SWFObject('http://its.vanderbilt.edu/streaming_player/its_player.swf','mpl','800','480','9');
so.addParam('allowscriptaccess','always');
so.addParam('allowfullscreen','true');
so.addParam('flashvars','&file=rtmp://flash.its.vanderbilt.edu/biostatistics/ShintaniBiostatsWIP.mp4&autostart=false&image=&fullscreen=true&stretching=fill');
so.write('player1');
</script>

-- AyumiShintani - 17 Sep 2013
Topic revision: r1 - 17 Sep 2013, AyumiShintani
 

This site is powered by FoswikiCopyright © 2013-2022 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Vanderbilt Biostatistics Wiki? Send feedback