Let me preface by stating that I am not looking for a solution so much as a clue.
Ok, I have a nice XHTML site using arrays to configure the content (all text).
Now I need to get the config file to parse nicely into Flash...
I tried using the Flash MX "LoadVars Object" with limited success. The problem is PHP and Flash address the variables differently.
PHP likes this--
"main" => array (
"13" => "Freelance" ,
"13url" => "1-3.php" ,
etc.
Flash likes this--
& 13=Freelance&13url=1.3.php
etc.
Is there a way to use the same data from the config.php without doing all kinds of string operations? or using a database for that matter?
My host does not use AMFPHP or the WDDX mods in Apache, so no luck there. Coldfusion is out of the question too, unfortunately.
If I am missing something obvious, don't hesitate to flame this post!
Thanks!!!