I insert flash with dialog box. Inserted code is:
<p><embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://domain.xx/address" play="true" loop="true" menu="true"></embed></p>
Every time i switch between html and wysiwyg mode, editor add paragraph before and after this code. It looks like this:
<p> </p> <p><embed menu="true" loop="true" play="true" src="sadfsdf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed></p> <p> </p>
Next time:
<p> </p> <p> </p> <p><embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" src="sadfsdf" play="true" loop="true" menu="true"></embed></p> <p> </p> <p> </p>
I have:
Mozilla Firefox 2.0.0.5
FCKEditor 2.4.3 Build 15657
In IE is OK
Thanks for reply
Re: Problem with embed in Mozilla
that's a known problem: http://dev.fckeditor.net/ticket/382
Re: Problem with embed in Mozilla
The <embed> tag is deprecated, and should no longer be used. I know that popular sites tell you to use it when they give you the code, but all that you need from them (Google Video, You Tube, etc.) is the movie source, and the dimensions. Here is an excellent article on why and how to show video on a site without the old embed tag: 'http://www.alistapart.com/articles/byebyeembed/'.