ActionScript 2.0 :: Download Flash Files (.fla)?
Nov 17, 2008Free flash files.[URL]
View 3 RepliesFree flash files.[URL]
View 3 RepliesI generate a HTML page with VB.Net which stores several pinks to files. These links are formatted with JavaScript looking like the Windows-Explorer with folders and files. The problem: There are only download links for the files, not for Folders. A folder can contain Subfolders ,a List of Files or a combination of both. So if I want to download a folder, I have to click manually on every file-link. I have not the possibility to insert PHP or another Server-side language. my question now is: Is there a client side way to Download them by click on a Folder? I prefer Javascript but If it isn't possible Flash will be ok also.
View 2 RepliesI am working on a web app and need help to be pointed in the right direction: I want to download a file (they are mp3s). choose directory to save as I want flash to meter the download, showing the progress. When the file is downloaded, it is deleted off of the server (using php, i know how to do this, but how can i tell from flash when the file is downloaded?)
View 6 Replieshow do i program the url that download the zip files from flash movies? what is the code for geturl?
View 1 Replieshow do i program the url that download the zip files from flash movies? what is the code for geturl?
View 1 RepliesI would like to allow visitors to download flash files from my website.
I have the following code one my first button:
Code:
download_btn.onRelease = function(){
getURL("blankWebsite.exe");
}
This works fine and opens a 'Save', 'Open' or 'Cancel' pop-up box.
For button two (the xml file which visitors can use to populate the blank website they have downloaded) I have used the following code:
Code:
download2_btn.onRelease = function(){
getURL("template.xml");
}
However, rather than giving the option of saving the file (which is what I want) the file opens in a new browser window.
way to offer the 'Save', 'Open' or 'Cancel' options for the xml file rather than it opening immediately in a new browser window?
Does anyone knows where can get/download free flash intro in format of .fla and .swf files just like below link...?
View 1 RepliesI would like to update the swf player that I specify into FDT and what Flash IDE uses to play files, namely from Flash 10 to Flash 11 for Stage3d preview. How does one do this?
View 2 RepliesSome friends asked me to build them a site so their clients could use a private part of the site to upload and download files like in a FTP program (with user/password). I've searched the web, but only found a few uploaders that don't allow to also download and manage the files uploaded. I've noticed on my searches an extension called "yamzbrowser", but it is an old piece of software, and in a quick test I've found that it is not all browser compatible. In fact, I was not able to upload a simple file using the popular IE 7...
Is there any script, extension or toll that allow multiple users to upload / download, and manage (see, delete, rename) files inside a Flash page? Maybe a HTML solution that could be loaded inside a Flash page...
Can I develop a Flash AS3 download swf that will let a user select a location on their hard drive to download files to and then start the download of multiple files (in the same way I can do with upload)? Or should I zip all the multiple files first and download zipped files to local disk. My users will want to download potentially hundreds of images from a server to local disk so I dont want them to have to click save for each one. Will AS3 let me pass an array of filenames and store the location that the user originally chooses? I ask because this sounds like it would have been not allowed for security reasons.
View 3 RepliesI want to download files from the server side to client side without prompting a window to the user to download when any updates happen at server side.Right now I am using urlstream class but first file is downloading completely rest of the files contents downloading partially.
editCode sample taken from other post. Warning: it's a huuuge chunk o'code.
<?xml version="1.0" encoding="utf-8"?>
<mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml"
xmlns:MyComp="client.components.*" layout="absolute" height="554" width="817"
[code]....
I'm working on a cd presentation and I want to download some files from the cd.
View 3 RepliesRight now, if someone types in a popup window comes up asking if they want to download the file.I want my swf files (I'm building a site on the Gaia flash framework) to have access to all of my flv's/videos, but I don't want people to be able to download them.e Flash IDE to 'protect' your swfs (though I know there are ways around that) - but for flv's do those have to go in some type of special folder with a .htaccess file to protect them - and if so, how do I let my swf's communicate with the flv's and load them when necessary.
View 8 RepliesI'm not so good a AS3 and i think i've made a mess of things. I am trying to write script to download from a server on a website and have been getting nowhere. [code]...
View 0 Repliesis there any way to rename a download file/link to our custom name. For example: I use URLLoader to call a download link: http:[url].... then a download popup shows a save as dialog with the name my_file.mp3. Now I want the dialog to show another name that I define like my_song.mp3
View 3 RepliesTell me the code for "how to upload and download" files from server using flash cs3/flash 8.0.
View 2 RepliesI can't seem to download the flash files from the address.i click on page info and find the embeded flash,but can't download it. Another, how can I convert flash files from youtube to my ipod? I found an excellent flv converter, but not knew if it could convert flash from youtube.How to make flash suitalbe for youtube?
View 4 Repliesif you can do with the files that were loaded through the Loader class (or another class) remain permanently on the computer of who uploaded the application. That is, even if the person closes the browser or shut down the computer, the files remain on your computer. So when the person is running the same application will not need to wait until the files have been loaded (via download).
The person will enter in the browser page where the application is already included and you can use this application, without waiting any time since the necessary files are not on the computer. If any new files later arose in the application, this would be the only file to be loaded (downloadable) for the computer, which already found the other files that have already been loaded at another time. I can do this in actionscript 3.0? Note: Do not bother with my English because I'm using the google translator.
Is there a good tool can asily download SWF files from internet?
View 2 Repliesi have some files swf files that i want to prevent downloading them.is there a solution that the IIS can have a passord for downloading the file swf file and i can provide this password in some situations on the server that i can pass this password in the code.so that the swf file can be viewed from my page only as provide the password.
View 3 RepliesHow do I download multiple files at once from a browser without combining them into single file? I found all kinds of multiple file uploaders, but downloaders are missing. There is only JUpload, but it's old and became buggy recently. I believe both Java and Flash can do this: select a folder at client's HD and download everything there.
View 1 RepliesTell me the code for "how to upload and download" files from server using flash cs3/flash 8.0.
View 2 RepliesI've built an audio player that is fed via an xml file. Users can use a 'previous' or 'next' button to select which track to listen to and then play it and this is all fine and works as it should. The problem I have is with the file reference class. I want users to be able to have the option of downloading the track. I can get this function to work once but once you download a track, choose another, then click the download button again I get the error message below:
[Code]....
I know some functions like navigateToURL but I would like to let users download some files from my website.
I don't need to secure transfer but just hidden the path when user click on my flash asset.
Do I have to employ php script?
Or this code is it sufficient ?
Code: Select allvar request:URLRequest = new URLRequest("http://path/picture.JPG");
var localRef:FileReference = new FileReference();
try
[Code]....
I would like to put some files on my site that can be downloaded by visitors... So, what's the code I've to put on my "download" button ? And where do I have to put the file that should be downloaded ?
View 11 RepliesNeed to get the code for "how to upload and download" files from server using flash cs3/flash 8.0.
View 3 RepliesI'm working at a company which has high security environment.Akamai Download Manager starts to download a trial Flash CS5. However, it stops quickly and downloads nothing (zero byte).I want to download a trial Flash CS5 without Akamai Download Manager!
View 3 RepliesIs there a way to able/allow potential customers to fully download mp3 tracks from my site?
Flash CS4
Mac Pro
AS3
I have a movie that is going to be playing in our onLine Learning Site. I want to include a link to download a few documents, and I just don't know how to do that.I do Not KNOW what the complete HTTP url will be, just the directory path by that I mean, I know the files will be in "VideoFilesHighRes1.MOV" but I don't have access to the complete URL. This isnt a problem when it comes to loading other Flash objects (IE sounds, different clips etc) For some reason I didn't think the "getURL" request was valid in AS 3.0.....
View 1 RepliesI'm writing a app with Flex/air,and i need a function that downloading files to the default dir without a pop-up window.i tried to use ftp instead of http but found it's not supported by air.how can i solve this problem?
View 2 Replies