Hello,
I have a problem when I try to insert a Youtube video with the "Youtube" button.
When I insert it I have in the HTML mode the following code:
- <object xcodebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab" height="344" width="425" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" >
- <param name="Movie" value="<iframe title=" />
- <param name="allowFullScreen" value="true"/><embed src="<iframe title=" width="425" height="344" allowfullscreen="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" ></embed> </object>
But when try to save it, here is what I have in Editor1.Text:
- <object xcodebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab" height="344" width="425" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" >
- <param name="Movie" value="
- <param name="allowFullScreen" value="true"/><embed src="</embed> </object>
- <div>test youtube</div>
- <div>
- </div>
This difference makes it impossible to reload the video in the Editor using Editor1.text = value.
Can you help me??
Thank you.