Loading...
 
Skip to main content

Themes


Problems with phplayers

Italy

Hi all

I was able to properly setup phplayers to work with both firefox and explorer, with some limitations:

  • I can't use more than one phplayer menu at a time, either in the same module or in different modules. They seem to conflict each other.
  • Couldn't make the layers visible over Flash content, even putting a div style with appropriate z-index around the Flash wikiplugin (you can see the problem here).


Any suggestions?

Italy

Found a solution for the Flash problem, following these instructons in Macromedia's site.

Had to change /lib/wiki-plugins/wikiplugin_flash.php:

  • added PARAM name="wmode" value="transparent" to the OBJECT tag.
  • added wmode="transparent" to the EMBED tag.
  • (there was also a missing quote before $quality on line 18)


Now my phplayer menu looks fine!