If I have multiple instances of the same track on the same page. If I play the first and then play/pause the second - this will control the first track (instead of the second). The audio itself will play and pause, but progress bar/waveform etc. will only appear on the first track until you actually stop it.

Does that sound like a SoundManager2 issue? If so, any clues on how to resolve?

Thanks!

Comments

krlucas’s picture

Category: support » bug
Status: Active » Needs work
StatusFileSize
new1.15 KB

Attached is a patch that provides a quick fix. It appends a UUID to the URL of every track. IMO, this is not ideal, and should probably be handled on the js side of things since it will make requests for the same track look like requests for different tracks in various analytics tools.

But anyway, here it is.

andyhawks’s picture

Assigned: Unassigned » andyhawks
Status: Needs work » Reviewed & tested by the community
StatusFileSize
new1.53 KB

i think this patch works fine, i got it to work with media files as well.

patch re-rolled for latest dev, media file change added.

andyhawks’s picture

Status: Reviewed & tested by the community » Closed (fixed)