PDA

View Full Version : loading mysql product records to new mc!


scriptmonkey
11-07-2005, 05:18 PM
hi
i have a mySql db which holds a cataloge of products (id,image,description,cost,stock count, and price).

i would like to dynamicly load the information for each product in the table to a new movie clip that dynamicly loads to the stage.

i would like for all the products in the cataloge to load automaticly when the main movie loads and when new products are added to the database that these are also loaded to a new mc.

evenualy id like to be able to drag these mcs arround the stage so a client can organise the products into piles of things that they want and things that they dont.

is this possiable?