Better performance: break apart images or text fields on the fly
Currently I coded with AS3 my app in Flash AIR for iOS.
It seems (my feeling) that using dynamic text fields, created on the fly within a function, has a slower performance for the device than using break apart images.
I used 4 dynamic text fields on-the-fly with text formats from a non-existing font (Lucida Blackletter). Each textfield is faded in and out, followed by the next textfield in the same way. For the cross-fading I used TweenLite.
I am wondering if this is the best way to present the cross-fading texts or should I break apart the sentences of each textfield and convert it to MovieClips and then use Linkage to load in the cross-fading function?
Can someone advice me for the best option for the device?