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
For example coin.f74d9d70.mp3?1678266496281 will result in :
[Warn] : This browser does not support any of the audio files specified: http://localhost:1234/coin.f74d9d70.mp3?1678266496281
Expected Result
No warning logged
Actual Result
This should not log a warning in chrome, this is supported.
Environment
browsers and versions: Latest Chrome
operating system: Windows
Excalibur versions: latest main
(anything else that may be relevant)
Current Workaround
Rename file to not include a querystring or use Parcel static #2596
The text was updated successfully, but these errors were encountered:
eonarheim
changed the title
Excalibur gets confused when sound url contains more than one "."
Excalibur gets confused when sound url contains a querystring
Mar 11, 2023
===:clipboard: PR Checklist :clipboard:===
- [x] :pushpin: issue exists in github for these changes
- [x] :microscope: existing tests still pass
- [x] :see_no_evil: code conforms to the [style guide](https://github.com/excaliburjs/Excalibur/blob/main/STYLEGUIDE.md)
- [x] 📐 new tests written and passing / old tests updated with new scenario(s)
- [x] 📄 changelog entry added (or not needed)
==================
Closes#2599
## Changes:
- Update regex parsing sound paths to determine audio support
Steps to Reproduce
In Parcel
For example
coin.f74d9d70.mp3?1678266496281
will result in :[Warn] : This browser does not support any of the audio files specified: http://localhost:1234/coin.f74d9d70.mp3?1678266496281
Expected Result
No warning logged
Actual Result
This should not log a warning in chrome, this is supported.
Environment
Current Workaround
Rename file to not include a querystring or use Parcel static #2596
The text was updated successfully, but these errors were encountered: