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!
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | track_more_than_once-1292900-2.patch | 1.53 KB | andyhawks |
| #1 | soundmanager-track-more-than-once.patch | 1.15 KB | krlucas |
Comments
Comment #1
krlucas commentedAttached 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.
Comment #2
andyhawks commentedi 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.
Comment #3
andyhawks commented