hi

html() works much better then append(). thank you for that one.

but the plugin still wont load the streaming movie over rstp.
all other kinds of quicktime content (images or mov over http)
are working very well.

so this seems to be an plugin problem and i have to try something else...


thank you all,
bacca





>>   $("#qtDiv").html($("#qtDiv).html() . $newHTML)
>>     
>
> Yes, except with Javascript syntax instead of php.  :-)
>
> var qtHtml = "<object.....";
> var $qtDiv = $('#qtDiv');
> $qtDiv.html($qtDiv.html() + qtHtml);
>
> _______________________________________________
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
>
>   


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to