Hi:
I am running a licensed JW player here (scroll to the bottom of the page)
How do I make the last frame a still frame that remains up in the player until you click to play it again?

Hi:
I am running a licensed JW player here (scroll to the bottom of the page)
How do I make the last frame a still frame that remains up in the player until you click to play it again?
<script type="text/javascript">var so = new SWFObject('/jw/embed/player.swf', 'mpl', '720', '450', '9.0.124');
so.addParam('allowscriptaccess', 'always');
so.addParam('allowfullscreen', 'true');
so.addVariable('author', 'Video Vermont');
so.addVariable('description', 'Wedding Video Commercial');
so.addVariable('duration', '60');
so.addVariable('file', 'http://www.video-vermont.com/absolutevc/videos/videovermont.flv');
so.addVariable('image', 'http://www.video-vermont.com/absolutevc/images/videovermont_still.jpg');
so.addVariable('title', 'Video Vermont');
so.addVariable('link', 'http://wedding_video_montage.html');
so.addVariable('bufferlength', '90');
so.addVariable('volume', '50');
so.addVariable('autostart', 'true');
so.addVariable('stretching', 'exactfit');
so.write('player');
</script>