Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > Supporting Technologies > Flash Media Server

Reply
 
Thread Tools Rate Thread Display Modes
Old 03-07-2003, 01:48 PM   #1
zerooito
Registered User
 
zerooito's Avatar
 
Join Date: Nov 2002
Location: BRASIL
Posts: 126
Send a message via ICQ to zerooito
Default Experimental stuff

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
zerooito is offline   Reply With Quote
Old 03-11-2003, 04:04 AM   #2
zerooito
Registered User
 
zerooito's Avatar
 
Join Date: Nov 2002
Location: BRASIL
Posts: 126
Send a message via ICQ to zerooito
Default Hello world?

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
zerooito is offline   Reply With Quote
Old 03-11-2003, 01:42 PM   #3
baigorri
meathead
 
baigorri's Avatar
 
Join Date: Jul 2001
Location: Toronto
Posts: 169
Default

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
baigorri is offline   Reply With Quote
Old 03-11-2003, 08:17 PM   #4
zerooito
Registered User
 
zerooito's Avatar
 
Join Date: Nov 2002
Location: BRASIL
Posts: 126
Send a message via ICQ to zerooito
Default

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
zerooito is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:35 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.