Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail to play sound on IE #20

Closed
duynk opened this issue Oct 1, 2012 · 1 comment
Closed

Fail to play sound on IE #20

duynk opened this issue Oct 1, 2012 · 1 comment

Comments

@duynk
Copy link

duynk commented Oct 1, 2012

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

@lannymcnie
Copy link
Member

You should omit the spaces around the delimiter. You can also modify the
SoundJS delimiter to be " | " instead of "|".

On Mon, Oct 1, 2012 at 3:44 AM, duynk notifications@github.com wrote:

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.


Lanny McNie

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants