Groups | Blog | Home
all groups > macromedia flash sitedesign > november 2005 >

macromedia flash sitedesign : How to make a link to .zip files on my server


Chris (mudbubble)
11/3/2005 10:58:53 AM
just upload the zip file and from a button in flash add this code:

on (release) {
getURL("zippedFile.zip");
}
//if in the same directory as the swf


--> www.mudbubble.com
--> www.keyframer.com
--> Team Macromedia
"Two outta three dimensions ain't bad."


[quoted text, click to view]
Chris (mudbubble)
11/3/2005 11:00:11 AM
if that doesnt work you may need to give it an absolute path...

on (release) {
getURL("http://wwww.yourWebsite.com/zippedFile.zip");
}


--> www.mudbubble.com
--> www.keyframer.com
--> Team Macromedia
"Two outta three dimensions ain't bad."


[quoted text, click to view]
-=S=-Samoth
11/3/2005 11:20:54 AM
Hello people,
im making a game clan website, www.seraphclan.tk
its already on the web and accessible,
well i want my visitors to be able to download skins/updates e.d i have the
files but dont know how to link them in flash2004prof
-=S=-Samoth
11/3/2005 12:58:11 PM
AddThis Social Bookmark Button