status
Type
property
Summary
Specifies the current status of a player object
Syntax
put the status of player "myPlayer" into tStatus
Description
Use the status property to find out the current status of a player object.
Examples
put the status of player "myPlayer" into tStatus
if tStatus is "loading" then
put "Loading" && CR after fld "myField"
else if tStatus is "playing" then
put "Playing" && CR after fld "myField"
else
put "Paused" && CR after fld "myField"
end if
Value
Name | Type | Description |
---|---|---|
value | enum | This property is read-only and cannot be set. |
Related
glossary: property
keyword: player
property: looping, showSelection, callbacks, startTime, duration
Compatibility and Support
Introduced
LiveCode 6.7
OS
mac
Platforms
desktop