FLV Issue...and it's weird weird weird

Ask a Question related to Macromedia Flash Flashcom, Design and Development.

  1. #1

    Default 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.



    boxdoctor Guest

  2. Similar Questions and Discussions

    1. weird connection issue
      Hi all, I have a client that has been having an interesting problem. We created a key for her using Contribute 3 and when she tries to get use...
    2. Weird OS X Player Issue
      We'll start with the obligatory I've uninstalled and reinstalled both flash and firefox for OS X. Both are updated to the current and I'm running a...
    3. weird issue with web services
      hello one of our clients reported the following error when attempting to use our service component in some asp page. the component connects to...
    4. Weird Server Issue
      Hi there, I recently moved my flashcom Chat application over to another server. On the old server everything worked fine. But on the new...
    5. Weird color issue in PS5
      I would appreciate any help you can give, as I am about to give up... Recently I calibrated my monitor using the ADobe Gamma utility. I did not...
  3. #2

    Default Re: FLV Issue...and it's weird weird weird

    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.
    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.
    alexander@xodusconcept.com Guest

  4. #3

    Default Re: FLV Issue...and it's weird weird weird

    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.

    TRASH ATTACK! Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139