http://osflash.org/mailman/listinfo/red5devs_osflash.org
that will do it
JG
On 7/31/06, John Grden <[EMAIL PROTECTED]> wrote:
Hey Thomas, you might get a better response on red5devs
http://osflash.org/mailman/listinfo/red5devs_osflash.org
hth,
JGOn 7/31/06, Thomas Williams < [EMAIL PROTECTED]> wrote:Hi Guys,
I was hoping that you could answer some questions I had about the Java
classes. We are working on RTMP streaming, and I have been looking at
the classes that you have set up, and I just wanted to clarify some of
the functions.
RTMPConnection has two sets of methods that look very similar, invoke &
notify. I have successfully sent messages back to the client with
something along the lines of
<java>
this.connection.notify("inform", new Object[]{_message});
</java>
<as>
nc = new NetConnection();
nc.connect("rtmp://localhost/nexus");
nc.inform = function(obj:Object){
//do fireworks, etc.
}
</as>
However, notify has no such effect.
Could someone let me know the difference?
Many thanks,
Tom
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org--John Grden
--
John Grden
_______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
