downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

ming_setswfcompression> <ming_setcubicthreshold
Last updated: Fri, 13 Nov 2009

view this page in

ming_setscale

(PHP 4 >= 4.0.5, PHP 5, PECL ming SVN)

ming_setscale グローバルなスケール要素を設定する

説明

void ming_setscale ( float $scale )

出力する SWF の倍率を設定します。 SWF ファイル内では、座標は PIXEL ではなく TWIPS で計算します。 1 ピクセルは 20 TWIPS にあたります。

パラメータ

scale

設定する倍率。

返り値

値を返しません。



add a note add a note User Contributed Notes
ming_setscale
mabuzzer at hotmail dot com
13-Mar-2002 06:58
ming_setscale() 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.

Originally, Ming used the TWIP coordinate values, but this was quite often confusing, especially when loading a Ming generated movie into one created using Flash.

Ming v0.1.0 addressed this, by making the default coordinate system use Pixels. This function is to allow older code (which assumes the scale to be in TWIPS) to continue to function as it did under Ming pre 0.1.0

As the Ming site says, "If you have no idea what I'm talking about, good. " Because you then have no need for this function.

ming_setswfcompression> <ming_setcubicthreshold
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites