View Single Post
Old 2005-10-28, 04:00 PM   #15
Halfdeck
You can now put whatever you want in this space :)
 
Halfdeck's Avatar
 
Join Date: Oct 2004
Location: New Haven, CT
Posts: 985
Send a message via ICQ to Halfdeck
I checked the first one; movie doesn't play on NN or IE. This is the code I use to embed movies on a page, although it doesn't work with FF:

<object class=plugin id='Player' width="320" height="310" classid='CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95' codebase='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701'
type='application/x-oleobject'>
<param name="fileName" value="/xxx.wmv">
<param name="animationatStart" value="true">
<param name="transparentatStart" value="false">
<param name="autoStart" value="false">
<param name="showControls" value="true">
<param name="ShowPositionControls" value="true">
<param name="ShowAudioControls" value="true">
<param name="ShowDisplay" value="false">
<param name="EnableTracker" value="true">
<param name="ShowTracker" value="true">
<param name="ShowStatusBar" value="true">
<param name="AutoSize" value="1">
<param name='loop' value="false">
</object>
__________________
Success is going from failure to failure without a loss of enthusiasm.
Halfdeck is offline   Reply With Quote