MACROMEDIA FLASH COMMUNICATION SERVER MX-SERVER-SIDE COMMUNICATION ACTIONSCRIPT DICTIONARY Especificações Página 298

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 369
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 297
Client-Side Information Objects 107
NetConnection information objects
The following events notify you when certain NetConnection activities occur.
NetStream information objects
The following events notify you when certain NetStream activities occur.
Code property Level property Meaning
NetConnection.Call.Failed Error The NetConnection.call method was not
able to invoke the server-side method or
command.*
* This information object also has a description property, which is a string that provides a more specific reason
for the failure.
NetConnection.Connect.AppShutdown Error The application has been shut down (for
example, if the application is out of memory
resources and must be shut down to prevent the
server from crashing) or the server has been
shut down.
NetConnection.Connect.Closed Status The connection was successfully closed.
NetConnection.Connect.Failed Error The connection attempt failed; for example, the
server is not running.
NetConnection.Connect.InvalidApp Error The application name specified during the
connection attempt was not found on
the server.
NetConnection.Connect.Rejected Error The client does not have permission to connect
to the application, or the application expected
different parameters from those that were
passed, or the application specifically rejected
the client.**
** This information object also has an application property, which contains the value returned by the
application.rejectConnection server-side method.
NetConnection.Connect.Success Status The connection attempt succeeded.
Code property Level property Meaning
NetStream.Buffer.Empty Status Data is not being received quickly enough to fill
the buffer. Data flow will be interrupted until the
buffer refills, at which time a
NetStream.Buffer.Full message will be
sent and the stream will begin playing again.
NetStream.Buffer.Full Status The buffer is full and the stream will begin
playing.
NetStream.Failed Error An error has occurred for a reason other than
those listed elsewhere in this table, such as the
subscriber trying to use the seek command to
move to a particular location in the recorded
stream, but with invalid parameters.*
NetStream.Pause.Notify Status The subscriber has paused playback.
NetStream.Play.Failed Error An error has occurred in playback for a reason
other than those listed elsewhere in this table,
such as the subscriber not having read access.*
NetStream.Play.PublishNotify Status Publishing has begun; this message is sent to all
subscribers.
Vista de página 297
1 2 ... 293 294 295 296 297 298 299 300 301 302 303 ... 368 369

Comentários a estes Manuais

Sem comentários