- Author was Featured
- Bought between 50 and 99 items
- Contributed a Tutorial to a Tuts+ Site
- Exclusive Author
- Has been a member for 5-6 years
- Interviewed on the Envato Notes blog
- Item was Featured
- Referred between 100 and 199 users
- Repeatedly Helped protect Envato Marketplaces against copyright violations
No need for XML if you have PHP and MySQL
Also look into AMFPHP (or ZendAMF) for MySQL/PHP to flash.
+1 for PHP and Mysql and you can loadin a php file insted of XML (and echo the structure of an xml with the data read from the database)... I learned php wothout any book… simply searched for “how to…. in php” in google 
you need a “server side script language” to make CMS functionality (PHP – ASP – JSP – or others). Personally, I often work with php and MySql creating dynamical xml file from php making sql queries from database …
- Author was Featured
- Bought between 50 and 99 items
- Contributed a Tutorial to a Tuts+ Site
- Exclusive Author
- Has been a member for 5-6 years
- Interviewed on the Envato Notes blog
- Item was Featured
- Referred between 100 and 199 users
- Repeatedly Helped protect Envato Marketplaces against copyright violations
betaperseiflash said
you need a “server side script language” to make CMS functionality (PHP – ASP – JSP – or others). Personally, I often work with php and MySql creating dynamical xml file from php making sql queries from database …
If you use AMFPHP you dont need to create dynamic XML files. AMFPHP takes data from a database and sends it back to flash as an array. Saves you a lot of time.
- Sold between 100 000 and 250 000 dollars
- Author had a File in an Envato Bundle
- Has been a member for 4-5 years
- Author had a Free File of the Month
- Won a Competition
- Author was Featured
- Item was Featured
- Bought between 10 and 49 items
rondog saiddrawback with this solution is that application wouldn’t run without the backend
If you use AMFPHP you dont need to create dynamic XML files. AMFPHP takes data from a database and sends it back to flash as an array. Saves you a lot of time.
- Community Superstar
- Italy
- Sold between 10 000 and 50 000 dollars
- Has been a member for 3-4 years
- Microlancer Beta Tester
- Beta Tester
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Exclusive Author
- Author had a Free File of the Month
great, I have the occasion to point out this wonderful website:
http://www.phpvideotutorials.com/
a nice way to learn php, mysql by creating from scratch entire applications. And the guy is australian like this site 
Flash+PHP+XML is enough and safe for sites with a limited amount of information. I’ve been building CMS systems like this for my latest files and haven’t faced any special trouble.
This has the advantage to simplify the installation process (just upload a folder to server and eventually adjust some file permissions).
If you have large amounts of info and you need to make sure that it stays in a safe “place” you should use MySQL instead of XML files.
- Author was Featured
- Bought between 50 and 99 items
- Contributed a Tutorial to a Tuts+ Site
- Exclusive Author
- Has been a member for 5-6 years
- Interviewed on the Envato Notes blog
- Item was Featured
- Referred between 100 and 199 users
- Repeatedly Helped protect Envato Marketplaces against copyright violations
bitfade said
rondog saiddrawback with this solution is that application wouldn’t run without the backend
If you use AMFPHP you dont need to create dynamic XML files. AMFPHP takes data from a database and sends it back to flash as an array. Saves you a lot of time.
Yeah but he want to build a CMS . He is going to have a backend lol
- Has been a member for 4-5 years
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Sold between 50 000 and 100 000 dollars
- Microlancer Beta Tester
- Community Moderator
- Interviewed on the Envato Notes blog
- Author was Featured
- Bought between 1 and 9 items
- Referred between 50 and 99 users
I just want to offer users a HTML / FLASH page whatever where they can edit the child nodes of the XML with great ease. I am a big huge fan of making all my XML files FULL of settings, and I am proud to say that everyone who bought a file that has XML never wanted more from it LOL 
So that’s what I’d love to get for my buyers. A simple HTML or flash file, where a user can go, and edit XML settings without actually having to edit the XML via notepad/dreamweaver etc etc.
- Author was Featured
- Bought between 50 and 99 items
- Contributed a Tutorial to a Tuts+ Site
- Exclusive Author
- Has been a member for 5-6 years
- Interviewed on the Envato Notes blog
- Item was Featured
- Referred between 100 and 199 users
- Repeatedly Helped protect Envato Marketplaces against copyright violations
Enabled said
I just want to offer users a HTML / FLASH page whatever where they can edit the child nodes of the XML with great ease. I am a big huge fan of making all my XML files FULL of settings, and I am proud to say that everyone who bought a file that has XML never wanted more from it LOLSo that’s what I’d love to get for my buyers. A simple HTML or flash file, where a user can go, and edit XML settings without actually having to edit the XML via notepad/dreamweaver etc etc.
Well its going to be hard saving files without a back end. Javascript can kinda do it, but I think it requires ActiveX, yuck
