A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: mp3 loading problems

  1. #1
    Member
    Join Date
    May 2002
    Posts
    35
    Hi,
    I have a MC that contains song titles, and buttons to control the songs (play, stop, ff, rewind). The MC is placed on the main stage, along with dynamic text boxes that are supposed to display total bytes and loaded bytes.
    I have this function on the main timeline:
    function preload(tunes)
    {
    // display loading details in text fields
    bytesLoaded = tunes.getBytesLoaded();
    bytesTotal = tunes.getBytesTotal();
    }
    The sound clips are swf files that are loaded into a dummy called music, the code for the dummy is:
    onClipEvent(data)
    {
    _root.preload(this);
    }

    The problem that I am having is that this works fine off of my hard drive, but when I test it on the internet it does not work.
    Thanks for any help

  2. #2
    Senior Member EQFlash's Avatar
    Join Date
    Jun 2002
    Location
    where i'm at
    Posts
    2,735
    are the mp3 files uploaded to the server?

  3. #3
    Member
    Join Date
    May 2002
    Posts
    35
    yeah, the mp3's are on the server.

  4. #4
    Senior Member EQFlash's Avatar
    Join Date
    Jun 2002
    Location
    where i'm at
    Posts
    2,735
    here is link that can help you with your scenerio.
    http://www.kennybellows.com

  5. #5
    Member
    Join Date
    May 2002
    Posts
    35
    Thanks, but it is a dead link.

  6. #6
    Senior Member EQFlash's Avatar
    Join Date
    Jun 2002
    Location
    where i'm at
    Posts
    2,735
    sorry bout that http://www.kennybellew.com

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