Director Help

DVD

Represents a DVD cast member.

You can add a DVD cast member to a movie by using the Movie object’s newMember() method.

-- Lingo syntax
_movie.newMember(#dvd)

// JavaScript syntax
_movie.newMember("dvd");

Some of the following methods or properties may apply only to sprites that are created from a DVD cast member.

Event summary for the DVD media type

The following DVD events are always be handled by a DVDeventNotification event handler. When one of these events occurs, the DVDeventNotification event handler receives the event as a parameter. Some of these events also contain additional information that is passed as a second or third parameter to DVDeventNotification. For more information on using the following events with the DVDeventNotification handler, see on DVDeventNotification.

Event 

angleChange

noFirstPlayChain

audioStreamChange

parentalLevelChange

buttonChange

playbackStopped

chapterAutoStop

playPeriodAutoStop

chapterStart

rateChange

diskEjected

stillOff

diskInserted

stillOn

domainChange

titleChange

error

UOPchange

karaokeMode

warning

Method summary for the DVD media type

Method 

activateAtLoc()

rootMenu()

activateButton()

selectAtLoc()

frameStep()

selectButton()

chapterCount()

selectButtonRelative()

pause() (DVD)

stop() (DVD)

play() (DVD)

subPictureType()

returnToTitle()

titleMenu()

Property summary for the DVD media type

Property 

angle (DVD)

duration (DVD)

angleCount

folder

aspectRatio

frameRate (DVD)

audio (DVD)

fullScreen

audioChannelCount

mediaStatus (DVD)

audioExtension

playRate (DVD)

audioFormat

resolution (DVD)

audioSampleRate

selectedButton

audioStream

startTimeList

audioStreamCount

stopTimeList

buttonCount

subPicture

chapter

subPictureCount

chapterCount

title (DVD)

closedCaptions

titleCount

currentTime (DVD)

videoFormat

domain

volume (DVD)

See also

Member