I have a FlashMX movie that does a
loadVariables ( "./PHP/Detail.php?selectedId="+_level0.selectedId, _root);
on the onClipEvent (load) operation. The problem I am having is that I want Button6 to either be visible or invisible depending on the value of the loaded data.
The Flash movie (including the Button) gets loaded before the data is displayed from the database.
How can I accomplish this?
Thanks,
Rick
loadVariables ( "./PHP/Detail.php?selectedId="+_level0.selectedId, _root);
on the onClipEvent (load) operation. The problem I am having is that I want Button6 to either be visible or invisible depending on the value of the loaded data.
The Flash movie (including the Button) gets loaded before the data is displayed from the database.
How can I accomplish this?
Thanks,
Rick