Hi
templates/inner_index.htm = jwplayer in index page
templates/inner_play.htm =jwplayer in play video pages
if you want to turn off autostart only in the index simply edit your code in inner_index.htm, & if you want to change autostart in the play videos edit your code in inner_play.htm.
Inner_index.htm:
so.addVariable('autostart','false');<!--off autostart-->
Inner_play.htm:
so.addVariable('autostart','[var.auto_play]');<!--on autostart-->This is my vars with jwplayer 4.3
regards. David