tags:

views:

28

answers:

1

I have a GUI in flex. I am getting the value of the server date from the servlet to the .mxml file. I want to show the date and time dynamically changing. How can I do that in flex?

A: 

You would have to keep repolling the server or use push technologies and push the date to Flex.

jonbcampos