I recently gave a brief talk at Portland State University for Amanda Gomm for her digital publishing course, during which I discussed book scanning, the future of books, and our vision for a better digital world for students. The initially choppy audio gets better quickly. :-)
<?php
drupal_add_js('http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js', 'external');
drupal_add_js('http://dl.dropbox.com/u/blahblahblah/pup/jwplayer-5.9/jwplayer.js', 'external');
?>
<p id="container1">Please install the Flash Plugin</p>
<script type="text/javascript">
var flashvars = { file:'https://s3.amazonaws.com/blahblahblah/Paper-Upgrade-Project-at-PSU.mp4',autostart:'true' };
var params = { allowfullscreen:'true', allowscriptaccess:'always' };
var attributes = { id:'player1', name:'player1' };
swfobject.embedSWF('http://dl.dropbox.com/u/blahblahblah/pup/jwplayer-5.9/player.swf','container1','480','270','9.0.115','false',
flashvars, params, attributes);
</script>
Add new comment