
Version 4.0 - FLV File - No video, only Audio
I downloaded the 4.0 non-commercial - i cannot get it to play the video. It shows a blank screen, and plays the audio fine.
I see that others have had a simialr problem, anyone know the solution?
I would love to buy a commerical license, but am obviously disappointed that there is the glaring bug.
Here is the code i am using
<script type="text/javascript" src="/recordings/swfobject.js"></script>
<div id="player">Skip Daigle Part 1</div>
<script type="text/javascript">var so = new SWFObject('/recordings/player.swf','mpl','400','300','9');so.addParam('allowscriptaccess','always');so.addParam('allowfullscreen','true');so.addParam('flashvars','&author=Skip Daigle & George Nordhaus&description=Skip Daigle Travelers Part 1&captions=Skip Daigle Travelers Part 1&file=/recordings/travelers/filename_part_01.flv&autostart=false&controlbar=over&fullscreen=true');so.write('player');</script>