User Guide
DVD 123
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” on page 165.
Method summary for the DVD media type
Event
angleChange noFirstPlayChain
audioStreamChange parentalLevelChange
buttonChange playbackStopped
chapterAutoStop playPeriodAutoStop
chapterStart rateChange
diskEjected stillOff
diskInserted stillOn
domainChange titleChange
error UOPchange
karaokeMode warning
Method
activateAtLoc() rootMenu()
activateButton() selectAtLoc()
frameStep() selectButton()
chapterCount() selectButtonRelative()
pause() (DVD) stop() (DVD)
play() (DVD) subPictureType()
returnToTitle() titleMenu()