FMProjector/FMPlayer Tutorial > FMPLayer 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 add your Video-enabled Flash content to your webpages.

Something You should know

  1. FMPlayer is a browser component (ActiveX control / Netscape plugin). You don't have to manually install FMPlayer because it will automatically download and install the first time you visit a webpage containing video-enabled flash contents (designed with FLASHANTS
    fscommands).
  2. You can design video-enabled flash content by using the Flash authoring tool with FLASHANTS fscommands and then export to a SWF file.
  3. You have to register FMPlayer Server License to apply FLASHANTS Flash and Video Integration Technology for commercial website.

Add your artworks to your webpages

  1. 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="put your server 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>

    Note: The pink text is the sniffering script for Netscape plugin.

  2. Open the html file with your browser to view the result.

 

What's next

  • Browse each sample on the left to learn more on each features enabled by Flash and Video integration.
  • For detail description and usage about fscommand please refer to fscommands Tutorial.