# Need help please

**URL:** https://forum.kirupa.com/t/need-help-please/18888
**Category:** Uncategorized
**Created:** [April 22, 2003, 10:07am UTC](https://forum.kirupa.com/t/need-help-please/18888 "2003-04-22T10:07:52Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![conty](https://avatars.discourse-cdn.com/v4/letter/c/9e8a1a/32.png) [@conty](https://forum.kirupa.com/u/conty)
#### Post date: [April 22, 2003, 10:07am UTC](https://forum.kirupa.com/t/need-help-please/18888/1 "2003-04-22T10:07:52Z")

</div>

i really need help guys.

i have two songs ,they are mp3 format but still big file size, and  
i would ask you the best way to work whit those file …  
Please can someone write a tut for that ?

tks a lot guys

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [April 22, 2003, 1:01pm UTC](https://forum.kirupa.com/t/need-help-please/18888/2 "2003-04-22T13:01:47Z")

</div>

you could upload the song to the server, so it would look like www.your [site.com/music.swf](http://site.com/music.swf).

but if you do this, you will need a preloader.

then when you want it to play just use this

```php
loadMovieNum("http://www.yoursite.com/music.swf", 2);

```

hope this helps

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [April 22, 2003, 5:26pm UTC](https://forum.kirupa.com/t/need-help-please/18888/3 "2003-04-22T17:26:05Z")

</div>

tks i’ll try to do that
