[flexcoders] changing the pageTitle programmatically?

2006-08-08 Thread djbrown_rotonews
I have a use case where I need to change the pageTitle of my application to change based on a selection in a combo box. Is this possible? It looks like the pageTitle tag is used to generate the HTML at run-time, and isn't dynamic in nature as I need. -- Flexcoders Mailing List FAQ: http://

Re: [flexcoders] changing the pageTitle programmatically?

2006-08-08 Thread Ralf Bokelberg
You could use the externalAPI and Javascript. Cheers, Ralf On 8/8/06, djbrown_rotonews <[EMAIL PROTECTED]> wrote: > I have a use case where I need to change the pageTitle of my > application to change based on a selection in a combo box. Is this > possible? It looks like the pageTitle tag is used