| Author |
Downloading from a flash website
|
|
|
| I have a website made in flash, but how do i add a link to a button so it downloads a file from my ftp folder?
| |
|
| DX14 skrev:
> I have a website made in flash, but how do i add a link to a button so it downloads a file from my ftp folder?
Just piont to the file in the button script...
(getUrl"http://www.site.com/ftp/file.ext");
Ralph
| |
| Red Cabbage 2006-04-23, 6:47 pm |
| This group should be renaned
"macromedia.flash.people.who.cant.be.bothered.to.read.the.help.files"
on (release) {
getURL("ftp://www.website.com","filedownload.zip");
}
"DX14" <webforumsuser@macromedia.com> wrote in message
news:e2fkmo$jrh$1@forums.macromedia.com...
>I have a website made in flash, but how do i add a link to a button so it
>downloads a file from my ftp folder?
| |
|
| thx for that,
and by the way forums are quicker for me
| |
|
| im a bit stuck,
say the website was www.wgccc.co.uk, and i wanted to download rules.pdf,
would i put:
on (release) {
getURL("ftp://www.wgccc.co.uk","rules.pdf");
}
???
| |
|
| DX14 skrev:
> im a bit stuck,
>
> say the website was www.wgccc.co.uk, and i wanted to download rules.pdf,
>
> would i put:
>
> on (release) {
> getURL("ftp://www.wgccc.co.uk","rules.pdf");
> }
>
> ???
>
Why don't do as I always do, try and see what happends?
I would have tried:
on (release) {
getURL("http://www.wgccc.co.uk/ftpfolder/rules.pdf");
}
if you have a folder in your site named "ftpfolder".
I tried that and it works for me with a .doc-file.
Ralph
| |
| weanderson 2006-04-25, 6:42 pm |
| Maybe they are not so quick afterall -- looks like you need to read the help files
| |
|
|
|
|
| Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |