Lingo Dictionary > T-Z > volume (cast member property) |
![]() ![]() ![]() |
volume (cast member property)
Syntax
member(
whichCastMember
).volume
the volume of member
whichCastMember
Description
Shockwave Audio (SWA) cast member property; determines the volume of the specified SWA streaming cast member. Values range from 0 to 255.
This property can be tested and set.
Example
This statement sets the volume of an SWA streaming cast member to half the possible volume:
member("SWAfile").volume = 128
![]() ![]() ![]() |