Javascript – Flash not interacting with Javascripts in browser inside the app

flashjavascriptSecurityxulrunner

I have an application which embeds a xulrunner based browser.

I have to load some flash content in it which talks to some javascript to update
the browser title.

The flash content works fine when launched from Firefox but not inside my app. I tried a sample html file which has some javascript and they work fine. It even works when I have the flash content on a server. It is only when I try to run js through flash present on my local machine that I see this problem.

I guess it must have something to do with some security settings in xulrunner.
Could somebody help me figure out what the problem might be?

Best Answer

Check out this answer, it might the solution of your problems.