Order Now AdSolution Sign Up | Login » Bits on the Run Sign Up | Login »

Forums

/

Autostart Plugin

4 replies [Last post]

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?

The Autostarter plugin it only compatible with V4, it says so right on the AddOn page - http://www.longtailvideo.com/addons/plugins/98/Autostarter?q=

Any word on this plugin being updated to the latest version?

Unfortunately, not.