Hi, I tried 2 ways to change the title of browser running my flex application:
1. set "pageTitle" of application
2. use code: BrowserManager.getInstance().setTitle("xxx");
The 2 ways work at very beginning, but after a remote call the title is changed
to name of that web page, like "xxx.html".
Any possible reasons?
thanks in advance.
Regards,
Robin

