Click to See Complete Forum and Search --> : Video clip's QuickTime controller cropped.


Hobbart24
04-17-2009, 10:26 AM
Hello guys,
I have made just simple html page and embeded a Quick Time video. It works well, but the controller of the clip is kind of cropped. Is there anything I can do to fix this problem? Link is here:

http://www.icebergfilms.com/cineDemo.html

this is the html code:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 TRANSITIONAL//EN">
<html>

<head>
<title></title>
</head>
<body bgcolor=="333333">

<table width="768" height="450" align="center">
<tr>
<td><embed src="http://www.icebergfilms.com/Video_files/demo1.mov" height="432" width="768" align="middle"></td>
</tr>
</table>
</body>
</html>


Thank you so much for any tip or advise