SWFSoundInstance::noMultiple

(PHP 5 <= 5.3.0, PECL ming SVN) void SWFSoundInstance::noMultiple ( void ) Returns: No value is returned. This function is currently not documented; only its argument list is available.

SWFSoundInstance::loopOutPoint

(PHP 5 <= 5.3.0, PECL ming SVN) void SWFSoundInstance::loopOutPoint ( int $point ) Parameters: point Returns: No value is returned. This function is currently not documented; only its argument list is available. See also: SWFSoundInsta

SWFSoundInstance::loopInPoint

(PHP 5 <= 5.3.0, PECL ming SVN) void SWFSoundInstance::loopInPoint ( int $point ) Parameters: point Returns: No value is returned. This function is currently not documented; only its argument list is available. See also: SWFSoundInstan

SWFSoundInstance::loopCount

(PHP 5 <= 5.3.0, PECL ming SVN) void SWFSoundInstance::loopCount ( int $point ) Parameters: point Returns: No value is returned. This function is currently not documented; only its argument list is available. See also: SWFSoundInstance

SWFSound::__construct

(PHP 5 <= 5.3.0, PECL ming SVN) Returns a new SWFSound object from given file SWFSound::__construct ( string $filename [, int $flags = 0 ] ) This function is currently not documented; only its argument list is available.

SWFShape::setRightFill

(No version information available, might only be in Git) Sets right rasterizing color void SWFShape::setRightFill ( SWFGradient $fill ) void setRightFill ( int $red , int $green , int $blue [, int $a ] ) Shortcut for $swfshape->setrightfill($s->addfill($r, $g, $b [, $a]));. Returns: No value is returned. This function is EXPERIMENTAL. The behaviour of t

SWFShape::setLine

(PHP 5 <= 5.3.0, PECL ming SVN) Sets the shape's line style void SWFShape::setLine ( SWFShape $shape ) void setLine ( int $width , int $red , int $green , int $blue [, int $a ] ) swfshape::setline() sets the shape's line style. width is the line's width. If width is 0, the line's style is removed (then, all other arguments are ignored). If width > 0, then line's color is set to red, green, blue. Last parameter a is o

SWFShape::setLeftFill

(PHP 5 <= 5.3.0, PECL ming SVN) Sets left rasterizing color void SWFShape::setLeftFill ( SWFGradient $fill ) void setLeftFill ( int $red , int $green , int $blue [, int $a ] ) What this nonsense is about is, every edge segment borders at most two fills. When rasterizing the object, it's pretty handy to know what those fills are ahead of time, so the swf format requires these to be specified. swfshape::setleftfill() se

SWFShape::movePenTo

(PHP 5 <= 5.3.0, PECL ming SVN) Moves the shape's pen void SWFShape::movePenTo ( float $x, float $y ) swfshape::setrightfill() move the shape's pen to (x,y) in the shape's coordinate space. Returns: No value is returned. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a futu

SWFShape::movePen

(PHP 5 <= 5.3.0, PECL ming SVN) Moves the shape's pen (relative) void SWFShape::movePen ( float $dx, float $dy ) swfshape::setrightfill() move the shape's pen from coordinates (current x,current y) to (current x + dx, current y + dy) in the shape's coordinate space. Returns: No value is returned. This function is EXPERIMENTAL. The behaviour of this function