ActionScript 2.0 :: GetURL - Cannot Download Doc File In IE
Sep 22, 2006I used getURL like this to download a .doc file, in Firefox it's oke but in IE it's doesn't work.
Code:
on(release){
getURL("[URL]", "_blank");
}
I used getURL like this to download a .doc file, in Firefox it's oke but in IE it's doesn't work.
Code:
on(release){
getURL("[URL]", "_blank");
}
I have a few buttons rigged up for downloading word.doc, mp3 etc
Problem is its opening the file rather than giving a download this file option.
So I basically have used the fileReference class to allow the user to download a determined file if he wants to.
I use the file.download(URL) function and it works well.
However, the file is downloaded and saved to the hard drive using only the flash player. The browser is not aware of the download, and thus, if I want to show the progress of the download I'd have to make some progress bar myself. I know how to do it, but it would become really tedious and take too much UI space.
Isn't there a damn way in Flash to "send" a determined file to the browser so that it prompts the user to download it? It's an image file, so navigateToURL doesn't cut it since it will just display the image, both if I use a new tab or the current one.
I would like to know if there is any way to find out the destination path of the saved file using the download() method of the filereference class.Cos if that is possible then i could do navigateToURL(_path,_blank) to open that downloaded file in browser Or if there is any other way to do this i would like to know. [If any other thread exists please link to it which answers this]
View 1 RepliesSo we have some web-based training that we are making. Using CS4 to publish to Flash 7 and then the page is running in IE 6. (Got to love them corporate policies!) We have some resource documents for the users to download. Usually we make them pdfs and use getURL() and the files work just fine. However, this time we have a file that we want to keep as a .doc type. The code is:
[Code]...
i am new to actionscript i need to download .mp3 and vedio file form my remote server how to do this give me any example source code for this.when i download .pdf its downloading properly. but not audio.
View 1 RepliesIf I write a bunch of functions in a js file and host it on [URL], how can I use getURL() to make whoever sees my flash on the same host to execute the js file?
View 2 RepliesIs it possible to execute *.bat file using getURL? Like example something like: getURL(file_for_running_the_other_funcions.bat); or do you know some ways to run the bat file instead of that?
View 0 RepliesAt the end of the flash movie I want it to getURL from an external text file.Is it kinda like the way you do it with a button?
View 3 RepliesTrying to set up a getURL to link to a local htm file, NOT a page on the internet. All the tutorials I have read tell me how to link to a file on the internet I'm trying to set up an intranet site for my training college where students can access training resources etc on the local network. Therefore my getURL needs to point to a local file, not one on the internet. I'm trying to link to a .htm file that resides on my computer. Does the htm file have to be in the same folder as the .fla file?? How do I do this?? I'm working on a Mac, Os X, MX 2004, if that makes any difference.
View 1 RepliesI'm trying to download a zip file through Flash via a php file using this code:
FLASH:
getURL("download.php?filename=TheFileName.zip");
PHP:
<?php
// download.php
[code]....
Trouble is when I run Flash, the dialog box for the download just picks up the php file and not the zip file.
I'm stuck with defining a getURL function while loading an external XML file.
I have a Flash AS2.0 file and I've made it CMS driven. The content for everything in the SWF file is loaded from an XML file which resides on the same server. I've defined all other XML variables and I'm able to successfully parse them inside a holder MC I have in my Flash file. Some of the many variables I have are name, caption, thumbnail img, large img, etc... I've also defined the XML file with a 'Link' that points to a URL relative to each image it loads.
I'm unable to define the function in Flash to retrieve the URL from 'Link' parsing value stored in my XML file.
I tried defining a function called getLink in actions layer of my Flash file:
getLink = function () {
getURL('Link[ID]','_blank');
};
The ID is loaded in the beginning of the Flash file - based on the number of values available in XML file. All other functions work, except this getURL function.
I need to have a button load it's GetURL() deal from an external file. XML? Txt?
View 2 RepliesIs there a work around to the getURL Firefox issue? I am having trouble getting Firefox to open my file from my exe when FF is set to my default browser. If FF is already open, the getURL functions fine. If FF is closed, I have to click on my button twice in order to open the file (ie, click once opens a blank window, click again and the file opens) I have FF 2.0.0.1, Flash MX 2004 Prof. I have tried setting an interval to have the getURL fire again but I can't seem to get it to work.
[Code]....
I'm a teacher, and so animations are a God-send. However, the internet in my school can often be a little temperamental and so I like to download flash files, often embedding them into a PPT presentation.However, as of late, I've come across a few that I just can't seem to download. Please note that I am not after the credit for these files, or any way to edit them, I just want to be able to download them to show at my will, regardless of the internet working.The file that I'm currently struggling is a great animation on rocks and the rock cycle:
[URL]
I can download the SWF, but it will do nothing but sit at "Loading: 1%"...Is it even possible to download this file?The same has been true of files over at eChalk - our school has a subscription, but again, if the internet plays up, no animations.
I would like to open a separate swf file from with in flash, but by default, it opens the swf in a browser. I would like this file to open in a stand alone player not in the browser.How can I achive this? Right now I'm using the getURL() action. Is there a separate function for opening a file at a specified filepath?
View 1 RepliesBasically I created a flash site and uploaded it onto the server provider the client chose using cute ftp. That's all fine but now they want to add a link enabling the viewer to download a PDF straight to their desktop. As I can't upload a PDF file to the Flash library, was wondering if anyone had any tips on creating this function?
View 2 RepliesI am working on a project where the user can click a button to download a pdf file. My issue is that it works fine, until you try to download it in IE. IE shows something happen, but then nothing happens... looks as though you download the file but then when you go to look for it, its not there. I have tried 2 different methods, both work until, like i said I bring it into IE. [code]...
View 1 RepliesI want my flash site to convert currency.Therefore I want it to get the currency rates from internet.At first, I wanted to do it by using web services but the one free I found : [URL] doesn't work properly So I decided to use another way by getting my rates from the
following RSS file :
[URL]
All is ok, I got the rates I am interested in by parsing the RSS .But all is ok when I am testing locally, when I put my file on my hosting server, the rates cannot be retrieved anymore, it looks as if there is a connection problem.
Is there a way to download a file with AS3 code from a server (other than creating a text hyperlink to be clicked), or is there a way to add a file to your library and then show it in you timeline. I am specifically referring to a .pdf file.
View 3 RepliesI want to know how to link a pdf file from flash and make it availble for download?
View 4 Replieshow do I initiate the download function in ActionScript3.0.? (Where a dialogue box will be opened to let my users download a file from my server)
View 8 RepliesIn my AIR app, I have a list of file that needs to be downloaded from remote server. I want to make this download happen sunchronously. [code]...
View 1 RepliesI would like to do this, without the "readfile()" part:
header("Content-type: application/force-download");
header("Content-Transfer-Encoding: Binary");
header("Content-length: ".filesize($file));
header("Content-disposition: attachment; filename="".basename($file).""");
readfile("$file");
Basically I am trying to forward a download to another URL but at the same time I need to be able to set headers like "filename".
The readfile($file) function will not do it for me, because the the $file is not stored on the same server as the PHP script (not even the same datacenter) Is this even possible ? If not via PHP, maybe FLASH could do this ?
how to download a pdf file with HTTPService?
I do that
private function downloadPDF():void
{
var httpService:HTTPService = new HTTPService();
httpService.url = "http://coenraets.org/flexandroid90/FlexAndroid90Minutes.pdf";
[Code]....
Is it possible download a file in an AIR application, store it on the user's system, and prohibit access to the files by applications other than the one with which it was downloaded?
View 3 RepliesI have a video streaming/downloading in flash. When you click play it starts the download and plays the video. If I click stop your browser still carries on downloading the file, how do I cancel or pause the download?
View 2 Replieshow do I download file with flash, i have song wich plays and i know it's path, so what would be function for downloading that song
View 9 Replieshow I would go about downloading my cv in a pdf or word format from an swf. Basically I want my cv to open as a pdf when someone clicks a button and then enable them to print it out or save it to their computer.
View 1 Replieshow I can protect SWF file, from being download and decompile??
do i need to purchase some software ?