-1

There is a frameset concept in HTML that we all know.

But I need that to be done in flex application.

How to do that ?

Seki
  • 11,135
  • 7
  • 46
  • 70
sevugarajan
  • 9,717
  • 12
  • 34
  • 31
  • You need to elaborate. What sort of information would you like to display in Flex? HTML? Images? What makes you think you need framesets? – David Hanak Mar 24 '09 at 09:44

1 Answers1

0

If what you're after is just a similar GUI component container layout than what you'd get using HTML frames, check out the DividedBox component (as well as its horizontal and vertical subclasses, HDividedBox and VDividedBox.) You can use the Flex 3 Style Explorer to see what they look and feel like. You can nest them inside each other just like with framesets.

hasseg
  • 6,787
  • 37
  • 41