MACROMEDIA FLASH COMMUNICATION SERVER MX-SERVER-SIDE COMMUNICATION ACTIONSCRIPT DICTIONARY Manual de usuario Pagina 79

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 80
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 78
Server-Side Information Objects 79
Stream information objects
The information objects of the Stream object are similar to those of the client-side
NetStream object.
Code Level Meaning
NetStream.Clear.Success Status A recorded stream was deleted successfully.
NetStream.Clear.Failed Error A recorded stream failed to delete.
NetStream.Publish.Start Status An attempt to publish was successful.
NetStream.Publish.BadName Error An attempt was made to publish a stream that is already being
published by someone else.
NetStream.Failed Error An attempt to use a Stream method failed.*
* This information object also has a description property, which is a string that provides a specific reason for
the failure.
NetStream.Unpublish.Success Status An attempt to unpublish was successful.
NetStream.Record.Start Status Recording was started.
NetStream.Record.NoAccess Error An attempt was made to record a read-only
stream.
NetStream.Record.Stop Status Recording was stopped.
NetStream.Record.Failed Error An attempt to record a stream failed.
NetStream.Play.Start Status Play was started.**
** This information object also has a details property, which is a string that provides the name of the streams
being played. This is useful for multiple plays. The details property shows the name of the stream when
switching from one element in the playlist to the next element.
NetStream.Play.StreamNotFound Error An attempt was made to play a stream that does not exist.
NetStream.Play.Stop Status Play was stopped.
NetStream.Play.Failed Error An attempt to play back a stream failed.* **
NetStream.Play.Reset Status A playlist was reset.
NetStream.Play.PublishNotify Status The initial publish to a stream was successful. This message is
sent to all subscribers.
NetStream.Play.UnpublishNotify Status An unpublish from a stream was successful. This message is
sent to all subscribers.
Vista de pagina 78
1 2 ... 74 75 76 77 78 79 80

Comentarios a estos manuales

Sin comentarios