Jonathan:
Thanks for the sample. It is pretty straightforward and very helpful. Your explanation of the situation with Red5 i also very useful. It
One question for you:
From what I have determined from running the oflaDemo, apparently ther is some kind of RPC mechanism involving the NetConnection class that enables a client to call a function in Red5. On the Red5 side, I am seeing a Java class that generates a list of available videos, and somehow the client is calling the video function (and I suspect that it is using that NetConnection class in your example), but I cannot ascertain how the client is actually reaching the function.
It is this RPC mechanism that I am trying to learn about. Is it possible to simply add a Java class with the appropriate methods to a Red5 service, and somehow access that service's methods from an Actionscript- based client? It looks like that is what is happening in oflaDemo, but I cannot figure out how this is being set up.
Can you provide a sample in AS3 of how to do this, or, failing that, can you point me to where I can learn to use this mechanism?
Please advise...