Syntax

Result = dbLoadDVDAnimation(AnimationID)

Description

If #PB_Any is used as the AnimationID parameter, the new ID will be returned as 'Result'. Otherwise the value of 'Result' is the same value passed as the AnimationID parameter.

This command will load a DVD movie if both a DVD driver exists on the system and a DVD CD is in a DVD Drive attached to the system. Once the DVD movie has been loaded, it can be played and controlled like any other animation. This command will fail silently. If a DVD does not exist to play, use the dbTotalDVDChapters command to find out.

See Also

dbAnimationExist, dbLoadAnimation