hi, im following basically this turotial:
http://www.red5tutorials.net/index.php/Tutorials:Streaming_and_database_connection_with_red5_media_server,
here the important part:
IServiceCapableConnection iconn = (IServiceCapableConnection)conn;
iconn.invoke( "message" , new Object[] {streamList} );
my problem is, i cant invoke the client mehtod:
public function message ( message:Object ):void
>> this is what flex is telling me:
ReferenceError: Error #1069: Property message not found on
vs.Connection and there is no default value.
what do i have to do here?
thx tom
_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org