An application I am working on embeds a browser based on xulrunner.
Within this browser, I need to load flash content that communicates with JavaScript to update the title of the browser.
While this works perfectly when launched from Firefox, it does not function properly within my application. Interestingly, a sample HTML file containing JavaScript works fine, as does the flash content when hosted on a server. However, attempting to execute JavaScript through locally stored flash content poses an issue.
I suspect that this problem may be related to security settings in xulrunner. Can anyone provide insight into what might be causing this?