Log in

View Full Version : Playing a mpg file in iframe not working on some browsers



Strangeplant
05-22-2007, 07:43 PM
Hi, I need your help to play movies in a webpaage. I have several mpg files that I want to embed, and I'm doing it like this:
<td align="left">
<ul class="gallery">
<div>
<a href="Img/jSport/MOV03862.MPG" target="displayarea" title="Softball">Softball</a>
</div>
<div>
<a href="Img/jSport/MOV00479.MPG" target="displayarea" title="Flag Football">Flag Football</a>
</div>
</ul>
</td>
<td width="380"><iframe class="viewarea" name="displayarea" style="width:320px; height: 252px; font-size: 9pt; left-margin:10px;"></iframe></td>
Code is on my memorystick. And it worked on my browser at home (FF, Win2K), but not at work (FF and IE, WinXP). Supposedly, QuickTime is installed on both, but it should be able to work without it installed if I can find the right Applet, I have heard. I need to fix this before I put it on the website. Does anyone have experience with this?