Hi,
My CKEditor contains an <object ..> with <param ...> inside (it's a flash embed).
When i use editor.getData(), all the <param..> are lost. The returned string just contains <object ...></object>.
How can i get also the <param ...> of the object ?
Thanks a lot,
Patrick
My CKEditor contains an <object ..> with <param ...> inside (it's a flash embed).
When i use editor.getData(), all the <param..> are lost. The returned string just contains <object ...></object>.
How can i get also the <param ...> of the object ?
Thanks a lot,
Patrick
Re: getData and object param
Re: getData and object param
yes, i'm trying to embed the flash plugin :
Or are you talking of a flash plugin for ckeditor ?
Re: getData and object param
It should take care of all those issues.
Re: getData and object param
The flash plugin is already installed.
I did some more tests : the problem allways occurs when i have a "data" attribute in the <object ..> tag.
for example, the problem occurs if the source is
but it is ok if the source is
Any cues ?
Re: getData and object param
I've tested to verify it and the flash button in CKEditor doesn't insert the data parameter:
Re: getData and object param
Re: getData and object param
Re: getData and object param
Ok.
Gracias for the informations.