Opened 16 years ago

Closed 16 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="&amp;image=/picserver/s/orig/public/video/water_balloon_11.mpeg.flv0000.jpg&amp;file=/picserver/s/video/public/water_balloon_11.mpeg.flv"
src="../../videoplayer/mediaplayer.swf?0.4076338401231444"></embed></span>

Change History (5)

comment:1 Changed 16 years ago by Frederico Caldeira Knabben

Milestone: FCKeditor 2.6

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).

comment:2 Changed 16 years ago by Wojciech Olchawa

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 16 years ago by Martin Kou

Owner: set to Martin Kou
Status: newassigned

comment:4 Changed 16 years ago by Martin Kou

Tested with the patch to #1832, and it seems to fix this ticket as well.

comment:5 Changed 16 years ago by Martin Kou

Resolution: fixed
Status: assignedclosed

Fixed with #1832.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy