FLASHANTS
 
FMProjector/FMPlayer Tutorial > Play video in Flash
Back link
 

Home
FMProjetor
FMPlayer

サンプル& チュートリアル
 

基本動作
- FSCommandの概説
- FMProjectorの手引き
- FMPlayerのの手引き
- スマート・クリップの手引き
FSCommandでのサンプル
- 1. Flashで videoを再生する
- 2. ストリミング&オーバーラップ
- 3. フル・スクリーン・ビデオ
- 4. 早送り/巻き戻し
- 5.
シンクロナイズ
- 6. PDF
を埋め込む
- 7. RealPlayer
オブジェクトを埋め込む
- 8. ASP
インタフェス
スマート・クリップでのサンプル
- 9. Video w/ slider
-10. Read/write registry w/ sc
FSCommand
のレファランス
- FAQ
- FSCommandチュートリアル
- FSCommandファスト・トラック
ショーケース
サポート・フォーラム
投稿作品をここまで
ユーザーからの投稿をお待ちしております。

問い合わせ
技術サポート
support@flashants.com
マーケティング&販売
sales@flashants.com
フィードバック&提案
feedback@flashants.com

 

Little Mentor Speak - download this sample files

  1. Use the Flash authoring tool to add the following fscommands to your FLASH content to import video easily:
    fscommand ("fas.avclip.load", "../mediadata/baby.mpg");
    fscommand ("fas.avclip.xy", "90,60");
  2. Export the movie file as .swf file.
  3. Open the swf file with FMProjector to view the result.
  4. If you have a registered version of FMProjector, you can export standalone projector with FLASH + native Video integration contents.
  5. (With FMPlayer installed) Add the following code in your html file to embed your swf object, you do adjust the width, height and SwfURL value parameter to meet your .swf file. In this example, the SwfURL value parameter is 'turtorial1.swf'.

    <object id="FMClass1" width="330" height="250"
       classid="CLSID:637BB540-6ABA-11D4-901D-00D0090CB3BC"
       codebase="http://www.flashants.com/codebase/fmplayer.cab#version=1,5,2,0">
    <param name="LicenseKey" value="paste your License Key here">
      <param name="SwfURL" value="tutorial1.swf">
    <embed src="tutorial1.swf"
    pluginspage="http://www.flashants.com/download/download.shtml"
    type="application/x-FlashAnts-FMPLAYER" width="330" height="250">
    </embed> </object>
  6. (With FMPlayer installed) Open the html file with your browser to view the result.
著作権2001-2003年、FLASHANTS INC.による版権所有