Greenguy's Board


Go Back   Greenguy's Board > Programming & Scripting
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2008-03-25, 07:41 PM   #1
Cleo
Subversive filth of the hedonistic decadent West
 
Cleo's Avatar
 
Join Date: Mar 2003
Location: Southeast Florida
Posts: 27,936
Just fucking wonderful.

So what would be the code for a mp4 movie?
__________________
Free Rides on Uber and Lyft
Uber Car: uberTzTerri
Lyft Car: TZ896289
Cleo is offline   Reply With Quote
Old 2008-03-25, 07:47 PM   #2
RedCherry
Of all the things I've lost, I miss my mind the most.
 
RedCherry's Avatar
 
Join Date: Apr 2004
Location: Middle of the Desert, Pahrump, NV
Posts: 3,187
Send a message via ICQ to RedCherry
Thanks cd34, I did this:

Code:
 <OBJECT id="VIDEO" width="320" height="240"
   CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
   type="application/x-oleobject">
    
   <param name="URL" VALUE="video.wmv">
   <param name="SendPlayStateChangeEvents" VALUE="True">
   <param name="AutoStart" VALUE="True">
   <param name="uiMode" value="none">
   <param name="PlayCount" value="9999">
   <param name="rate" value="1">
   <param name="balance" value="0">
   <param name="currentPosition" value="0">
   <param name="invokeURLs" value="-1">
   <param name="volume" value="90">
   <param name="mute" value="0">
   <param name="stretchToFit" value="-1">
   <param name="windowlessVideo" value="0">
   <param name="enabled" value="-1">
   <param name="enableContextMenu" value="-1">
   <param name="fullScreen" value="0">
   <param name="enableErrorDialogs" value="0">
   <embed type="application/x-mplayer2"
      pluginspage = "http://www.microsoft.com/windows/mediaPlayer/"
      id="Player"
      src="video.wmv"
      width="384"
      height="310"
      showcontrols="0"
      showstatusbar="0"
      autostart="true">
   </embed>
And put the larger size in the embed tag, and that allowed me to have the controls and have it all show up in firefox.
RedCherry is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 01:38 AM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc