A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Sound starts, stops, starts, etc

  1. #1
    Member
    Join Date
    Jan 2001
    Posts
    35

    Sound starts, stops, starts, etc

    I have used the behavior->sound->load streaming mp3 file to add a narration to a frame where the movie has been stopped. The size of the mp3 is about 180KB. The mp3 was converted from a .wav file at mono - 16bit 22Kbps

    When simulating a test at 56K download speed the sound starts, stops, starts, stops, etc.

    Is this file too big to stream at 56K?

    What else could be causing the problem?

  2. #2
    Registered User
    Join Date
    Apr 2001
    Location
    Akron OH, USA
    Posts
    4,841
    ---
    sound starts, stops, starts, stops, etc.
    ---
    this means that Flash is buffering and the user does not have enough bandwidth to maintain the stream.

    ---
    16bit 22Kbps
    ---
    you must mean 22khz, because there is no support for 22kbps mp3 in Flash.

    Your bitrate needs to be lower than the user's modem bitrate. You will have to strategically set a buffer size depending upon your stream's bitrate and your lowest supported user bitrate. Read FAQ #39 for more information about this.

  3. #3
    Member
    Join Date
    Jan 2001
    Posts
    35

    Thanks

    You are right, I meant 22KHz.

    thanks

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center