SWFMovie クラス
導入
SWFMovie は SWF ムービーを表すオブジェクトです。
クラス概要
SWFMovie
SWFMovie
{
/* メソッド */
mixed add
( object $instance
)
void addExport
( SWFCharacter $char
, string $name
)
SWFMovie __construct
([ int $version
] )
SWFSprite importChar
( string $libswf
, string $name
)
SWFFontChar importFont
( string $libswf
, string $name
)
void labelFrame
( string $label
)
void nextFrame
( void
)
int output
([ int $compression
] )
void remove
( object $instance
)
int save
( string $filename
[, int $compression
] )
int saveToFile
( resource $x
[, int $compression
] )
void setbackground
( int $red
, int $green
, int $blue
)
void setDimension
( float $width
, float $height
)
void setFrames
( int $number
)
void setRate
( float $rate
)
void writeExports
( void
)
}目次
- SWFMovie->add — 任意の型のデータをムービーに追加する
- SWFMovie->addExport — 説明
- SWFMovie->addFont — 説明
- SWFMovie->__construct — SWF バージョン 4 のムービーを表すムービーオブジェクトを作成する
- SWFMovie->importChar — 説明
- SWFMovie->importFont — 説明
- SWFMovie->labelFrame — フレームにラベルをつける
- SWFMovie->nextFrame — 動画の次のフレームに移動する
- SWFMovie->output — 作成したムービーを出力する
- SWFMovie->remove — 表示リストからオブジェクトのインスタンスを削除する
- SWFMovie->save — SWF ムービーをファイルに保存する
- SWFMovie->saveToFile — 説明
- SWFMovie->setbackground — 背景色を設定する
- SWFMovie->setDimension — ムービーの幅と高さを設定する
- SWFMovie->setFrames — 動画の総フレーム数を設定する
- SWFMovie->setRate — 動画のフレームレートを設定する
- SWFMovie->startSound — 説明
- SWFMovie->stopSound — 説明
- SWFMovie->streamMP3 — MP3 ファイルをストリーム再生する
- SWFMovie->writeExports — 説明
SWFMovie
There are no user contributed notes for this page.
