Hi,

Please see if this will help you it is based on Joachim's tutorial with some
code examples for shared objects:
http://jwamicha.wordpress.com/2007/01/29/create-a-new-java-red5-application/

On 3/29/07, Fábio Costa <[EMAIL PROTECTED]> wrote:

Hi people,i'm a newbie develloper in red5.(i started for real yesterday),
and i'm with a huge issue.
  I followed the joachim bauch tutorial for shared objects and read the
documentation. But in my program it returns neither false nor true, just
null.
I simplified my code to just create the damn sharedObject.

JAVA CODE:

public boolean Test(String nameos){

                IScope oneScope= Red5.getConnectionLocal().getScope();

         boolean a=createSharedObject(oneScope,nameos,true);

         return a;
        }

and the AS Code:

nc.call("Test",new ShowOutput,"anything");
...


function ShowOutput(){
        this.onResult = function(clientObj) {
                var theThing=clientObj;


                trace (theThing);

        }

PS: also i would really like to know if there is some material for
streaming
LIVE pre-recorded FLV, with FMS2 i used to send the stream to the
server-side,.asc, make it play and it would cause the publishing of the
stream

Thanks in Advance Fábio-Brazil

_________________________________________________________________
Verifique já a segurança do seu PC com o Verificador de Segurança do
Windows
Live OneCare! http://onecare.live.com/site/pt-br/default.htm


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




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

Reply via email to