Re: [flexcoders] BrowserManager's setTitle() function doesn't work on local release build?

2009-11-24 Thread devek
Actually, I figured it out. BrowserManager's setTitle is implemented as ExternalInterface.call("BrowserHistory.setTitle", value) in the source and as we know Flash can't access the javascript in the enclosing local web page. The reason it works on a debug build is because Flex Builder adds a f

[flexcoders] BrowserManager's setTitle() function doesn't work on local release build?

2009-11-24 Thread devek
No rush, but if someone is bored compile this and release an export build. For me if I go into the bin-debug folder and open it, it works. If I go into the bin-release folder and open it, it doesn't. I am using flex builder 3.0.214193 Why would it work differently when compiled for release? I'm c