image flickering when loaded into dynamic text box
I have a swf that behaves like a slideshow, there is an audio track playing and at certain cue points in the audio a dynamic text field loads text/images from an xml doc.
My problem is that when the dynamic text field is swapping an old image for a new one, the new image flickers/flashes for a split second, and I need the transition to be seamless (when the image gets updated, there should be no gap). Anyone know how to increase the accuracy of a dynamic text field being updated?
Is there a function that works similar to updateAfterEvent? The transition in the dynamic text field is triggered by a listener object listening for audio cue points.
|