I've been going trough all the documentation but can;t seem to find out on how to set this thing on autoPlay: true
I'm using soundmanager2 and filefield, drupal7 with a basic ui360, see http://returntolasvegasshow.nl/prijzenpakket but I want it to play automatically

Any help would be super appreciated :)

Comments

jorisx’s picture

hmm, had to flush my cache i guess, it works now :)

infines’s picture

Status: Active » Closed (fixed)
megthing’s picture

Can you please tell us where you enabled autoplay?

steveoriol’s picture

Issue summary: View changes

I do not see the autoplay option ...

simone960’s picture

I don't seem to see there's such option. A workaround way is to use jquery trigger directly. e.g UI 360

setTimeout(function(){ $('.node-type-audio .sm2-360btn').trigger('click');}, 1000);

you may have to delay the execution with setTimeout();