PDA

View Full Version : Change Browser Title


saveth
05-09-2007, 05:25 AM
I've been looking for a solution to change the browser title using Flex 2. Any ideas on how this is accomplished?

Thanks,
Brian

Assertnfailure
05-09-2007, 06:09 AM
Browser titles are just html. You can edit the html file that is auto-generated for your accompanying swf in the bin folder.

dr_zeus
05-09-2007, 06:46 PM
If it needs to change dynamically, you should see if there's a way to do it with JavaScript. Flash Player can communicate through JS through the ExternalInterface class.