I am building an application using Red5 (which I love), and have run into a small problem, which I swear I should be able to figure out, but cant!  So, I am hoping all you can help me out. 

 

I am not able to call my class from Flash…. I have two classes.  Application and Tester, I can call functions from the Application class using this code no problem:

 

this.nc.call("myFunction", res);

 

myFunction residing in the Application class.   But cant figure out how to get to myFunc2 in my tester class…. These that are below are NOT working for me….

 

this.nc.call("Tester.myFunc2", res);

this.nc.call("myFunc2", res);

this.nc.call("tester.myFunc2", res);

 

Any idea’s boys?  Thanks for the help (in advance)

 

Cheers,

Chase

 

                     

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

Reply via email to