Re: Flash code being deleted when switching between Normal and HTML mode

  •  04-25-2007, 10:49 AM

    Re: Flash code being deleted when switching between Normal and HTML mode

    Ok, I put in:
     
    <object width="425" height="350" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" xcodebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab"><param name="movie" value="http://www.youtube.com/v/9cFkDTtQdMw"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/9cFkDTtQdMw" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
     
    I then clicked the Normal tab and the video showed like a text area HTML control.  I then clicked back on HTML and this is what was shown:
     
    <object height="350" width="425" data="data":application/x-oleobject;base64,IGkzJfkDzxGP0ACqAGhvEzxwPiZuYnNwOzwvcD4= classid="clsid" xcodebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab" :D27CDB6E-AE6D-11cf-96B8-444553540000>
    <embed src="http://www.youtube.com/v/9cFkDTtQdMw" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350" />
    </embed></object>
     
    I clicked on Normal and the video showed up fine.  I clicked back on HTML and this is what was shown:
     
    <embed src="http"://www.youtube.com/v/9cFkDTtQdMw width="425" height="350" type="application/x-shockwave-flash" wmode="transparent" /> </embed>
     
    It looks like stuff is still being taken out and changed.  Is there some way that all of this can just be left alone without being changed?
     
    Jeremy
View Complete Thread