|
This tutorial
will show you how to create your first rich media enabled Flash
application by using fscommand and FMProjector.
You
need the following tools for next
- Flash authoring tool
(Flash 4 or Flash 5)
- FMProjector (download
here)
Create
your first example
Step
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
Step 2: Export
as .swf file in flash authoring enviroment
Using File->export
movie
Step 3: Launch
FMProjector
Step 4: Using
File->Open to load and preview your .swf file into FMProjector
Step 5: Using
File->CreateProjector to create a standalone application.
What's
next
- Go
to FMPlayer Howto to
learn how to add Flash and Video integration contents to your
webpages.
- For
detail description and usage about fscommand please refer to fscommands
Tutorial.
|