You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Flowplayer Audio and Pausing. Created Aug 30, 2010

This thread is solved

Views: 1320     Replies: 2     Last reply Feb 21, 2011  
You must login first before you can use this feature

btimby

Posts: 2

Registered:
Aug 30, 2010

Flowplayer Audio and Pausing.

Posted: Aug 30, 2010

I believe I have flowplayer installed properly, I am passing it a URL to an MP3 file on my server. It fetches the file and plays it.

However, the pause button does nothing. Why can't I pause the MP3 file?


<script type="text/javascript">
flowplayer("audio", "http://releases.flowplayer.org/swf/flowplayer-3.2.4.swf", {
    // fullscreen button not needed here
    plugins: {
        controls: {
            fullscreen: false,
            height: 30,
            autoHide: false
        }
    },
    clip: {
        autoPlay: true,
    }
});
</script>
<div id="main">
    <div id="audio" style="display:block;width:750px;height:30px;"
        href="/ftp/exchange/my.mp3"></div>
</div>

btimby

Posts: 2

Registered:
Aug 30, 2010

» Flowplayer Audio and Pausing.

Posted: Aug 30, 2010

Reply to: Flowplayer Audio and Pausing., from btimby
The only other thing I have noticed is that the slider (round icon) is all the way to the right. It does not start on the left and move to the right as the file plays. The time increments (XX:XX of 00:00) although it only shows 00:00 as the track length.

ellocogato

Posts: 5

Registered:
Feb 21, 2011

» Flowplayer Audio and Pausing.

Posted: Feb 21, 2011

Reply to: Flowplayer Audio and Pausing., from btimby
Any resolution on this issue? I am currently experiencing the same problem.

Thanks.