Hello everyone,

I'm trying to use rtmp._nc.call() as follows:

rtmp._nc.call(
         "auth_bcast",
         new Responder(
                          function() { vid.stream.broadcast() },
                          funcition(fault: Object) {}
                  ),
         key
);

.... but the class "Responder" is not available on canvas. I tried to use
"passtrhrough" with "import flash.net.Responder;" but the compiler says:

"Call to a possibly undefined Method Responder"

What I am doing wrong?

Best!

-- 
Lucas
+54 911 6621 5845

Reply via email to