Ticket #1833 (closed Bug: fixed)

Opened 2 years ago

Last modified 2 years ago

[Safari] Showing actual SWF instead of placeholder

Reported by: eallik Owned by: martinkou
Priority: Normal Milestone: FCKeditor 2.6
Component: General Version: SVN (FCKeditor)
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

Changed 2 years ago by fredck

  • milestone set to 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).

Changed 2 years ago by w.olchawa

  • keywords Confirmed added
  • version set to SVN
  • summary changed from Showing actual SWF instead of placeholder in Safari3 Win to [Safari] Showing actual SWF instead of placeholder

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.

Changed 2 years ago by martinkou

  • owner set to martinkou
  • status changed from new to assigned

Changed 2 years ago by martinkou

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

Changed 2 years ago by martinkou

  • status changed from assigned to closed
  • resolution set to fixed

Fixed with #1832.

Note: See TracTickets for help on using tickets.