Hi everyone
i have a function like the following :
function addFlash(path) { editor.insertHtml('<p><embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" src="' + path + '" play="true" loop="true" menu="true"></embed></p>'); }
When I insert my flash and I get into the view source I see this :
<img align="" alt="Flash Animation" src="../../public/scripts/ckeditor/images/spacer.gif?t=A7HG4HT" />
What is problem?
In the example editor, there is :
please help me!
Re: problem in insert flash html via codeing
This is a problem in Firefox 3.6.9 and newer: https://bugzilla.mozilla.org/show_bug.cgi?id=596300
Re: problem in insert flash html via codeing
Thank you so much alfonsoml