Author Topic: How do i turn off the autoplay for video from 1st page ?  (Read 497 times)

myfun

  • Newbie
  • *
  • Posts: 24
How do i turn off the autoplay for video from 1st page ?
« on: January 13, 2009, 03:38:54 AM »
How do i turn off the autoplay for video from 1st page ?
I would like the user to decide if he wants to see it or not

thank you

LennonNZ

  • Hero Member
  • *****
  • Posts: 977
    • Bcast New Zealand
Re: How do i turn off the autoplay for video from 1st page ?
« Reply #1 on: January 13, 2009, 04:56:28 AM »
edit templates/inner_index.htm and change autostart option.

Thanks

myfun

  • Newbie
  • *
  • Posts: 24
Re: How do i turn off the autoplay for video from 1st page ?
« Reply #2 on: January 13, 2009, 07:24:10 PM »
edit templates/inner_index.htm and change autostart option.

Thanks


i did that and it stops all videos from auto playng not just the one form the index, i want just the one from index

2pac

  • Newbie
  • *
  • Posts: 50
    • Music 4 Tube
Re: How do i turn off the autoplay for video from 1st page ?
« Reply #3 on: January 13, 2009, 08:14:48 PM »
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.

Quote
Inner_index.htm:
Code: [Select]
so.addVariable('autostart','false');<!--off autostart-->

Quote
Inner_play.htm:
Code: [Select]
so.addVariable('autostart','[var.auto_play]');<!--on autostart-->
This is my vars with jwplayer 4.3

regards. David