Hello All,
I have purchased a flash script that is feeds from an XML file called "flashfeed.xml"

I am building a website for a client and I built a full CMS backend for their site. They are going to want to update the content stored in the XML file, however, I have no idea where to start.

Can anyone advise me on my options and the best solution?

I was thinking of using the obvious and storing the data in a mysql database and then parsing that data to a PHP file and then convert it to an XML file. Advise, please.

    there can be two ways in doing so one is edit flashfeed.xml every time u make change in the content like add, edit or delete. for this u should have good idea about file handling.

    another way is to generate xml like data with php file what i mean is to create a file like flashfeed.php which generate data like flashfeed.xml but only at run time for that of course u need database to store xml datas. when u create such file then make flash to read flashfeed.php instead of flashfeed.xml .
    best of luck

      I understand what you mean completely, only because I have done this before, however, if there is anyone out there reading your reply for the first time, THEN they would be completely lost.

      1 point for effort though. Thank you!

        Write a Reply...