View Single Post
Old 05-08-2006, 11:06 AM   #5 (permalink)
Hooch
Registered User
 
Join Date: May 2006
Posts: 4
Hooch is on a distinguished road
Hi
I am wanting to make things alot easier for a cpl sites I help out at.
I have an .swf file that plays mp3's.
The xml code I showed (in the 1st post) is how the .swf file gets the info.
I want to make a form that the admins can upload the mp3's and name of song and band.
Then I was wondering if that xml code could be changed so it took that info from the database.
I know this is wrong, but something like..
Code:
<?xml version='1.0' encoding='utf-8'?>
<songs>
<song name=$row[song] file=$row[mp3]/>
</songs>
This way files could come and go without changing the xml file. And moderators without ftp access could upload mp3's and not need to change anything else. Very automated.

Is it even possible?
Thank you
Hooch is offline   Reply With Quote