I am trying to do something very similar to what you speak of. However
I am having extreme difficulty with the coding. If you wouldn't mind
helping me out I would greatly appreciate it.
[quoted text, click to view] boxdoctor wrote:
> I have a playlist that shows thumbnails of each of the .flv's available. I
> auto-start the first in the list and it plays just fine. If you select any of
> the other 10+ that also will stop the 1st loaded FLV and start the one you
> selected. If you go back and click the 1st one which auto-played...that also
> stops the current flv and loads and starts that one just fine.
>
> However......if you select any flv other than those 2...it stops the current
> playing flv and then does absolutely nothing. So I'm wondering what the issue
> is. Here's the code:
>
> ...After click Class Function......
>
> _root.main.vPlayer.contentPath = _parent.flvFile;
> _root.main.vPlayer.play();
>
> ...some other things in the class function not related to playing flv
>
> I'm wondering if there's some type of issue with the file not being ready to
> play...or getting confused...not sure. Any help appreciated.
im sorry i dont have a solution for ur problem but u seem more experienced with
the flv player..i just started using it on my sites....everyrthing looks good
before i upload. but once viewin it on the web the player no longer has the
buttons on the player....the video plays fine id just like to have the
play/pause and volume button work..thanks.