MOVIE


PLBCMP GUI Only

square.png Properties

square.png Events

square.png Instructions

 

The MOVIE instruction defines an object variable for a standard AVI (Windows) movie. To define a MOVIE, use one of the following statement formats:

 

(1)

[label]

MOVIE

[%]

(2)

[label]

MOVIE

(arraysize)

(3)

[label]

MOVIE

^

(4)

[label]

MOVIE

^,{target}

(5)

[label]

MOVIE

^(arraysize)

(6)

[label]

MOVIE

^(arraysize),({target}),...,({target})

 

Where:

label

Optional. A Data Label.

%

Optional. Denotes the item as being GLOBAL.

arraysize

Required. An integer decimal constant, CONST variable, or EQUATEd value indicating the number of array items.

^

Optional. Denotes the item as being a POINTER.

target

Required. The name of a previously defined data item of the same type.

Flags Affected: NONE

Note the following:

  1. A MOVIE contains no items.

  2. For MOVIEs to function under Windows, the Video for Windows system must be installed.

  3. Multi-dimension arrays are supported up to a maximum of fourteen dimensions.

  4. The ^ denotes Pointer Variable.

  5. MOVIE is not available when using the PLBCE runtime.

  6. Although a MOVIE may be defined as Global, it is DESTROYed during a CHAIN instruction.

  7. This object is not available when using the PL/B Web Server.

 

 

See Also: Example Code, Object Definitions, Object Output Instructions

 



PL/B Language Reference MODULE MREGION