crossPlayer_basic
resizeBy method.

cp.myPlayer.resizeBy
cp.myPlayer.resizeBy ( width, height)
property type: function.

This method allows you to resize the player dynamically while running. When invoked, the player's media-area current width/height is resized by whatever width / height you specify. Due to limitations in the current Netscape DOM the player is re-parsed when a player-resize is trigged. This results in a quick flicker, but it is as close we can get. In MSIE on the other hand, resizing works awsum.
See also the resizeTo - method.

Input goes as pixels and is corrsponding to the plug-ins video-area, meaning NOT the width / height of the player itself.

Arguments;
Integers representing the desired media-view in pixels.
crossPlayer_basic reference Index.