bradlangevad
Registered: 12/25/07
Posts: 21
|
|
|
Reply with quote | #1 | Many visitors who use ie have had trouble with the videos playing on the web-site, including myself. Firefox seems to be ok and therefore is a good alternative. Try this for ie: |
| |
rebray Registered: 12/28/07
Posts: 3
|
|
|
Reply with quote | #2 | Brad, I would suggest you change the code in your web site for video view to save people changing their settings use default windows media player it will then play in any browser the full code to be inserted is:-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>BRAD BIOMETRICS</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <div align="center"> <OBJECT 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" align="middle" STANDBY="Loading Microsoft Windows Media Player components..." ID="mediaPlayer"> <PARAM NAME="fileName" VALUE="http://www.bradlangevad.net/images/index11.wmv"> <PARAM NAME="animationatStart" VALUE="true"> <PARAM NAME="transparentatStart" VALUE="true"> <PARAM NAME="autoStart" VALUE="true"> <PARAM NAME="showControls" VALUE="true"> </OBJECT> </div>
</body> </html> ---------------------------------------------------------- Regards Raymond |
| |
rebray Registered: 12/28/07
Posts: 3
| |
bradlangevad
Registered: 12/25/07
Posts: 21
|
|
|
Reply with quote | #4 | Thanks Raymond, you r a * I pasted the code from both of your posts onto the top of my index page. Do I need to do anything else eg paste onto individual pages. Yikes I hope not!!! hey you won an analysis...film yourself cycling from your left at perpendicular. regards b
|
| |
bradlangevad
Registered: 12/25/07
Posts: 21
|
|
|
Reply with quote | #5 | Raymond I have 3 videos on screen now and people r still complaining about not seeing videos ???? b |
| |