I'm having trouble getting my video to render with custom dimensions. The plugin works perfectly until I attempt to modify the dimensions. The page appears in Firefox with a Quicktime logo and in IE with a Quicktime logo with a question mark.
The Object tag looks like this on the failed page:
<object codebase="www.apple.com/qtactivex/qtplugin.cab" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" style="width: 400px; height: 320px;">www.feith.com/images/stories/videos/fdd|720|405.mov" />
Note that my |720|405 appears in the embed, but is not reflected in the width and height tags. I tested this with and without a default size set to 720x405 in the plugin page and received the same result.
Thanks for your help :)