"load" is a very general word. There are very many ways to create data driven display in Flex. Depending on the granularity of the components you are displaying, some options include: Modules and SWFLoader, which are typicaly used to load larger, externally compiled blocks of functionality, Add/RemoveChild and Repeater, which typically are used to instantiate components dynamically, and the data-driven components, which typically are used at the individial data display control level.
Most of these can be combined in several ways. If the key part of your use of the word "load" means using externally compiled components, then Modules and SWFLoader are your choices. If "load" just means display, you have more options. Tracy ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Sid 'Neko Tamashii' Sent: Friday, April 11, 2008 7:02 AM To: [email protected] Subject: [flexcoders] Dynamic components Hi everyone! I'm a Flex newbie, but I'm experienced in PHP and other programming languages. As I read and study, I'm a bit curious if Flex can do what I want to do: load up components based on the PHP output. Can anyone tell me if it is possible? Maybe suggest a tutorial? Thanks Sidney

