PDA

View Full Version : Pushing data from socket server to flash and then to JS


Ethrel
10-08-2008, 04:12 AM
Not sure where this would belong, so I am putting it here. Please move or notify me if this is the wrong place.

I am making a PHP chatroom and already have a working PHP socket server. I was wondering if it would be possible to push data from the socket server to flash and then have flash push that data into a javascript function for execution on the webpage? If yes, how would I go about building the flash part of this?

EDIT: Right now I am mainly just looking into ways of working everything and figuring out which methods would be best suited to what I need/want.