[jQuery] append quicktime plugin

[jQuery] append quicktime plugin

hi,
i'm trying to append a quicktime movie using jquery.
$("#qtmoviediv").append('<embed src="picture.jpg" qtsrc="rtsp://some.streaming.content/movie.mov" pluginspage="<a href="http://www.apple.com/quicktime/download/">
http://www.apple.com/quicktime/download/</a>" autoplay="true" type="video/quicktime" width="320" height="240" loop="false" controller="false"  name="qtmovie" enablejavascript="true" ></embed>').fadeIn("slow", function () {startCounter();});
this is fine for firefox, but .append with an object-tag (for ie) doesn't work.
$("#qtmoviediv").append('<object id="qtmovie" width="320" height="240" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="
<a href="http://www.apple.com/qtactivex/qtplugin.cab">http://www.apple.com/qtactivex/qtplugin.cab</a>"><param name="src" value="picture.jpg"><param name="qtsrc" value="rtsp://some.streaming.content/movie.mov"><param name="autoplay" value="true"><param name="controller" value="false"><param name="name" value="qtmovie"><param name="enablejavascript" value="true"></object>').fadeIn("slow", function () {startCounter();});
so does anybody knows how to create an object element ?
thanks,
bacca
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/