I'm not sure if it's a conflict with another plugin, but I can't get my gapro-2 plugin to load. When watching the request information in FireBug, the other plugins come up fine, but nothing from google. Here's how I have it implemented:
var s1 = new SWFObject('/jwplayer/player.swf','player','608','443','9');
s1.addParam('allowfullscreen','true');
s1.addParam('allowscriptaccess','always');
s1.addParam('flashvars','file=file.mp4&plugins=gapro-2,acudeojw&gapro-2.accountid=MYGA&gapro-2.trackstarts=true&acudeojw.videoId=<?php the_title(); ?>&acudeojw.title=<?php the_title(); ?>&autostart=true&acudeojw.CountdownTextEnabled=true&acudeojw.CountdownText=Advertisement: Your game will start in [adRemaining] seconds.&controlbar.position=none&acudeojw.javascriptEvents=true');
s1.write('gameHolder');Any idea why it would be skipping the load of gapro-2?
GAPro-2 doesn't work with SWFObject - you'll need to use the JW Embedder.