Movies
A collection of movies.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
Movie add( Layer layer, LocationOptions at, Mixed reference, Object withProperties )
Creates a new Movie
Parameters
Number count()
Displays the number of elements in the Movie.
Movie item( Mixed index )
Returns the Movie with the specified index or name.
Parameters
Movie itemByName( String name )
Returns the Movie with the specified name.
Parameters
Movie itemByID( Number id )
Returns the Movie with the specified ID.
Parameters
Movie itemByRange( Mixed from, Mixed to )
Returns the Movies within the specified range.
Parameters
Movie firstItem()
Returns the first Movie in the collection.
Movie lastItem()
Returns the last Movie in the collection.
Movie middleItem()
Returns the middle Movie in the collection.
Movie previousItem( Movie obj )
Returns the Movie with the index previous to the specified index.
Parameters
Movie nextItem( Movie obj )
Returns the Movie whose index follows the specified Movie in the collection.
Parameters
Movie anyItem()
Returns any Movie in the collection.
Movie everyItem()
Returns every Movie in the collection.
String toSource()
Generates a string which, if executed, will return the Movie.
Movie []( Number index )
Returns the Movie with the specified index.