Click to See Complete Forum and Search --> : Is there a tutorial that helps me make this? Is it even possible?


tcabaco
05-23-2007, 09:29 AM
Hi all
I'm new to XML and I'm developing a flash web-site for an hip hop artist. I already have a php backoffice for him to upload\insert data into the database. What I want to learn now is how to have 'frontofficed' in the flash web-site.. I'll not ask everything, just an example here:

He can insert downloadable music, and this is how it works: Artist - Title (Duration min) (Size mb) - Listen (preview file) / Download (download file)
Where "artist, title, duration, size, preview, download" are data and files he inserts in the backoffice. what I want now is to add this in a while condition (so it inserts all results) each in its own movie clip in this order (example):

50 Cent - Candy Shop (3:45 min) (4,30 mb) Listen / Download

Blue is for Link.. Gray for not dynamic content..

Is this easy to do? Is there an example on how to create single movie clips for each result on the php file (while condition) ??