• Hello,

    I recently installed this plugin to try and get .flv playing on a client website. However, the video player does not show up by default. When I inspected the code, I find:

    <div id="containingBlock"><div class="videoWrapper wideScreen"><object id="svdo_0" width="480" height="360" name="svdo_0" data="http://xxx.yyy.com/wp-content/plugins/stream-video-player/player.swf?ver=1.4.0" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"> … </object><script type="text/javascript"> … </script></div></div>

    And the following CSS (as an inline element):

    #svdo_0 {
        visibility: hidden;
    }

    I noticed if I remove the “visibility: hidden”, then the player shows up and plays like normal. I would like the player to show up on first page load, not by having to remove this CSS. I tried looking in the code everywhere for a way to change this and cannot find it. Can anyone help, please?

    http://wordpress.org/extend/plugins/stream-video-player/

  • The topic ‘Video player does not show on page’ is closed to new replies.