Get your own customer support community
 

Problems IE

I dunno if i'm wrong with my code, but I cannot initialize Soundmanager properly with all browsers. (run smoothly with Opera,Safari,Firefox on mac, but doesn't in Safari, Chrome and IE for pc)
Here's my code:


soundManager.url = 'swf/';
soundManager.debugMode = true;
soundManager.consoleOnly = false;
soundManager.flashVersion = 8;
soundManager.waitForWindowLoad=true;

soundManager.onload = function() {

soundManager.createSound({
id: 'mouse3',
url: '_mp3/mouseover3.mp3'
});

}

and later i call soundManager.play('mouse3') throught a mootools event.

Well, with Safari and Chrome for pc it tells me something like that:

-- SoundManager 2 failed to load (security/load error) --
soundManager.disable(): Disabling all functions - future calls will
return false.
soundManager: Failed to initialise.
soundManager: No Flash response within reasonable time after document
load. Possible causes: Flash version under 8, no support, or Flash
security denying JS-Flash communication.
soundManager: Getting impatient, still waiting for Flash.. ;)
soundManager.handleFocus()
soundManager.beginDelayedInit(): Document loaded
soundManager._initMovie(): Waiting for ExternalInterface call from Flash..
soundManager._initMovie(): Got EMBED element (created via JS)
soundManager._createMovie(): Trying to load swf/soundmanager2.swf
-- SoundManager 2 V2.93a.20090117 (AS2/Flash 8), high performance mode --

in IE instead, doesn't even show up che debug console, it just says that are error on the page (SoundManager undefined) and blocks all my other js!!. The page it's temporally located here: http://www.lepetitatelier.it/jules/ Ty for any eventual help.
Bio.
 
sad I’m frustrated
Inappropriate?
1 person has this question

User_default_medium