# Pc / mac

**URL:** https://forum.kirupa.com/t/pc-mac/24587
**Category:** Uncategorized
**Created:** [July 2, 2003, 1:50pm UTC](https://forum.kirupa.com/t/pc-mac/24587 "2003-07-02T13:50:26Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![outro\_lugar](https://avatars.discourse-cdn.com/v4/letter/o/35a633/32.png) [@outro\_lugar](https://forum.kirupa.com/u/outro_lugar)
#### Post date: [July 2, 2003, 1:50pm UTC](https://forum.kirupa.com/t/pc-mac/24587/1 "2003-07-02T13:50:26Z")

</div>

I made a page with five mp3’s on it. Each song has two buttons - one to play (loadSound), one to download (getURL).

On a pc, I click on the play button, and the song starts playing, I click on the download button, and the songs start downloading.

But in a mac, the getURL buttons do not let me download the songs, it only opens the song with the player. To save it on the computer, I have to go file-\>save. But I dont want to do that.

How can I fix this?

---

<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: [July 2, 2003, 2:28pm UTC](https://forum.kirupa.com/t/pc-mac/24587/2 "2003-07-02T14:28:51Z")

</div>

I’m sure it’s a browser setting. It is in the PC world anyway. I don’t use apples…I eat them. 😛

---

<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: [July 2, 2003, 6:13pm UTC](https://forum.kirupa.com/t/pc-mac/24587/3 "2003-07-02T18:13:12Z")

</div>

On the same mac, same ie, there are links that I click on and it downloads. So it’s not consistent that mac doesnt download when you click on it, I am confused - how do i fix it, through flash? or how?

---

<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: [July 2, 2003, 6:53pm UTC](https://forum.kirupa.com/t/pc-mac/24587/4 "2003-07-02T18:53:56Z")

</div>

i would link it like this  
[AS]  
getURL(“file.mp3”);  
[/AS]

dont use the full url. that should work fine

---

<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: [July 3, 2003, 3:24am UTC](https://forum.kirupa.com/t/pc-mac/24587/5 "2003-07-03T03:24:12Z")

</div>

that’s what I did, it doesn’t make a difference.

---

<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: [July 3, 2003, 3:38am UTC](https://forum.kirupa.com/t/pc-mac/24587/6 "2003-07-03T03:38:00Z")

</div>

put it in a zip (or mac equivilent) and have them download it like that.

---

<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: [July 3, 2003, 8:08am UTC](https://forum.kirupa.com/t/pc-mac/24587/7 "2003-07-03T08:08:25Z")

</div>

mac’s can use stuffit expander (free vers. comes stock with the os) to handle zips =) … so same compression will work for both

---

<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: [July 7, 2003, 1:41pm UTC](https://forum.kirupa.com/t/pc-mac/24587/8 "2003-07-07T13:41:49Z")

</div>

zips seem to work fine, thanks.
