It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Board index Programming HTML Forum

video player issues

video player issues

Postby glycoray on Wed Oct 11, 2006 1:55 am

I added three video files to my website. Most PC users can view my videos, yet some cannot. The payer loads but it is a blank screen. If you open this video player in Mozilla/Firefox, it displays two control panel. Can someone check my scripting to make corrections or modify this file to play on everyone's computer? Here is the URL for one of them: http://www.savingliveswithsugars.com/video3.html

Thanks for your help,

GlycoRay
glycoray
 
Posts: 0
Joined: Wed Oct 11, 2006 1:53 am

Postby johneva on Wed Oct 11, 2006 2:12 pm

Here is how I do it so it works in all browsers and is also standards compliant.

Code: Select all
<object data="Video/hayabusa-turbo-wheelie.wmv" standby='Loading Microsoft Windows Media Player components...' type='type="video/x-ms-wmv"'>
      <param name='fileName' value="http://www.john-eva.co.uk/Video/hayabusa-turbo-wheelie.wmv" />
     <param name='showControls' value="true" />

     <param name='autoStart' value='0' />
      Video
      </object>
     <!--> <![endif]-->
     <!--[if IE]>   
      <object data="Video/hayabusa-turbo-wheelie.wmv" classid='clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95' codebase='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701' standby='Loading Microsoft Windows Media Player components...' type='application/x-oleobject'>
      <param name='fileName' value="http://www.john-eva.co.uk/Video/hayabusa-turbo-wheelie.wmv" />
      <param name='showControls' value="true" />
     <param name='autoStart' value='0' />
      video
      </object>
     <![endif]-->   
Image
Only God Can Judge Me.
User avatar
johneva
500+ Club
 
Posts: 565
Joined: Sat Oct 29, 2005 1:16 pm
Location: Stafford, England


Who is online

Users browsing this forum: No registered users and 10 guests