0 Replies Latest reply on Mar 28, 2009 1:00 AM by balazska

    How can I use s:formattedText with escape=false functionality

    balazska
      Hi!

      I want to use the s:formattedtext functionality with yotube video viewing.

      But the s:formattedtext is escaped the important html element, like:
      `<p>
      <object width="425" height="350" data="http://www.youtube.com/v/J1-szsbn2ZI" type="application/x-shockwave-flash">
      <param name="src" value="http://www.youtube.com/v/J1-szsbn2ZI" />
      </object>
      </p>
      <p><img src="img/logo.jpg" alt=" " hspace="5" vspace="5" width="250" height="48" align="right" /> TinyMCE is a platform independent web based Javascript HTML <strong>WYSIWYG</strong> editor control released as Open Source under LGPL by Moxiecode Systems AB. It has the ability to convert HTML TEXTAREA fields or other HTML elements to editor instances. TinyMCE is very easy to integrate into other Content Management Systems.</p>
      <p>We recommend <a href="http://www.getfirefox.com" target="_blank">Firefox</a> and <a href="http://www.google.com" target="_blank">Google</a></p>`

      How can I solve this problem?

      thanks.