Loading...
 
Skip to main content

Flash content overlapping phplayers menus

Status
Closed
Subject
Flash content overlapping phplayers menus
Version
1.8.x
1.9.x
Category
  • Error
Feature
Wiki Plugin (extends basic syntax)
Submitted by
peterpoe
Volunteered to solve
Luis Henrique Fagundes
Lastmod by
fmathias
Rating
(0)
Description
When a wiki page displays flash content through the flash wikiplugin, phplayers menus will appear under the flash content. This will happen even if the z-index property is properly set, because Flash renders on top of all DHTML layers.
Solution

As described here: www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_14201Question
the background of the flash movie has to be set to transparent.
The following changes have to be made to /lib/wiki-plugins/wikiplugin_flash.php:

- add PARAM name="wmode" value="transparent" to the OBJECT tag.
- add wmode="transparent" to the EMBED tag.

One could also add a parameter to the wikiplugin to set transparency on/off.

Importance
3
Priority
15
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
394
Created
Sunday 23 October, 2005 14:36:19 UTC
by Unknown
LastModif
Wednesday 26 February, 2020 16:59:04 UTC


Show PHP error messages