cdugga
cdugga

Reputation: 3859

flex app and title missing in browser

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

Answers (1)

hasseg
hasseg

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

Related Questions