Hi,
If I paste the following content into the RadEditor HTML view:
| <!-- Start of Brightcove Player --> |
| <div style="display: none;"> |
| </div> |
| <!-- |
| By use of this code snippet, I agree to the Brightcove Publisher T and C |
| found at http://corp.brightcove.com/legal/terms_publisher.cfm. |
| --> |
| <script language="JavaScript" type="text/javascript" src="http://admin.brightcove.com/js/BrightcoveExperiences.js"></script> |
| <object class="BrightcoveExperience" id="myExperience50110418001"> |
| <param name="bgcolor" value="#FFFFFF"> |
| <param name="width" value="411"> |
| <param name="height" value="308"> |
| <param name="playerID" value="49906927001"> |
| <param name="publisherID" value="21742339001"> |
| <param name="isVid" value="true"> |
| <param name="@videoPlayer" value="50110418001"> |
| </object> |
| <!-- End of Brightcove Player --> |
Then switch to Design view, then back to HTML view, it becomes this:
| <!-- Start of Brightcove Player --><div style="display: none;"></div><!-- |
| By use of this code snippet, I agree to the Brightcove Publisher T and C |
| found at http://corp.brightcove.com/legal/terms_publisher.cfm. |
| --><script language="JavaScript" type="text/javascript" src="http://admin.brightcove.com/js/BrightcoveExperiences.js"></script><!-- End of Brightcove Player --> |
This of course, breaks our video player you then save again.....any idea why this is happening?
