Forum Moderators: open

Message Too Old, No Replies

Flash > PHP > Java > HTML

an updating circle

         

wizpl

9:48 am on Nov 11, 2006 (gmt 0)

10+ Year Member



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?

coopster

12:26 pm on Nov 12, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Why not just update the HTML text with PHP too? Is there any particular reason you why you could not? The HTML text gets updated either way.