Question
adding an event listener wipes out all text !
the addition of the following seems to be benign enough but it complettely kills ALL MY TEXT so I cant see any of my stuff
articleField.textFlow.addEventListener(StatusChangeEvent.INLINE_GRAPHIC_STATUS_CHANGE,applySmoothing,false,0,true);
