# mp3 Progress Bar

**URL:** https://forum.kirupa.com/t/mp3-progress-bar/145797
**Category:** Uncategorized
**Created:** [April 25, 2005, 11:31pm UTC](https://forum.kirupa.com/t/mp3-progress-bar/145797 "2005-04-25T23:31:57Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Stargrrl](https://avatars.discourse-cdn.com/v4/letter/s/e47774/32.png) [@Stargrrl](https://forum.kirupa.com/u/Stargrrl)
#### Post date: [April 25, 2005, 11:31pm UTC](https://forum.kirupa.com/t/mp3-progress-bar/145797/1 "2005-04-25T23:31:57Z")

</div>

I have a simple .fla that loads an mp3 dynamically using this script:

on (release) {  
mySound.loadSound(“[http://www.antoniomusic.com/audio/MusicIsBorn.mp3](http://www.antoniomusic.com/audio/MusicIsBorn.mp3)”,true);  
}

I need to create a progress bar preloader to play while the mp3 is being located and served. The tuts I’ve been finding have so many other features that at my current level I can’t sort through the AS to get what I need. Does anyone know of a simple progress bar preloading script I can use on these mp3’s?

TIA  
Amelia
