I've taken on the task of building my own website instead of using the Apple Homepage builder.
I have a few little QuickTime movies that I want to embed into a page, I found a site on Apple.com that explains how to do this but I'm doing something wrong. Here is my source code:
The movie is 32x32, so I added 16 onto the height to make room for the controller. I just don't understand what's happening. Here's link to the posted webpage:
http://homepage.mac.com/scottmackey/vidASU.html
I have a few little QuickTime movies that I want to embed into a page, I found a site on Apple.com that explains how to do this but I'm doing something wrong. Here is my source code:
PHP:
<table width="640" height="69" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="69"> <span class="textBold">Sun Devil Football</span><br>
<center>
<embed src="videos/asu.mov" width="32" height="48" autoplay="false" controller="true"></embed>
</center>
</td>
</tr>
</table>
The movie is 32x32, so I added 16 onto the height to make room for the controller. I just don't understand what's happening. Here's link to the posted webpage:
http://homepage.mac.com/scottmackey/vidASU.html