PDA

View Full Version : red5 shared object troubles.


rbnzdave
08-18-2009, 10:12 PM
hi all.

having major problems trying to get a shared object from flash to be alktered by the red5 app its cnnected to. any code would be appreciated as I'm struggling to find any useful documentation online about this specific problem.

What I want to do, is connect from flash with a remote shared object, set a property in the so, then in my red5 app i want to read/change that property so when flash does a syncevent i can see the change.

thanks for any help you can provide.

Dave.

mr-webcam
08-18-2009, 11:11 PM
check this post, i made a zip file that will work with red5
it connects and shows a list of connected users and updates with every new client joining or leaving
http://www.actionscript.org/forums/showthread.php3?t=210053

rbnzdave
08-19-2009, 12:05 AM
I guess I wasn't clear enough.

What I want to do, is connect from flash with a remote shared object, set a property in the so, then in my red5 app i want to read/change that property so when flash does a syncevent i can see the change.

I dont need any flash per se, I need to know what I'm supposed to do in red5 to alter a property in the shared object created by flash. the example fla you mentioned is for something else.

Now that I think about it, I was perfectly clear.

rbnzdave
08-19-2009, 10:09 PM
I've managed to alter the shared object and add properties, now I'm trying to create an object serverside that can be read client side. Mainly for intiial info packages for the clients that the server can build and deploy when requested. Anyone ?