QuickTime Object

Here are the object's settings as they appear in the properties pane:

Object

Name

The name that is used to identify this object.

MovieFile

The media file that you want to display in the QuickTime object. Click the browse button to select a file.

Note: The QuickTime object has a wide range of supported file types.

SizingMode

The way that media files will be displayed within the QuickTime control. Choose from:

Movie Fits Control

Resize the media to fill the area defined by the object's bounding box.

Note: This setting ignores the media's original aspect ratio. The media may appear distorted as a result.

Centered In Control

Center the media file at full size within the object's bounding box.

Maintain Aspect Ratio

Fit the media file within the object's bounding box while maintaining the original aspect ratio for the file. The aspect ratio of media file is its width to height ratio. For example 4:3 or 16:9. This option enables you to ensure the media is viewed at its intended dimensions.

BorderStyle

The type of border that the QuickTime object will have. Choose from:

Note: The border styles may not draw properly on 64-bit versions of the Windows operating system.

None

No border will be displayed.

Plain

A solid black line will be used for the object's border.

3D

The standard 3D/sunken border will surround the QuickTime object.

Note: On 64-bit versions of Windows this style may not display properly.

Loop

Automatically begin playing from the beginning whenever the end of the media file is reached. Choose from:

True

Automatically begin playing from the beginning when the end of the media file is reached.

False

Don't restart the media file when the end is reached.

AutoStart

Start playing the media file automatically (as soon as the page or dialog is opened). Choose from:

True

Start playing the media file automatically.

False

Don't start the media file automatically.

Note: If this option is False, the media will not play until you start it with a QuickTime.Play action.

Attributes

Enabled

Enable the object so it responds to user interaction. Choose from:

True

The object will respond to mouse overs and clicks and perform any actions assigned to its events.

False

The object will not respond to any mouse overs or clicks and will not perform any actions until it is enabled.

Note: You can use the QuickTime.SetEnabled action to enable this object.

Visible

Set the object's initial visibility. Choose from:

True

The object will be visible when the page or dialog is displayed.

False

The object will be invisible when the page or dialog is displayed.

Note: You can use the QuickTime.SetVisible action to make the object visible or invisible at run time.

Note: This option simply controls the initial visibility of the object and does not affect its play state. For example, if the object is set to start automatically, it will begin to play when the page opens whether it is visible or not.

Position

Left

The distance in pixels from the left edge of the object to the left edge of the page or dialog.

Tip: You can also change the position of an object by dragging it or using the arrow keys.

Top

The distance in pixels from the top edge of the object to the top edge of the page or dialog.

Width

The width of the object in pixels.

Tip: You can also resize an object by dragging one of the resize handles on its bounding box.

Height

The height of the object in pixels.

Auto-Resize

ResizeLeft

Whether the left side of the object will move when resized. Choose from:

True

The left side of the object will move when the application is resized.

False

Don't move the left side of the object when the application is resized.

ResizeRight

Whether the right side of the object will move when resized. Choose from:

True

The right side of the object will move when the application is resized.

False

Don't move the right side of the object when the application is resized.

ResizeTop

Whether the top of the object will move when resized. Choose from:

True

The top of the object will move when the application is resized.

False

Don't move the top of the object when the application is resized.

ResizeBottom

Whether the bottom of the object will move when resized. Choose from:

True

The bottom of the object will move when the application is resized.

False

Don't move the bottom of the object when the application is resized.

Sounds

HighlightSound

The sound that will be played when the mouse moves over this object. Choose from:

None

Don't play any sound.

Standard

Play the default mouse over sound, as configured on the Sound Effects tab of the Audio Settings dialog.

Custom

Play a custom mouse over sound.

HighlightFile

The custom audio file to play. Click the browse button to select an appropriate sound file.

ClickSound

The sound that will be played when the user clicks on this object. Choose from:

None

Don't play any sound.

Standard

Play the default mouse click sound, as configured on the Sound Effects tab of the Audio Settings dialog.

Custom

Play a custom mouse click sound.

ClickFile

The custom audio file to play. Click the browse button to select an appropriate sound file.

Actions

On Mouse Button Down

The actions that will be performed when the cursor is over the QuickTime object and a mouse button is pressed down. Click the edit button to open the script editor.

On Mouse Button Up

The actions that will be performed when the cursor is over the QuickTime object and a mouse button is released. Click the edit button to open the script editor.

On Mouse Move

The actions that will be performed when the mouse cursor moves over the QuickTime object. Click the edit button to open the script editor.

On Rate Change

The actions that will be performed when the play rate of the media file within the QuickTime object has changed. Click the edit button to open the script editor.

On Movie End

The actions that will be performed when the media file has finished playing. Click the edit button to open the script editor.

On Error

The actions that will be performed when an error occurs in the QuickTime object. Click the edit button to open the script editor.