I have a flash object used fol selecting an element from a list.
Clicking on an element triggers php script which also updates an xml file on the server. Would it be possible at the same time to update a html text with Java?
I could make the php script update a $_SESSION[] variable, but how could I read it with Java at the moment of selecting an element in flash?