Re: <object> tag becomes lost using setHTML in JavaScript

  •  12-07-2006, 8:57 AM

    Re: <object> tag becomes lost using setHTML in JavaScript

    Adam,

    I changed my object tag as you indicated, and left the remaining stuff from my original post, and observe the same problem.

    To clarify, then I ended up with the following text now to start off with (note add space before classid from your suggestion):

    <object id=movie codeBase="http://download.macromedia.com /pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" height=350 width=425 classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000><param name="movie" value="http://www.youtube.com/v/bJpnri3NQdo"><param
    name="wmode" value="transparent"><embed src="http://www.youtube.com/v/bJpnri3NQdo"
    type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>

    Is that what you were expecting me to test?


View Complete Thread