Ok.. So i went to your page and tried to view your movie (you are trying to place it on the PAINTINGS page correct?)
Your issue is, you just put the file name in the code. You need to use the object embed for any type of movie..
This is your code as it is now:
Code:
<td width="216" height="216" nowrap bgcolor="#FFFF66">
<div align="center"> </div>
</td>
</tr>
</table>
</div>
Sonelius' Paintings.mov
</td>
</tr>
</table>
that code does nothing.. You do not have it contained inside of anything, and its just a file name.
try this..
paste the following code into your website:
Code:
< src="Sonelius' Paintings.mov" width="320" height="256">< /embed>
now, this may or may not work. It depends on where you uploaded your movie file to. Is it inside of a folder? If it is, then you want to put the foldername/Sonelius' Paintings.mov
ALSO, you have a major issue.. You have spaces AND a ' in your file name. NEVER - i repeat NEVER EVER use spaces or anything that is not alpha or numeric or underscore in your file names. so you should first rename your file
soneliuspaintings.mov
hope this helps.. please post back if you are having issues