Satellite.pageExists

Availability

Flash Player 7

Usage

Satellite.pageExists( no:Number )

Parameters

no - Number.

Returns

Boolean value indicating if content exists ("true") or not ("false").

Description

Method. Checks if content exists.

Example

The following code will display 'true' if record 5 exists:

trace( mySatellite.pageExists( 5 ) );