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
Example:
var sound_manifest = [
{id:"music_menu", src:"res/music_mainmenu.mp3 | res/music_mainmenu.ogg"},
];
Sound can not being play because there is redundant space between ".mp3" and "|". Fail to load resource because soundjs detected that sound extension is "mp3 ", not "mp3".
This bug does not happens on Chrome
Tested in window 8
The text was updated successfully, but these errors were encountered:
Example:
var sound_manifest = [
{id:"music_menu", src:"res/music_mainmenu.mp3 | res/music_mainmenu.ogg"},
];
Sound can not being play because there is redundant space between ".mp3"
and "|". Fail to load resource because soundjs detected that sound
extension is "mp3 ", not "mp3".
This bug does not happens on Chrome
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/20.
Example:
var sound_manifest = [
{id:"music_menu", src:"res/music_mainmenu.mp3 | res/music_mainmenu.ogg"},
];
Sound can not being play because there is redundant space between ".mp3" and "|". Fail to load resource because soundjs detected that sound extension is "mp3 ", not "mp3".
This bug does not happens on Chrome
Tested in window 8
The text was updated successfully, but these errors were encountered: