Handlers - qtClearTextSampleCallback, qtCreateHREFTrack, qtRegisterTextSampleCallback, qtSetTrackAsChapterTrack

command qtClearTextSampleCallback MovieControllerID, Index
Description:
Removes a text callback.
Parameters:
MovieControllerID: Target movieControllerID.
Index: Index for callback (1 -5).
Return:
empty or error
command qtCreateHREFTrack MovieControllerID, URL, StartTime, Duration
Description:
Creates an HREFTrack in a movie.
Parameters:
MovieControllerID: Target movieControllerID.
URL: URL to navigate to (A T).
StartTime: Time that url should triger (movie timescale).
Duration: Length of HREFTrack (movie timescale).
Return:
empty or error
command qtRegisterTextSampleCallback MovieControllerID, TrackName,TrackIndex, Command, Target, Index
Description:
Registers a handler in the Rev app which will be called every time a text sample is loaded in the QT movie. The loaded text is passed a parameter.
Parameters:
MovieControllerID: Target movieControllerID.
TrackName,TrackIndex: Target track.
Command: Command which will be called in revolution.
Target: Long id of target to send command to.
Index: Index for callback (1-5).
Return:
Empty or false on error.
command qtSetTrackAsChapterTrack MovieControllerID, ChapterTrackIdentiifer, ParentTrackIdentifier, Boolean
Description:
Creates a chapter track linked to the Track specified by ParentTrackIdentifier.
Parameters:
MovieControllerID: Target movieControllerID.
ChapterTrackIdentiifer: Chapter track name or index.
ParentTrackIdentifier: Parent track name or index.
Boolean: true/false.
Return:
empty or error