   #PHP Manual Shockwave Flash functions swf_removeobject swf_scale

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                                  swf_rotate

   (PHP 4 <= 4.3.2)
   swf_rotate -- Rotate the current transformation

Description

   void swf_rotate ( float angle, string axis)

   The swf_rotate() rotates the current transformation by the angle given
   by the angle parameter around the axis given by the axis parameter.
   Valid values for the axis are 'x' (the x axis), 'y' (the y axis) or
   'z' (the z axis).
   ______________________________________________________________________

   Prev             Home      Next
   swf_removeobject  Up  swf_scale
