Opened 17 years ago
Closed 17 years ago
#1833 closed Bug (fixed)
[Safari] Showing actual SWF instead of placeholder
Reported by: | eallik | Owned by: | Martin Kou |
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor 2.6 |
Component: | General | Version: | SVN (FCKeditor) - Retired |
Keywords: | Confirmed Safari | Cc: |
Description
In Windows Safari 3, when inserting the HTML below, instead of a placeholder, the actualy SWF shows up. After switching to source view and back, the video is replaced by a placeholder.
<span class="embedded-object-18-408"><embed width="300" height="225" allowfullscreen="true" type="application/x-shockwave-flash" flashvars="&image=/picserver/s/orig/public/video/water_balloon_11.mpeg.flv0000.jpg&file=/picserver/s/video/public/water_balloon_11.mpeg.flv" src="../../videoplayer/mediaplayer.swf?0.4076338401231444"></embed></span>
Change History (5)
comment:1 Changed 17 years ago by
Milestone: | → FCKeditor 2.6 |
---|
comment:2 Changed 17 years ago by
Keywords: | Confirmed added |
---|---|
Summary: | Showing actual SWF instead of placeholder in Safari3 Win → [Safari] Showing actual SWF instead of placeholder |
Version: | → SVN |
Confirmed in Safari. Other browsers behave like in #1832
A simpler code can be used to reproduce:
<embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" src="/userfiles/flash/ucf.swf" play="true" loop="true" menu="true"></embed>
Of course src should regard to a custom swf.
comment:3 Changed 17 years ago by
Owner: | set to Martin Kou |
---|---|
Status: | new → assigned |
comment:4 Changed 17 years ago by
Tested with the patch to #1832, and it seems to fix this ticket as well.
Not confirmed, but the fix for #1832 probably fixes this one too.
Btw... for "inserting the HTML below", the reporter means "inserting the HTML below with InsertHtml" (taken from IRC).