Button Hover pulls mysql data into flash

It feels like I’ve officially searched to the end of the internet looking for some sort of a solution to this issue.

Summary:
I have a real estate site that has been designed fully in flash. In the floorplans section of the site there are 5 buildings that are clickable which display each floor, from there you can click on each individual unit.

Problem:
The issue is that each unit has it’s own dynamic data that is contained in a mysql database. There are 7 fields of information for each unit, and approximately 195 units.

I need for each unit to display its respected information in the provided dynamic text boxes when the unit is hovered over. I have a sample working, however the data that is getting pulled is not dynamic, its dummy data i placed in the FLA file. This is how I need it to display: (please click on ‘Prices Section’) SITE EXAMPLE

Approach:
I’ve created 7 dynamic text boxes nested into the swf as containers to display the data in. I’ve also created hover captions that should link the line of code activating the php file to query the mySQL for the respected row of data.

Please advise in this issue as so far it has been a complete waste of time. Thank you in advance,

Andrew