Flash Player 7
Satellite.pageExists( no:Number )
Boolean value indicating if content exists ("true") or not ("false").
Method. Checks if content exists.
The following code will display 'true' if record 5 exists:
trace( mySatellite.pageExists( 5 ) );