Media Player Object - Set Full Screen

Toggles a Media Player Object in or out of "full screen" mode.

Use this action to make a Media Player Object occupy the full width and height of the user's screen, hiding your AutoPlay application (and anything else on the user's desktop).

NOTE

 

 

 

This action will only work if the Allow change display size option is enabled for the Media Player Object.

Action ID:
Action Category:
Action List Syntax:

138
Media Player Object
MediaPlayerObject[<<OBJECTNAME>>].SetFullScreen(<<FULLSCREEN>>)

Settings

Object:

The name of the Media Player Object that you want to toggle in or out of "full screen" mode.

Full screen:

A true or false value (or a variable that contains a true or false value) that determines whether the Media Player Object will be toggled in or out of "full screen" mode.

If the value is true, the Media Player Object will enter "full screen" mode.

If the value is false, the Media Player Object will exit "full screen" mode.

Notes

Error Codes

Value
(%LastErrorNum%)

Simple Message
(%LastErrorMsg%)

Verbose Message
(%LastErrorDetails%)

0 (OK)

 

 

1

MSG_ERR_MEDIA_PLAYER_OBJECT_SET_FULL_SCREEN

MSG_ERR_MEDIA_PLAYER_OBJECT_SET_FULL_SCREEN
MSG_ERR_OBJECT_NOT_FOUND
<<OBJECTNAME>>

2

MSG_ERR_MEDIA_PLAYER_OBJECT_SET_FULL_SCREEN

MSG_ERR_MEDIA_PLAYER_OBJECT_SET_FULL_SCREEN
MSG_ERR_MEDIA_PLAYER_OBJECT_OPTION_DISABLED
<<OBJECTNAME>>

Examples

None