Reputation: 3859
does anyone know why my title isint displaying in browser when i embed a flex object? When the page is loading it shows the title but then when its fully loaded it goes again
Upvotes: 0
Views: 294
Reputation: 6807
The culprit might be the IBrowserManager
. Are you using it? And if you are, are you calling its init()
method with a null value for the title
argument when your application initializes?
Upvotes: 1