Hello,
I have a website with ONE flash menu/intro/animation on each page (same on every page) and every page has obviously different title, content, etc.
I keep all of my variables in one php file called var.php, and I include that var.php into all of my other php-pages so I can just edit that var.php whenever I need to instead of having to edit every single file.
I want to import those variables from var.php into my flash file through actionscript and use those variables to insert text,
So everytime you open, for example the "contact me" page, the variable is imported and the flash file containes a text "Contact me"
I hope that makes sense, and I hope somebody who knows how to do that can help me. I would really appreciate it! Thanks.