Ruben
11-21-2005, 03:31 PM
Alright this will probably be the most stupid question of all time, but I've got expectations to life up to;
I was wondering, since XML seems to be the trend for loading external content into your flashsite, how do I keep this updated. This might be kinda confusing so here's an example;
If I'd use mySQL databases for storing the text on my site I'd just use a PHP-file to load the stuff from the database and then I'd load that into my flashsite using LoadVars (or whatever).
But if I would wanted to load mySQL stuff as XML then would I have to put all of the tags around them in the PHP as strings like thisprint "<stuffies>" + $stuffies + "</stuffies>";...or is there some kinda shortcut to doing this?
OR is the whole concept of loading your content as XML based upon the idea of the XML files instead of mySQL databases. ...which sounds kinda weird to me because that'd be real sh:tty to update in an CMS (I think..)
Anyways, I'd be really gratefull if someone could enlighten me here and tell me what is the best way to manage your content and still have my flashsite loading XML...
thanks bunches and heaps
:cool: - Ruben
I was wondering, since XML seems to be the trend for loading external content into your flashsite, how do I keep this updated. This might be kinda confusing so here's an example;
If I'd use mySQL databases for storing the text on my site I'd just use a PHP-file to load the stuff from the database and then I'd load that into my flashsite using LoadVars (or whatever).
But if I would wanted to load mySQL stuff as XML then would I have to put all of the tags around them in the PHP as strings like thisprint "<stuffies>" + $stuffies + "</stuffies>";...or is there some kinda shortcut to doing this?
OR is the whole concept of loading your content as XML based upon the idea of the XML files instead of mySQL databases. ...which sounds kinda weird to me because that'd be real sh:tty to update in an CMS (I think..)
Anyways, I'd be really gratefull if someone could enlighten me here and tell me what is the best way to manage your content and still have my flashsite loading XML...
thanks bunches and heaps
:cool: - Ruben