crossPlayer_basic Reference sheet.
PROPERTIES METHODS.
name addButton
version buildPlayer
buttonsAlign destroyPlayer
buttonsBreakOnEach resizeBy
buttonsValign resizeTo
closeAble setStatus
skinBaseHref setTitle
       
EVENTS    
onload    
All crossPlayer_xxx modules are instantiated by creating a sub-object to a defined crossProbe instance.

syntax;
cp.myPlayer = new crossPlayer_xxx ( cp );

Where xxx corresponds to which crossPlayer you are using ( i.e. crossPlayer_basic )

The supplied argument in the above example must reference the name of the self parent instance.
(i.e. myCP.myPlayer = new crossPlayer_basic ( myCP ) )
Extension crossPlayer_basic is available after the window.OnLoad event has occured. Some properties belong to the crossPlayer_basic Control object "cp.crossPlayer_basic" or the cp.modules Array.