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

Your preferred username that is used when logging in.

Autoplay won't work Created Feb 25, 2010

This thread is solved

Views: 2890     Replies: 8     Last reply Aug 7, 2011  
You must login first before you can use this feature

jpirog

Posts: 5

Registered:
Feb 25, 2010

Autoplay won't work

Posted: Feb 25, 2010

I have a playlist and I want the playlist to play through automatically. I've tried a variety of things but this is what I've ended up with and it doesn't work. Can anyone see what's wrong?

Thanks


<script>
$(function() {

        // setup player
        $f("player", "/flow/flowplayer-3.1.5.swf", {

                clip: {baseUrl: 'http://www.asdf.com/',
                       autoPlay: true,
                       autoBuffering: true
                      }

        // playlist plugin
        }).playlist("#playlist");

});

</script>

jpirog

Posts: 5

Registered:
Feb 25, 2010

» Autoplay won"t work

Posted: Feb 26, 2010

Reply to: Autoplay won't work, from jpirog
I've been searching around still about this problem, and I haven't found a solution yet. But I'm wondering if it's a problem with having an HTML playlist instead of an inline playlist?

Edge
Vizmu Media ------------------- http://vizmu.com/

Posts: 576

Registered:
Nov 29, 2008

» Autoplay won"t work

Posted: Mar 1, 2010

Reply to: Autoplay won't work, from jpirog
It should work fine in either case. Can you post a link to a test page where this is occurring?

rabidgoldfish

Posts: 17

Registered:
Mar 4, 2010

» Autoplay won"t work

Posted: Mar 5, 2010

Reply to: Autoplay won't work, from jpirog
shouldn't it be div.playlist?

jpirog

Posts: 5

Registered:
Feb 25, 2010

» » Autoplay won"t work

Posted: Mar 5, 2010

Reply to: » Autoplay won"t work, from rabidgoldfish
So instead of this:

        // playlist plugin 
        }).playlist("#playlist"); 

It'd be this:
        // playlist plugin 
        })div.playlist("#playlist"); 

?

rabidgoldfish

Posts: 17

Registered:
Mar 4, 2010

» » » Autoplay won"t work

Posted: Mar 7, 2010

Reply to: » » Autoplay won"t work, from jpirog
well first things first are any of your videos playing.... if not where is you playlist at?

jpirog

Posts: 5

Registered:
Feb 25, 2010

» » » » Autoplay won"t work

Posted: Mar 7, 2010

Reply to: » » » Autoplay won"t work, from rabidgoldfish
I've decided to go a different way, thanks for all the input.

Michael.Christopher

Posts: 1

Registered:
Apr 18, 2010

Same problem - autoPlay not working in playlist with mp3

Posted: Apr 21, 2010

Reply to: » » » Autoplay won"t work, from rabidgoldfish
I'm using a playlist for mp3 files and can't get autoPlay to work, either in clip or playlist. Help? TIA