Dynamic Asset Creation

Hi All,

I have been using AS3 for approximately 1 year now, and although I havent really done any major projects with it, I am fairly confident using it.

However, There is 1 part that I am very curious about. At the moment, I am using the design section of flash cs5 to create my assets. I am trying to make database driven applications, and the problem I have run into with using the design section is that you must manually program each symbol.

For example, If I wanted to make a dropdown menu, and a php file was passing the variables such as “amountOfSections = 5”, Then 5 sections would be displayed. This is fine to do using alpha to control what is visible etc, but if there where 5000 dropdown menu items, I would have to physically place 5000 dropdown items onto the stage.

I know that it is possible to use as3 to create objects AS THEY ARE NEEDED, but I have no idea how to do it.

It is extremely hard to explain what I mean, but hopefully that makes some sense :stuck_out_tongue:

Could anybody help me with this?

THANKS!!