openInViewer()

Opens the footage in a Footage panel, and moves the Footage panel to front and gives it focus.NOTE: Missing and placeholder footage can be opened using this

mainSource

The footage source, an object that contains all of the settings related to that footage item, including those that are normally accessed through the Interpr

file

The ExtendScript File object for the footage’s source file.If theFootageItem’smainSource is a FileSource, this is the same as FootageItem.mainSource.file.Ot

FolderItem object

The FolderItem object corresponds to a folder in your Project panel. It can contain various types of items footage, compositions, solids as well as other fo

item()

Returns the top-level item in this folder at the specified index position. Note that top-level here means top-level within the folder, not necessarily withi

numItems

The number of items contained in the items collection folderItem.items.length .If the folder contains another folder, only the FolderItem for that folder is

items

An ItemCollection object containing Item object that represent the top-level contents of this folder.Unlike the ItemCollection in the Project object, this c

FileSource object

The FileSource object describes footage that comes from a file.οΎ• FileSource is a subclass of FootageSource. All methods and attributes of FootageSource, in

reload()

Reloads the asset from the file. This method can be called only on a mainSource, not a proxySource.None.Nothing.

missingFootagePath

The path and filename of footage that is missing from this asset. See also AVItem footageMissing attribute .String; read-only.