You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my case, I have many sounds with same URL, but I would like that it was different player instance.
Today self.getSoundByURL(soundURL) get search into self.soundsByURL[soundURL] based soundURL, how to make that soundURL be unique and not side effect others player on the page?
Problem
In my case, I have many sounds with same URL, but I would like that it was different player instance.
Today
self.getSoundByURL(soundURL)
get search intoself.soundsByURL[soundURL]
basedsoundURL
, how to make that soundURL be unique and not side effect others player on the page?Example:
But, when to createSound use it:
The text was updated successfully, but these errors were encountered: