FMProjector > FMProjector Fundamental
教學專區
 

基礎教學
- FSCommand 簡介
- FMProjector 入門
- FMPlayer 入門
- Smartclips 入門
FSCommand 範例
- 1. Flash內嵌Video
- 2. 串流視訊&重疊撥放
- 3. 全螢幕撥放
- 4. 快轉與倒轉
- 5. 雙向同步控制

- 6. Flash內嵌PDF

- 7. Flash內嵌Real Player
- 8. ASP interface
Smartclip 範例
- 9. Video w/ slider
-10. Read/write registry w/ sc
FSCommand 教戰手冊

常見問題集
FSCommand 教學
FSCommand 速查表
應用範例
討論區
投稿作品
歡迎您提供作品連結

聯絡我們
  技術支援
   support@flashants.com
業務支援
  sales@flashants.com
意見回應
  feedback@flashants.com

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.