SWFBitmap::__construct

(PHP 5 <= 5.3.0, PECL ming SVN) Loads Bitmap object SWFBitmap::__construct ( mixed $file [, mixed $alphafile ] ) Creates the new SWFBitmap object from the given file. Parameters: file Note: We can only deal with baseline (frame 0) jpegs, no baseline optimized or progressive scan jpegs! You can't import png images directly, though- have to use the png2dbl utility t

SWFAction::__construct

(PHP 5 <= 5.3.0, PECL ming SVN) Creates a new SWFAction SWFAction::__construct ( string $script ) Creates a new SWFAction and compiles the given script in it. Parameters: script An ActionScript snippet to associate with the SWFAction. See SWFAction for more details. This function is EXPERIMENTAL. The behaviour of this functi

ming_useswfversion

(PHP 4 >= 4.2.0, PHP 5 <= 5.3.0, PECL ming SVN) Sets the SWF version void ming_useswfversion ( int $version ) Sets the SWF version to be used in the movie. This affect the bahaviour of Action Script. Parameters: version SWF version to use. Returns: No value is returned. Examples:

ming_useconstants

(PHP 5 <= 5.3.0, PECL ming SVN) Use constant pool void ming_useconstants ( int $use ) Returns: No value is returned. This function is currently not documented; only its argument list is available.

ming_setswfcompression

(PHP 5.2.1-5.3.0, PHP 7, PECL ming SVN) Sets the SWF output compression void ming_setswfcompression ( int $level ) Sets the SWF output compression level. Parameters: level The new compression level. Should be a value between 1 and 9 inclusive. Returns: No value is returned.

ming_setscale

(PHP 4 >= 4.0.5, PHP 5, PHP 7, PECL ming SVN) Set the global scaling factor. void ming_setscale ( float $scale ) Sets the scale of the output SWF. Inside the SWF file, coordinates are measured in TWIPS, rather than PIXELS. There are 20 TWIPS in 1 pixel. Parameters: scale The scale to be set. Returns: No value is returned.

ming_setcubicthreshold

(PHP 4 >= 4.0.5, PHP 5, PHP 7, PECL ming SVN) Set cubic threshold void ming_setcubicthreshold ( int $threshold ) Sets the threshold error for drawing cubic beziers. Parameters: threshold The Threshold. Lower is more accurate, hence larger file size. Returns: No value is returned.

ming_keypress

(PHP 5 <= 5.3.0, PECL ming SVN) Returns the action flag for keyPress(char) int ming_keypress ( string $char ) This function is currently not documented; only its argument list is available.

HaruDestination::setXYZ

(PECL haru >= 0.0.1) Set the appearance of the page bool HaruDestination::setXYZ ( float $left, float $top, float $zoom ) Defines the appearance of the page using three parameters: left, top and zoom. Parameters: left The left position of the page. top The top position of the page. zoom The magnifi

HaruDestination::setFitV

(PECL haru >= 0.0.1) Set the appearance of the page to fit the window height bool HaruDestination::setFitV ( float $left ) Defines the appearance of the page to fit the window height. Parameters: left The left position of the page. Returns: Returns TRUE on success. Exception: Throws a HaruException on error.