Hi Edmond,

Edmond Lee wrote:
hello everyone:
i have use the Red5 with the trunk version (0.5 dev) to my Application ,and
i want to change the SharedObject with the JAVA at the ServerSide when the SharedObject is changed by the Client ,i means that ,if the Client changed
the SharedObject and the ServerSide how to know the Event,i have my code is:

import org.red5.server.adapter.ApplicationAdapter;
import org.red5.server.api.so.ISharedObject;
import org.red5.server.api.so.ISharedObjectListener;

public class Application extends ApplicationAdapter implements
ISharedObjectListener{
[...]
but it dosen't work ,and what shoud i do for my idea , I hope someone can
help me!!!!!thanks

Did you read my migration guide at
http://www.joachim-bauch.de/tutorials/red5/MigrationGuide.txt ?

You will have to register your ISharedObjectListener object at the SO to
receive update events through the callbacks.

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