Skip to main content
Participant
December 3, 2009
Question

How to add animated GIF and swf to text layout framework

  • December 3, 2009
  • 2 replies
  • 903 views

I want to show animated in the text layout framework, I search by google don't get anything helpful.

who can tell me How to add animated GIF and swf to text layout framework?

This topic has been closed for replies.

2 replies

Adobe Employee
December 3, 2009

See this earlier discussion on animated gifs
http://forums.adobe.com/message/2359331

Adding SWFs as an InlineGraphicElement either by reference via the source property or directly as a DisplayObject is supported.

http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flashx/textLayout/elements/InlineGraphicElement.html#source

Some simple examples are posted here:

http://opensource.adobe.com/wiki/display/tlf/Text+Layout+Framework

I'd suggest getting the InlineGraphic.as example and experimenting with that.

Richard

Participant
December 7, 2009

thanks,

rdermer
December 3, 2009

I haven't worked with images in TLF yet, but an animated gif component is

here: http://www.bytearray.org/?p=95

- Daniel Freiman