Lingo Dictionary > S > stop member

 

stop member

Syntax

member (whichCastMember ).stop()
stop member (whichCastMember)

Description

Command; stops the playback of a Shockwave Audio (SWA) streaming cast member. When the cast member is stopped, the state member property equals 0.

For you to change properties such as streamName, preLoadTime, and URL, the SWA streaming cast member must be stopped.

Example

This statement stops the SWA cast member Big Band from playing:

member("Big Band").stop()

See also

play member, pause member