|
FMProjector
Fundamental
Follow
the steps to create your first Video enabled
FLASH projector
Step 1: Editing Action commands in flash authoring enviroment
fscommand("fas.avclip.load","videofilename")
to load a video file
fscommand("fas.avclip.VideoOnTop","TRUE")
to set video on top
fscommand("fas.avclip.xy","10,50")
to set video position at (10,50)
Step 2: Export as .swf file in flash authoring enviroment
Using File->export movie in Flash
Step 3: Run FMProjector.exe(you may get it from fmbeta.zip)
Step 4: Using File->Open command to load your .swf file
in FMProjector
Step 5: Using File->CreateProjector to create a standalone
application.
|