FMProjector/FMPlayer Tutorial > FMProjector Howto
Back link
 

Home
FMProjetor
FMPlayer

Sample & Tutorial
 

Fundamental
- FSCommand Fundamental
- FMProjector Howto
- FMPlayer Howto
- Smartclips Howto
FSCommand Samples
- FSCommand Tutorial
- 1. Play video in Flash
- 2. Streaming&Overlap
- 3. Full screen video
- 4. Fast forward/backward
- 5. Synchronization
- 6. Embed PDF
- 7. Embed RealPlayer object
- 8. ASP interface
Smartclip Samples

- 9. Video w/ slider
-10. Read/write registry w/ sc
FSCommand Reference

- FAQ
- FSCommand Tutorial
- FSCommand fast track
Showcases
Support Forum
Submit yours
Anything done by you that can inspire and do help to others. It has better to be short, clear, and self-explained.

Contact
  Technical Support
  support@flashants.com
Marketing & Sales
  sales@flashants.com
Feedback & Suggestion
  feedback@flashants.com

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

  1. Flash authoring tool (Flash 4 or Flash 5)
  2. 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.