| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
|
Hi, folks!
I´m programming AS for years, but I´m very new to comm server apps... I´m trying to build an experimental room class, with students and a teacher (in a graphic interface) just to learn how this shared objects stuff works. But I´m finding hard to understand the interactions between the classes and sub-classes of server files and client side MCs... Anybody can light my way, please? Any help would be apreciated. Thanx in advance. Zerooito |
|
|
|
|
|
#2 |
|
Registered User
|
Looks like this part of the forum isn't too populated, huh?
Did I find petrol in the desert? (hehehe) Well... I've browsed macromedia articles, and there's not such good tutorials for beginners, like me, that want to build real applications, instead of just cut and paste code... But... I guess there's one very nice article that helps me a lot. If anybody is stuck then look at this: http://www.macromedia.com/devnet/mx/...nnections.html Thanx, Kristopher Schultz, I own you this one!! Zerooito |
|
|
|
|
|
|
|
|
#3 |
|
meathead
Join Date: Jul 2001
Location: Toronto
Posts: 169
|
that was a good article
basicaly how i've been doing it is I create a client side netConnection client_nc = new netConnection(); handle the status client_nc.onStatus = function(){ } connect it client_nc.connect("rtmp/folder", a_username); create a serverside object for the user and when I need to call a function on the client from the server I use Client.prototype.myFunction = function(){ client_nc.call("functionOnClient", null, var1, var2) } i probably missed something im doing it off the top of my head but thats the basics of it. Chris |
|
|
|
|
|
#4 |
|
Registered User
|
Thanx, folk!
I´m almost getting mad about this thing... It´s hard to get such a technology without any good documentation. The macromedia´s user guide for comm server sucks! I´m cooking my brain. If you know any good tutorial for beginners, I´ll apreciate. Thanx again! Zerooito |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|