I am trying to have these flash videos not play automatically when the page opens. How can I include that in the code below? I have tried every which way but the correct one as I cannot seem to figure it out. Any help would be useful.
Thank you!
Jennifer
http://www.unl.edu/ous/pearl/whatispearl.shtml
<script></script>
<div>
Jessica Jonson - What is PEARL flash video.
</div>
<script>
var so = new SWFObject("jessicaWhatIsPearl.swf", "jessicawhat", "350", "270", "8");
so.write("flashcontent");
</script>
