mdm.QuickTime |
Constructor |
The following table lists the constructors for the QuickTime class |
Constructor | Description | Availability |
---|---|---|
mdm.QuickTime() | Inserts a QuickTime player instance using the specified... | ![]() ![]() |
Methods |
The following table lists the methods for the QuickTime class |
Method | Description | Availability |
---|---|---|
QuickTime.close() | Closes the file loaded in the QuickTime instance. | ![]() ![]() |
QuickTime.hide() | Hides the QuickTime instance. | ![]() ![]() |
QuickTime.hideControl() | Hides the playback control in the QuickTime instance. | ![]() ![]() |
QuickTime.mute() | Mutes or unmutes the QuickTime instance. | ![]() ![]() |
QuickTime.play() | Plays the file loaded in the QuickTime instance. | ![]() ![]() |
QuickTime.show() | Shows the QuickTime instance. | ![]() ![]() |
QuickTime.showControl() | Shows the playback control in the QuickTime instance. | ![]() ![]() |
QuickTime.stop() | Stops the file loaded in the QuickTime instance. | ![]() ![]() |
Properties |
The following table lists the properties for the QuickTime class |
Method | Description | Availability |
---|---|---|
QuickTime.duration | Returns the total length in seconds of the fi... | ![]() ![]() |
QuickTime.height | Contains the height of the QuickTime instance... | ![]() ![]() |
QuickTime.isInstalled | Contains a boolean indicating whether or not ... | ![]() |
QuickTime.position | Returns the current frame of the video file i... | ![]() ![]() |
QuickTime.visible | Contains a boolean indicating whether or not ... | ![]() ![]() |
QuickTime.width | Contains the width of the QuickTime instance. | ![]() ![]() |
QuickTime.x | Contains the x position of the QuickTime inst... | ![]() ![]() |
QuickTime.y | Contains the y position of the QuickTime inst... | ![]() ![]() |