View Single Post
Old 03-18-2006, 11:53 PM  
3M TA3
Confirmed User
 
Join Date: Aug 2005
Location: So Cal
Posts: 2,972
This might be what you are looking for, Unless i misunderstand your question.

Just change the file names in both locations and the dimentions. Then start tweeking the options.

Code:
 <object width="640" height="480" 
classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" id="mediaplayer1">
<param name="Filename" value="file_name.wmv">
<param name="AutoStart" value="True">
<param name="ShowControls" value="True">
<param name="ShowStatusBar" value="False">
<param name="ShowDisplay" value="False">
<param name="AutoRewind" value="True">
<embed width="640" height="480" src="file_name.wmv" filename="fuke_name.wmv" autostart="True" showcontrols="True" showstatusbar="False" showdisplay="False" autorewind="True">
</embed>
</object>
__________________

Dedicated and colo hosting: ICQ 291313057

"A problem cannot be solved from the same consciousness that created it. We must learn to see the world anew." - Albert Einstein
3M TA3 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote