Need a browser developers advice

Probably not the right forum, but does anyone know why a zipped MP3 on my flash site downloads on my mac but not on a PC? On a PC the file loading dialogue box pops up and shows a progress bar but no progress and it stays that way forever. I thought it might be because I used the Mac version of zip it but I tried zipping them on a PC and the problem was still there.

The browser obviously recognises the .zip file extension but why doesn’t it complete the download??

You can try the site out if you want to see it for yourselves;

http://www.mymarcel.com

Hope you can help or tell me where else I can look.

Cheers.

I’ve never had a problem with Windows downloading a .Zip file
What browser/version is the problem happening to?

Where about on the site is the zip file? I had a quick look but didn’t have the time to search for it.

All sorts of browsers so I’m told. My mate checked it out on IE5 and it didn’t work.

The mp3s are in the ‘hear’ section.

It works fine on my mac but by now I’m to wise to expect anything I do to work on a wintel machine!

Yeah it didn’t work for me.
I can only assume that you have your get URL messed up.

I have mine looking like this and it seems to work ok:

on (release) {
getURL(“http://www.yoursite.com/scrollbar.rar”, “_blank”);
}

Mine is;

on (release) {
getURL(“http://www.mymarcel.com/mp3/beatles.zip”);
}

I think this is ok

What is the size of the zip files?

About 5 meg each…

I’m on a PC with Net7…

works just fine…

Rev

Cool. The problem is i need it to work for everyone!!

Mmmmmmmmm.

Thanks for the checks guys.

Have you tried to see if a 100 K zip file works [Just as a test]?

*Originally posted by biscuit *
**About 5 meg each… **

That’s a very good idea!! I should have thought of that. I’ll do it after my dinner.:sure:

Thanks Kel.