03.05.2013 Views

FLASH® LITE™ 2.x - Adobe Help and Support

FLASH® LITE™ 2.x - Adobe Help and Support

FLASH® LITE™ 2.x - Adobe Help and Support

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Properties inherited from class Object<br />

constructor (Object.constructor property), __proto__ (Object.__proto__<br />

property), prototype (Object.prototype property), __resolve<br />

(Object.__resolve property)<br />

Constructor summary<br />

Signature Description<br />

Array([value:Object Lets you create an array.<br />

])<br />

Method summary<br />

Modifiers Signature Description<br />

concat([value:Object<br />

]) : Array<br />

join([delimiter:Stri<br />

ng]) : String<br />

Concatenates the elements specified in the<br />

parameters with the elements in an array <strong>and</strong><br />

creates a new array.<br />

Converts the elements in an array to strings,<br />

inserts the specified separator between the<br />

elements, concatenates them, <strong>and</strong> returns the<br />

resulting string.<br />

pop() : Object Removes the last element from an array <strong>and</strong><br />

returns the value of that element.<br />

push(value:Object) :<br />

Number<br />

Adds one or more elements to the end of an array<br />

<strong>and</strong> returns the new length of the array.<br />

reverse() : Void Reverses the array in place.<br />

shift() : Object Removes the first element from an array <strong>and</strong><br />

returns that element.<br />

slice([startIndex:Nu<br />

mber],<br />

[endIndex:Number]) :<br />

Array<br />

Returns a new array that consists of a range of<br />

elements from the original array, without modifying<br />

the original array.<br />

sort([compareFunctio Sorts the elements in an array.<br />

n:Object],<br />

[options:Number]) :<br />

Array<br />

sortOn(fieldName:Obj<br />

ect,<br />

[options:Object]) :<br />

Array<br />

Sorts the elements in an array according to one or<br />

more fields in the array.<br />

Array 233

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!