# Button Hover pulls mysql data into flash

**URL:** https://forum.kirupa.com/t/button-hover-pulls-mysql-data-into-flash/229557
**Category:** programming
**Created:** [June 18, 2007, 3:42pm UTC](https://forum.kirupa.com/t/button-hover-pulls-mysql-data-into-flash/229557 "2007-06-18T15:42:35Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![hombr3w311](https://avatars.discourse-cdn.com/v4/letter/h/f4b2a3/32.png) [@hombr3w311](https://forum.kirupa.com/u/hombr3w311)
#### Post date: [June 18, 2007, 3:42pm UTC](https://forum.kirupa.com/t/button-hover-pulls-mysql-data-into-flash/229557/1 "2007-06-18T15:42:35Z")

</div>

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](http://www.northpointeplaza.com)

**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
