Quote:
Originally Posted by boeing747fp
is it possible to just have AJAX query my red5 server? or would that have to go through flash?
|
yes, you can do it with ajax for both connections.
i would still use a dummy event connection, a regular ajax callback can dispatch the data update fetch. if you leave the 2nd connection open, the call back won't fire until the connection is closed by the server.