Hi,
We have been using the licensed flash video player to with the light box and it has been working great, we are about to put our new website live but the videos have stopped playing in IE (plays ok in crome and firefox)
This can be seen here http://www2.meetingzone.com
We have backed out all recent changes made but still no luck. Can anyone spot anything obvious that would stop the videos showing in IE?
Many thanks,
Henry

Some versions of IE don't like to write into empty division elements.
Try putting a non-breaking space into the division elements:
<div id="player1"><strong>& nbsp;</strong></div>…
<div id="player2"><strong>& nbsp;</strong></div>
…
<div id="player3"><strong>& nbsp;</strong></div>
Note that I put a space character between "&" and "nbsp;'" so the Forum editor wouldn't see them as real non-breaking spaces and only display a blank space.