Reputation: 2050
I created a asp.net page. The ajax rich text editor is contained in these page. Now, I publish the project. In runtime, I want to input a flash file into these text editor. I have found a button for flash input but I not seen this. I try to fill in html view of text editor but It is got an error.
This is filled in html view.
<object>
<embed src="../Test/test.swf">
</embed>
</object>
how can I solve this problem. Please help me.
Upvotes: 0
Views: 209
Reputation: 2050
I got it. In the rich text editor, embed tag is not work. Now, I remove it.
Upvotes: 1