If you have an .swf file (exported flash movie or a movie file converted to an .swf file using the file conversion site listed in our "Tools & Downloads" box at the right) and want to add it to your Luminis page, you can do so by following the directions below.
If you have any questions or problems, let us know.
<OBJECT ID="MediaPlayer" WIDTH="192" HEIGHT="190" CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" STANDBY="Loading Windows Media Player components..." TYPE="application/x-oleobject">
<PARAM NAME="FileName" VALUE="videofilename.wmv">
<PARAM name="autostart" VALUE="false">
<PARAM name="ShowControls" VALUE="true">
<param name="ShowStatusBar" value="false">
<PARAM name="ShowDisplay" VALUE="false">
<EMBED TYPE="application/x-mplayer2" SRC="videofilename.wmv" NAME="MediaPlayer" WIDTH="192" HEIGHT="190" ShowControls="1" ShowStatusBar="0" ShowDisplay="0" autostart="0"> </EMBED>
</OBJECT>
<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="256" width="320">
<param name="src" value=/folder/your.mov">
<param name="autoplay" value="true">
<param name="type" value="video/quicktime" height="256" width="320">
<embed src="/folder/your.mov" height="256" width="320" autoplay="true" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/">
</object>
<object id="Video1" type="application/x-mplayer2" width="320" height="320">
<param name="fileName" value="videofilename.mpg">
<param name="autoStart" value="false">
<param name="showControls" value="true">
<embed type="application/x-mplayer2" src="images/videofilename.mpg" name="Video1" autostart="false" showcontrols="true" width="320" height="320">
</object>
<!-- begin embedded RealMedia file... -->
<table border='0' cellpadding='0' align="left">
<!-- begin video window... -->
<tr><td>
<OBJECT id='rvocx' classid='clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA' width="320" height="240">
<param name='src' value="http://servername/path/to/media.file">
<param name='autostart' value="true">
<param name='controls' value='imagewindow'>
<param name='console' value='video'>
<param name='loop' value="true">
<EMBED src="http://servername/path/to/media.file" width="320" height="240" loop="true" type='audio/x-pn-realaudio-plugin' controls='imagewindow' console='video' autostart="true">
</EMBED>
</OBJECT>
</td></tr>
<!-- ...end video window -->
<!-- begin control panel... -->
<tr><td>
<OBJECT id='rvocx' classid='clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA' width="320" height='30'>
<param name='src' value="http://servername/path/to/media.file">
<param name='autostart' value="true">
<param name='controls' value='ControlPanel'>
<param name='console' value='video'>
<EMBED src="http://servername/path/to/media.file" width="320" height='30' controls='ControlPanel' type='audio/x-pn-realaudio-plugin' console='video' autostart="true">
</EMBED>
</OBJECT>
</td></tr>
<!-- ...end control panel -->
<!-- ...end embedded RealMedia file -->
<!-- begin link to launch external media player... -->
<tr><td align='center'>
<a href="http://servername/path/to/media.file" style='font-size: 85%;' target='_blank'>Launch in external player</a>
<!-- ...end link to launch external media player... -->
</td></tr>
</table>