
July 8th, 2003, 05:52 PM
|
|
Junior Member
|
|
Join Date: May 2003
Location: buckeye, az
Posts: 6
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
flistBox addItem() problems
I'm trying to populate a listBox with record information from a mySQL database. I'm using PHP as the intermediary language between the database and the flash movie.
The PHP script is returning all of the variables correctly, but when I try to call the addItem() method, nothing happens. I am calling the addItem method in an onLoad method of the returned LoadVars object, so I know that flash isn't trying to populate the listBox prematurely. In fact, I tryed testing the addItem call by defining absolute labels and values, and it still did nothing at all. No error messages or anything. I'd be grateful for any help at all.
|