I am having trouble with the autostart plugin. I have it called correctly in my code but it doesn't seem to be working. I am using the latest player (Version 5) so I'm not sure if there's a compatibility issue or not. Here's my code below.
<script type='text/javascript'>
var so = new SWFObject('player.swf','mpl','227','212','9');
so.addParam('allowfullscreen','true');
so.addParam('allowscriptaccess','always');
so.addParam('wmode','opaque');
so.addVariable('playlistfile','mrss.xml');
so.addVariable('playlist','over');
so.addVariable('dock','false');
so.addVariable('repeat', 'list');
so.addVariable('plugins', 'autostarter-1');
so.addVariable('autostarter.count','2')
so.write('mediaspace');
</script>And the page it's on is http://victoriouspraise.org/dev
Regards,
Jamain
so.addVariable('autostart','true');
maybe?