Skip to main content
Participant
February 24, 2011
Question

InlineGraphicElement isn't render after scroll textarea

  • February 24, 2011
  • 1 reply
  • 1149 views

I'm using text area (spark) to display some paragraphElement which contain InlineGraphicElement.

inlineGraphicElement.source = sprite (an instance of Sprite class).

sprite is addChild a swf movie (AVM1 movie, use AVM2Loader to add to sprite), that mean inlineGraphicElement.source is dynamic.

When VScroll of textArea visible, and I scroll it so the inlineGraphicElement is out of viewport, then I scroll back.... my inlineGraphicElement is disappear.

I don't understant, I have trying with gif Image (use GifPlayer class product by ByteArray site), the same error still occur, please help

thanks for ur help!!

This topic has been closed for replies.

1 reply

Adobe Employee
February 24, 2011

Hi,

What version of Flex are you using?  Some bugs were introduced during TLF 2.0 development and then fixed.  The latest Flex 4.5 download has the fixes.

If that doesn't resolve your problem can you post a small example application demonstrating the bug?

Thanks,

Richard

Participant
February 25, 2011

It resolve my problem, Thanks so much