• wordpress 3.4.1
    Filebase 0.2.9.17

    Procedure: i uploaded a .flv and a .jpg with the same name and used filesync to input it into the DB and worked the first time around next went to the post to include it in to the post using this short code
    [wpfilebase tag=file id=26 tpl=flv-player /]

    Problem: when i load the page all i get is the player with the loading bubbles and the arrow in the background after about a minute all it shows the arrow
    ( problem page: http://smtv.senshimedia.com/season_1/english/a-moon-star-is-born.html )

    expect: the flv-player to load video and thumb all right in the player hopefully with out the arrow but the arrow not a problem

    http://wordpress.org/extend/plugins/wp-filebase/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Fabian

    (@fabifott)

    The video works for me in Chrome, however the loading bubbles stays.
    You might try to update the FLV player: Download at http://www.osflv.com/, just overwrite in extras/flvplayer

    Thread Starter mralucas

    (@mralucas)

    checked out the site, did the update. looked around and nothing is going on at the site i do believe the OSFLV Player is a dead project 2 years and nothing

    it is time for a new FLV Player longtails works

    @mralucas
    How did you change the FLV Player to longtails.
    How did you reference the flv file?
    file: “%file_url_encoded%” does not work

    I tried it but error shows “Task Queue failed at step 5: Playlist could not be loaded: Http Status 404; not found.

    Template code use is below

    <script type=”text/javascript” src=”%wpfb_url%extras/flvplayer/jwplayer.js”></script>
    <div id=”container”>Loading the player …</div>
    <script type=”text/javascript”>
    jwplayer(“container”).setup({
    flashplayer: “%wpfb_url%extras/flvplayer/player.swf”,
    file: “%file_url_encoded%”,
    height: 270,
    width: 480
    });
    </script>

    When using FLV, I cannot use the default permalinks which is http://localhost/wordpress/?p=123

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: WP-Filebase Download Manager] FLV-Player Not Loading properly’ is closed to new replies.