Question
FLV Issue...and it's weird weird weird
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.
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.