hi,

i'm trying to append a quicktime movie using jquery.

$("#qtmoviediv").append('<embed src="" qtsrc="rtsp://some.streaming.content/movie.mov" pluginspage=" http://www.apple.com/quicktime/download/" 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="" codebase="" http://www.apple.com/qtactivex/qtplugin.cab"><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
[email protected]
http://jquery.com/discuss/

Reply via email to