Hello, I have the following problem:
When I insert a SWF file (and nothing else) into the editor, it won't get displayed unless I insert a space before the SWF or some other text after it.
When I click the Source button, no code is displayed and the flash logo gets deleted.
It looks like the editor does not like it if there is only
<embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" src="/userfiles/buton.swf" play="true" loop="true" menu="true"></embed>
in the source. But when there is
<embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" src="/userfiles/buton.swf" play="true" loop="true" menu="true"></embed>
or
<embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" src="/userfiles/buton.swf" play="true" loop="true" menu="true"></embed><br /> Some text here
there is no problem. I would like to know why this is happening. Isn't this perhaps a bug? I am using the latest FCK.
Re: Problem when inserting a SWF only
Or am I posting a very known matter?