XFileSharing Pro - mp3 auto play

Message
Author
lavahiphop
Posts: 17
Joined: Oct 15, 2009 6:17 am

mp3 auto play

#1 Postby lavahiphop » Nov 02, 2009 2:38 pm

Is there any way I can make the mp3 player automatically play when the visitor is on that page? So instead of clicking the play button, the song is beginning as soon as the page loads? thanks!

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#2 Postby PilgrimX182 » Nov 03, 2009 8:37 pm

In download1.html find

Code: Select all

so.write('mp3player');
and add above:

Code: Select all

so.addVariable('autostart','true');
- should do the trick.

sherayusuf3
Posts: 94
Joined: Jan 18, 2009 4:29 am

#3 Postby sherayusuf3 » Nov 06, 2009 3:39 am

PilgrimX182 wrote:In download1.html find

Code: Select all

so.write('mp3player');
and add above:

Code: Select all

so.addVariable('autostart','true');
- should do the trick.
nice info