Opened 15 years ago
Closed 15 years ago
#3711 closed Bug (fixed)
EMBED is outdated for flash
Reported by: | Carsten Schmitz | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | FCKeditor 2.6.4 |
Keywords: | Confirmed | Cc: |
Description
When embedding a flash object FCKeditor is currently using an <EMBED> tag. This is not valid XHTML. Better use the object type like:
<object type="application/x-shockwave-flash" style="width:XXXpx; height:YYYpx ;" data="http://your.domain.com/your_flash_file.swf"> <param name="movie" value="http://your.domain.com/your_fla sh_file.swf" /> </object>
Change History (2)
comment:1 Changed 15 years ago by
Keywords: | Confirmed added; embed removed |
---|
comment:2 Changed 15 years ago by
Milestone: | → CKEditor 3.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
It will be ready in CKEditor 3.0.