Flash video problem in Internet Explorer / Windows
Posted by: RobertAbrams2
Posted on: 2008-08-01 17:14:00
I use a javascript that is based on one provided by DreamHost to display Flash videos (usually encoded at the medium setting). The videos display fine in most browsers. In Internet Explorer for Windows (IE 6 and 7) and in the AOL Browser, the video displays fine the first time it is viewed, but if I go to a second page with a Flash video, or refresh the first flash video page, only a white box appears.
The code I am using is below:
<script type='text/javascript' src='https://media.dreamhost.com/ufo.js'></script><p id='MarcysStudents072808.flv'><a href='http://www.macromedia.com/go/getflashplayer'>Get the Flash Player</a> to see this player.</p> <script type='text/javascript'> var FO = { movie:'https://media.dreamhost.com/mediaplayer.swf',width:'320',height:'240',majorversion:'7',build:'0',bgcolor:'#FFFFFF', flashvars:'file=http://www.marcygross.com/videos/MarcysStudents072808.flv&showdigits=true&autostart=false' };UFO.create(FO,'MarcysStudents072808.flv');</script>
and the page it is in is here:
http://www.marcygross.com/photos.htm
I have already tried doing a clean install of Windows XP, downloading IE 7 and installing the latest Flash player directly from the Adobe site, and I still have this problem. I have found the same problem with other Flash videos I have posted. The DreamHost tech support reports being able to view the videos in IE with no problems.
Anyone have any suggestions regarding what could be wrong and how to solve the problem?
Thanks.
Robert