View Single Post
  #2 (permalink)  
Old Oct 14th, 2007, 17:15
Marc's Avatar
Marc Marc is online now
Moderator

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Age: 15
Posts: 1,662
Thanks: 0
Thanked 9 Times in 9 Posts
Re: simple movie code - CLASSID question

Ok

I see what's happened. Are you posting this into design view of dreamweaver because if you are, delete it all and switch to CODE view and paste this:

HTML: Select all
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Reflections</title>
</head>
<body bgcolor="#000000">
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%">
<tr>
<td align="center" valign="middle">
<object CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="480" height="270" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">
<param name="src" value="Reflections.mov">
<param name="autoplay" value="true">
<param name="loop" value="false">
<param name="controller" value="true">
<embed src="Reflections.mov" width="480" height="270" autoplay="true" loop="false" controller="true" pluginspage="http://www.apple.com/quicktime/"></embed>
</object>
</td>
</tr>
</table>
</body>
</html>
Good luck!
Reply With Quote