Menu flash help plz!

Hello,

Here is my problem.

I have a php file(vars.php)


$type = array("", "News", "Members", "Links", "Download", "Url Externe", "Team", "Forum");
$title = array("", "maison", "Membres", "Liens", "Downloads", "blabla", "Team", "Forum");
$target = array("", "index.php?file=News", "index.php?file=Members", "index.php?file=Links", "index.php?file=Download", "http://www.mail.oceandeisgn.qc.to", "index.php?file=Team", "index.php?file=Forum");

and an image

Like you see the image is a menu navigation. The php file is like a database!

I want to create a flash movie. that includes the image and uses the php file to fill in the titles and urls. So that if I change the php file, the flash menu will also change according to the php file.

I know its complicated to understand, but I can’t find an easier way to explain my problem.

So in conclusion, I want a flash movie, with the image above and that the flash uses the php file to give a title to each menu and a Url.

Thank you very much!