|
This tutorial
will show you how to add your Video-enabled Flash content to your
webpages.
Something
You should know
- 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).
- You can design video-enabled
flash content by using the Flash authoring tool with FLASHANTS
fscommands and then export to a SWF file.
- You have to register
FMPlayer Server License to apply FLASHANTS Flash and Video
Integration Technology for commercial website.
Add
your artworks to your webpages
- 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.
- 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.
|