Red5 actionscript
2 answers
Since Red5 is based on RTMP, there is no HTTP request to get parameters. Instead, you need to send the parameter from the swf client to Red5 over RTMP. Depending on what kind of data you are passing, you can either send that data as a connection parameter to the NetConnection, or you can define a method on the Application class that the client will call on the NetConnection.
0
a source to share