Problem with WP popup plugins and FLV Player

by 8 replies
10
Hello!

I need a popup plugin for Wordpress that is compatible with FLV Player (flv-player[dot]net). I have tried a lots of different plugins but the results are always the same - the popup window gets stucked behind the FLV Player, see this picture:

hxxp://data.fuskbugg.se/skalman02/f53a1711_screenshot.jpg (change the "xx" to "tt" in the begining of the URL, since I'm new here I can't post links)

The plugin used on the picture is "Cool Ryan Easy Popups" which can be found on the official Wordpress site.

Anyone know how to solve this? Is there some plugin that already is compatible with FLV Player or is it possible to modify the "Cool Ryan Easy Popups"-plugin in some way?

/Woolwich
#programming #flv #player #plugins #popup #problem
  • What browser are you viewing this in?
  • The problem isn't that you need a plugin that's compatible with FLV player - the problem is that you need an FLV player plugin that doesn't put your videos above other players! I had the same issue with the Smart YouTube plugin so I took the time to figure out how to fix it, then submitted the fix back to the author for inclusion in future versions.

    -John.
  • Flash is always shown in the foreground - it has no z-index property so developers can't fix this issue through code.

    With that said, there is a parmater called wmode for embedded videos. If you add "wmode=opaque" on your video embed code it should fix all your issues.
    • [1] reply
    • This solved my problem. Thanks for the help guys!
      • [1] reply
  • how are you embedding the video? could you copy the video html part?
    • [1] reply
    • Code:
      <object type="application/x-shockwave-flash" data="myurl/player_flv_maxi.swf" width="600" height="450" wmode="opaque">
      <param name="movie" value="myurl/player_flv_maxi.swf" />
      <param name="allowFullScreen" value="true" />
      <param name="FlashVars" value="flv=video.flv&margin=0&showvolume=1&showfullscreen=1&showplayer=always&showstop=1&buttonovercolor=FF0000&sliderovercolor=FF0000&loadingcolor=FF0000" />
      </object>

Next Topics on Trending Feed

  • 10

    Hello! I need a popup plugin for Wordpress that is compatible with FLV Player (flv-player[dot]net). I have tried a lots of different plugins but the results are always the same - the popup window gets stucked behind the FLV Player, see this picture: