Hi Pham,

Pham Ngoc Hai schrieb:
[...]
In flash I have a simple function:

function myABC() {
    myTextbox.text = "OK"
}

I call that flash function from my Red5 app:

service.invoke("myABC", new Object[] {null});

but myABC is never called.

is myABC attached to the NetConnection? You can't declare the function
somewhere in your code and hope that Flash magically knows where to
call it ;) See the "fitcDemo" webapp for an example, it registers the
method "setId" on the connection so it can be called by Red5.

Joachim

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to