Problem with the youtube button

  •  02-24-2011, 2:51 AM

    Problem with the youtube button

    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:
    1. <object xcodebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab" height="344" width="425" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" >  
    2. <param name="Movie" value="<iframe title=" />  
    3. <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:
     
    1. <object xcodebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab" height="344" width="425" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" >  
    2. <param name="Movie" value="  
    3. <param name="allowFullScreen" value="true"/><embed src="</embed> </object>  
    4. <div>test youtube</div>  
    5. <div>  
    6. </div> 
     This difference makes it impossible to reload the video in the Editor using Editor1.text = value.
     
    Can you help me??

    Thank you.
View Complete Thread