tags:

views:

78

answers:

2

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

A: 

Do you have a link to the flex object in question? Perhaps seeing it would provide some clues.

Typeoneerror
+1  A: 

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?

hasseg