Handlers - qtAddMovieAnnotation, qtGetFullscreenSize(), qtGetMovieAnnotation(), qtGetMovieLoopingInfo(), qtGetMovieName(), qtGetTrackEnabled(), qtGetTrackFrameCount(), qtGetTrackName(), qtGetTrackType(), qtMakeMovieLoop, qtSetFullscreenSize, qtSetMovieLoopingInfo, qtSetMovieName, qtSetTrackEnabled

command qtAddMovieAnnotation MovieControllerID, AnnotationType, Annotation
Description:
Sets a movie annotation.
Parameters:
MovieControllerID: Target movieControllerID.
AnnotationType: album, artist, author, chapter, comment, composer, copyright, creationdate, description, director, disclaimer, encodedby, fullname, genre, hostcomputer, information, keywords, make, model, originalartist, originalformat, originalsource, performers, producer, product, software, specialplaybackrequirements, track, warning, writer, urllink, editdate1
Annotation: Annotation string.
Return:
empty or error
function qtGetFullscreenSize (MovieControllerID)
Description:
Returns the full screen playback settings for a movie.
Parameters:
MovieControllerID: Target movieControllerID.
Return:
Playback size (normal,double,half,full,current,off),boolean (AutoEnterFullScreen),boolean (PlaySlideShow)
function qtGetMovieAnnotation (MovieControllerID, AnnotationType)
Description:
Retrieves an annotation from a movie.
Parameters:
MovieControllerID: Target movieControllerID.
AnnotationType: See entries for qtSetMovieAnnotation
Return:
string or error
function qtGetMovieLoopingInfo (MovieControllerID)
Description:
Returns a movie's internal loop setting.
Parameters:
MovieControllerID: Target movieControllerID.
Return:
loop setting (normal,palindrome,none) or error.
function qtGetMovieName (MovieControllerID)
Description:
Returns the name of movie (as used for intermovie communication).
Parameters:
MovieControllerID: Target Movie Controller ID.
function qtGetTrackEnabled (MovieControllerID, TrackIdentifier)
Description:
Returns the enabled setting for a track.
Parameters:
MovieControllerID: Target movieControllerID.
TrackIdentifier: Name or index of track.
Return:
Boolean
function qtGetTrackFrameCount (MovieControllerID, TrackIndex)
Description:
Returns the number of frames in video track.
Parameters:
MovieControllerID: Target Movie Controller ID.
TrackIndex: Video track index. Default is 1.
Return:
Number of frames or -1 on error.
function qtGetTrackName (MovieControllerID, TrackIndex)
Description:
Retrieves the name of a track given an index.
Parameters:
MovieControllerID: Target movieControllerID.
TrackIndex: Index of track.
Return:
Track name or error
function qtGetTrackType (MovieControllerID, TrackIndex)
Description:
Returns the type of a track.
Parameters:
MovieControllerID: Target movieControllerID.
TrackIndex: Name or index of track.
Return:
Track type or error
command qtMakeMovieLoop (MovieControllerID, isPalindrome)
Description:
Sets a movie controllers loop setting (good only within Revolution - not saved).
Parameters:
MovieControllerID: Target movieControllerID.
isPalindrome: Set to true to enable palindrome looping.
Return:
empty or error
command qtSetFullscreenSize (MovieControllerID, Size, AutoEnterFullScreen, PlayAsSlideShow)
Description:
Stores the full screen playback setting for a movie.
Parameters:
MovieControllerID: Target movieControllerID.
Size: normal,double,half,full,current
AutoEnterFullScreen: Boolean
PlayAsSlideShow: Boolean
Return:
empty or error
command qtSetMovieLoopingInfo (MovieControllerID, LoopType)
Description:
Sets the internal loop setting for a movie.
Parameters:
MovieControllerID: Target movieControllerID.
LoopType: normal,palindrome,none
Return:
empty or error
command qtSetMovieName (MovieControllerID, MovieName)
Description:
Sets the name of a movie for intermovie communication purposes.
Parameters:
MovieControllerID: Target Movie Controller ID.
MovieName: Name to assign to the movie.
Return:
empty
command qtSetTrackEnabled (MovieControllerID, TrackIdentifier, Enable)
Description:
Enables/disables a track.
Parameters:
MovieControllerID: Target movieControllerID.
TrackIdentifier: Name or index of track.
Enable: True/false.
Return:
Empty.