I uses ajax rich text editor. I want to input a flash file into this editor. How can I do this. Please help me.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Rich text editor is really an HTML editor. So you should be inserting same html fragment (
embedorobject) to link the flash file.Typically, you have to customize the control to add your own button and on button click, use java-script API for the control to inset the html fragment. I am unable to find exact documentation for this java-script API – looks like you have to inspect actual control accessor for possible methods or ask on SO again. Here’s the link that use JS API to get/set entire html content.
Alternative is to use another rich text editor such as CKEditor or TinyMice or PunyMice