| View previous topic :: View next topic |
| Author |
Message |
glycoray
Joined: 11 Oct 2006 Posts: 1
|
Posted: Wed Oct 11, 2006 2:55 am Post subject: video player issues |
|
|
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 |
|
| Back to top |
|
 |
|
|
johneva 500+ Club

Joined: 29 Oct 2005 Posts: 561 Location: Stafford, England
|
Posted: Wed Oct 11, 2006 3:12 pm Post subject: Re: video player issues |
|
|
Here is how I do it so it works in all browsers and is also standards compliant.
| Code: |
<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]-->
|
|
|
| Back to top |
|
 |
|
Welcome to DEVPPL.com
You are not logged in, which means that you can't post in the forums. Click here to Register
If you are a current member here on DEVPPL, please login below:
|
|
|
|