Groups | Blog | Home
all groups > flash actionscript > april 2005 >

flash actionscript : Button that downloads ZIP file in same directory?


tallscot
4/1/2005 11:08:20 PM
Hey everyone, I have a Flash banner I'm doing and there is a button at the
end. Clicking the button is suppose to download the 'project server2.ZIP' file
from my client's server, in the same directory as the banner's .SWF file. This
is so basic, I know. Sorry. :) I realize there is a space in that file name
and spaces aren't good. The client has dictated it. Can I work around that?
The script I'm using is: on(release){ getURL(project server2.ZIP); } I
uploaded the files to my server and tested it and it doesn't work. Thank you
for any help! Scot
kglad
4/2/2005 1:09:51 AM
on(release){
getURL("project server2.ZIP");
AddThis Social Bookmark Button