Closed (fixed)
Project:
SoundManager2
Version:
7.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Mar 2012 at 20:27 UTC
Updated:
3 Sep 2015 at 03:11 UTC
Jump to comment: Most recent
Comments
Comment #1
jorisx commentedhmm, had to flush my cache i guess, it works now :)
Comment #2
infines commentedComment #3
megthing commentedCan you please tell us where you enabled autoplay?
Comment #4
steveoriolI do not see the autoplay option ...
Comment #5
simone960 commentedI 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();