|
このチュートリアルは、いかにFSCommand及びFMProjectorを使うことによってユーザーの最初の
Videoの利用を可能にされるFlashアプリケーションを作成するかを示す。
ユーザーは、先ず次のツールを必要とする
- Flash authoring tool
(Flash 4 or Flash 5)
- FMProjector 1.2 (download
here)
最初の例を作成しよう
ステップ1:
Editing Action commands in Flash authoring enviroment (Macromedia
Flash 4 or 5)
FSCommand("fas.avclip.xy","10,50")
to set video position at (10,50)
FSCommand("fas.avclip.VideoOnTop","TRUE")
to set video on top (This command should be placed before fas.avclip.load)
FSCommand("fas.avclip.load","videofilename")
to load a video file
ステップ2:
Export as .swf file in flash authoring enviroment
Using File->export
movie
ステップ3: Launch
FMProjector
ステップ4:
Using File->Open to load and preview your .swf file into FMProjector
ステップ5:
Using File->CreateProjector to create a standalone application.
What's
next
|