Skip to main content
Inspiring
May 9, 2010
Question

Multiple non-linked container, same text flow

  • May 9, 2010
  • 1 reply
  • 479 views

Hi,

Is there a way to have a TextFlow with multiple containers but that the text doesn't float between containers.

In other words, I want to add several sprites to a text flow, and manage them independently.

Should I have a text flow for each container? how expensive it is in terms of performance?

tks.

This topic has been closed for replies.

1 reply

Adobe Employee
May 10, 2010

You'll want separate TextFlows for that - that's how its intended to work.  Given that you've already bit off the TLF the cost in memory usage is small and incremental.  Each flow will be composed separately so for editing it should perform better than trying to somehow manage it all as a single TextFlow.

Richard