开发者

Inserting a flash into html rich text editor

开发者 https://www.devze.com 2023-03-03 13:52 出处:网络
I created a asp.net page. The ajax rich text editor is contained in these page. Now, I p开发者_StackOverflowublish the project. In runtime, I want to input a flash file into these text editor. I have

I created a asp.net page. The ajax rich text editor is contained in these page. Now, I p开发者_StackOverflowublish 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.


I got it. In the rich text editor, embed tag is not work. Now, I remove it.

0

精彩评论

暂无评论...
验证码 换一张
取 消