Get your own customer support community
 

SoundManager can't get response from Flash in Firefox and IE

Hello, Scott!

I have faced with the following problem.

It seems like some settings of computer have been changed after installing Internet Explorer 8 so that my application works in every browser but Firefox (3.5.4) and IE.

Music player I'm working at is running localy - i have created virtual host so problems caused by loading *.swf file from local filesystem (file://...) are excluded.

I have uninstalled Internet Explorer, added path to *.swf file to the white list of Flash Security Panel but nothing has changed.
I have tried my application at computer of my colleague and everything has worked perfectly.

All I see in debug console while running appication in Firefox are the following lines:

soundManager._initMovie(): Waiting for ExternalInterface call from Flash..
soundManager._initMovie(): Got OBJECT element (created via JS)
soundManager._createMovie(): Trying to load /release_details_files/soundmanager/soundmanager2.swf
-- SoundManager 2 V2.75a.20080707 (AS2/Flash 8) --

So as far as I can see swf file has been loaded successfully and even Firebug shows me that movieContainer has been appended. But later on the page gets frozen and page doens't get refreshed - i have to restart browser in order to run application once again. I have tried to reinstall Flash Player and even to clear Application Data folder but everything still stays the same

The behaviour in IE differs a little bit. The debug console displays the following

soundManager.initComplete(): calling soundManager.onerror()
-- 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._initMovie(): Waiting for ExternalInterface call from Flash..
soundManager._initMovie(): Got OBJECT element (created via JS)
soundManager._createMovie(): Trying to load /release_details_files/soundmanager/soundmanager2.swf
-- SoundManager 2 V2.75a.20080707 (AS2/Flash 8) --

I would be very gratefull if you can help me.
I have been working with your library for a considerable length of time and it's the first time I have encountered with this sort of problem

PS
I think it's not essential to provide this post with link to application since it works perfectly at other computers. The reason is hidden somewhere in security settings of my computer or browsers.

Hope you have an idea of how it could be fixed

Thank you

best,
Alexander
 
sad I’m confused
Inappropriate?
1 person has this problem

The company has a solution in progress.


User_default_medium