Skip to main content
Participant
March 3, 2010
Question

TLF markup documented?

  • March 3, 2010
  • 1 reply
  • 454 views

Hi, total noob here as far as FTE/TLF. I'm trying to accomplish JPEG inlining in text that i'm loading in - very similar to what a typical web browser can do with HTML and <img> tags. After seeing how the regular Flash htmlText fields fail at this task, i've turned to FTE. I need to have text-text-text-image-text-text-text, that sort of thing.

It looks like the TFL markup is promising in this regard - should I use that, or try to construct things with the FTE structures/components? As you can see I have no idea what I'm talking about, need a clue soon, help! I'm having trouble finding the specifics of the TLF markup documented, that would be a good start if someone could point me to that. Thanks!

--Derek

This topic has been closed for replies.

1 reply

March 3, 2010

If you need to let the user select and edit the text, you'll want to use TLF.

If all you need is to display text, you can use FTE. But TLF might still make your work easier with our factory classes.

There's a blog post overview of the TLF markup here: http://blogs.adobe.com/tlf/2009/09/tlf-markup-overview.html

You may also want to look at our sample code in this blog post: http://blogs.adobe.com/tlf/2009/12/new-and-updated-tlf-samples.html