Flash :: Download Multiple Files From A Remote Location To A Users Hard Drive With FileReference?

Jul 30, 2010

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 Replies


Similar Posts:


ActionScript 3.0 :: Download Music And Heavy Files To Users Hard Disk?

May 1, 2010

MMO best practice. Download music and heavy files to users hard disk? I have just downloaded a Hello Kitty MMO app for research (for my kid of course).I am developping my English teaching app with LOADS of classical music, mp3 sentences and heavy background bgs. Would the best idea be for client to download these to their hardisk ie I would not need to stream them and therefore save a fortune on bandwidth charges from my ISP?

View 3 Replies

ActionScript 3.0 :: Flash To Download XML File And Saving In Hard Drive

Jul 15, 2011

I am have to build a Flash aplication, that has to download a XML from a differente server and save on it's own server, at a predefined time of the day. Is it possible ans safe to make that in flash using AS3?

View 1 Replies

Actionscript 3.0 :: Save A Jpg Of The Stage To Users Hard Drive?

May 28, 2009

I've been working at this for over a week and simply can't figure it out:I would like to allow a user to export out a jpg of the swf file to their hard drive using flash player 10/cs4.Here is an example that comes close but is in flex (can't seem to figure out how to implement in flash cs4?)His flex code is there, everything works great, but how to get this into flash instead???

View 1 Replies

ActionScript 3.0 :: Download Txt File From Hard Drive?

Apr 29, 2010

I am using the code below 2 download txt file from hard drive.

Getting this error: ArgumentError: Error #1063: Argument count mismatch on Untitled_fla::MainTimeline/downloadFile(). Expected 0, got 1.

am i doing something wrong?

ActionScript Code: import flash.net.FileReference;
//abc is a Mc with instance abc[code].....

View 4 Replies

Actionscript 3.0 :: Using FileReference To Download Multiple Files

Aug 11, 2009

I'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]....

View 6 Replies

ActionScript 2.0 :: CS3 FileReference - Know The 'file Path' When An User Selects A File From 'any Location' On His Hard Disk

Mar 7, 2009

I want to know the 'file path' when an user selects a file from 'any location' on his hard disk. I like to know is it possible to fetch the entire file URL instead of the file name alone?

Code:
var fileRef= new FileReference();
fileRef.addListener(mylistener);
mylistener.onOpen = function(file){
[Code]....

View 7 Replies

ActionScript 3.0 :: Flash : Get Hard Drive Space Values?

Jul 29, 2011

it's possible on reading the main hard drive space(free/used) of the computer used.

View 2 Replies

ActionScript 3.0 :: Create A Folder On Local Hard Drive Via Flash?

Aug 17, 2010

Does anyone here have an idea on how to create a folder on your local hard drive via flash AS3, the name of the folder will depend on what you enter on the textfield in the .swf file.

View 5 Replies

Allow Users Of Site To Download Large Volumes Of Image Files From Amazon S3

Jul 27, 2010

My website allows users to upload photographs which I store on Amazon's S3. I store the original upload as well as an optimized image and a thumbnail. I want to allow users to be able to export all of their original versions when their subscription expires. So I am thinking the following problems arise.Could be a large volume of data (possibly around 10GB)How to manage the download process - eg make sure if it gets interrupted where to start from again, how to verify successful download of files.Should this be done with individual files or try and zip the files and download as one file or a series of smaller zipped files.Are there any tools out there that I can use for this? I have seen Fzip which is an Actionscript library for handling zip files. I have an EC2 instance running that handles file uploads so could use this for downloads also - eg copy files to EC2 from S3, Zip them then download them to user via Flash downloader, use Fzip to uncompress the zip folder to user's hard drive.

View 1 Replies

Media Server :: Write Remote Shared Object Sequentially When Multiple Users Are Connected?

Mar 31, 2010

I am using FMS3 and Flash CS3 (actionscript2) in a Flash based whiteboard application. Multiple users can join this whiteboard. I want to save chat text and drawing in same sequence as live time. I am using persistant remote shared object to save these data. But when i try to replay these data its not showing in same squence as live . I am generating unique slot for chat and drawing but still same error occuring.

View 8 Replies

Save A Resource From Url To Hard Drive?

Oct 6, 2011

How do I save a resource like "something.rar" from the web, like when it is located on a regular web page?

View 2 Replies

IDE :: Load Images From Hard Drive?

Apr 17, 2010

I was looking into a readymade flash CS4 project. It's kind of slideshow for some photos. I wanted to modify the Action Script in order to use the pictures in my computer's hard drive.

The code that has been used there in that project is something like

var gal_uno_uno="http://infernotech.co.cc/meracup.jpg";
var gal_uno_unoth= "http://infernotech.co.cc/meracup.jpg";
var gal_uno_dos="http://farm2.static.flickr.com/1073/756274318_d3bc6b17c9.jpg";
var gal_uno_do= "http://farm2.static.flickr.com/1073/756274318_d3bc6b17c9_s.jpg";
var gal_uno="http://farm1.static.flickr.com/217/485076305_fb0eb729e9.jpg";

but, I don't want to specify the url of the images. Instead I want to pick up these images from my hard drive.

View 2 Replies

ActionScript 3.0 :: Writing Data To Hard Drive?

Apr 14, 2010

I've just been approached my current project needs to run from a CD and write data (bookmarking) to the hard drive. Been told the file will still launch from a html document and not AIR. Orginally had it built in AIR, no problem writing data. I remembered what I thought was a SharedObject but that does not sound right for writing out the data. Which is an xml file I am building from the student login.
 
Since I can't use AIR is there another function someone knows for writing a file to a location on the hard drive? Time is pressing on this one. I have to have an answer by morning.

View 13 Replies

ActionScript 2.0 :: F8 - FLV Works On Hard-drive But Not On Server?

Nov 18, 2007

I've tested the videos off of my harddrive, and they work great using a skin that flash has.But when I uploaded it, and test it on my server, nothing loads.

View 5 Replies

IDE :: Swf Doesn't Play Online, Only From Hard Drive?

Mar 31, 2009

I uploaded the swf and embedded flv into the correct directories, but the movie still play online. Even trying to preview it from the CMS won't play.

View 1 Replies

ActionScript 3.0 :: Load Images From Hard Drive?

Apr 17, 2010

I was looking into a readymade flash CS4 project. It's kind of slideshow for some photos. I wanted to modify the Action Script in order to use the pictures in my computer's hard drive.

The code that has been used there in that project is something like

var gal_uno_uno="http://infernotech.co.cc/meracup.jpg";
var gal_uno_unoth= "http://infernotech.co.cc/meracup.jpg";
var gal_uno_dos="http://farm2.static.flickr.com/1073/756274318_d3bc6b17c9.jpg";

[Code]....

but, I don't want to specify the url of the images. Instead I want to pick up these images from my hard drive.

View 1 Replies

Data Integration :: SharedObject Saved On Hard-drive

Oct 22, 2006

I've created a SharedObject on My Computer, saved it in a movie, and ran the movie again and data came up well enough.My problem is, I want to delete the SharedObject saved on my hard-drive. I currenly have Flash 8, and Flash MX 2004 uses the .sol extention, but I can't find the SharedObject anywhere on my computer. With the release of Flash 8, did they change the SharedObject file extention? Is there a way to set up the path to which SharedObjects should be saved in your script file? The second parameter of the getLocal() method, stores a URL. Is that the same as a directory on your computer?

View 3 Replies

ActionScript 3.0 :: Save File Form Cd To Hard Drive?

Sep 9, 2009

I have created a window contain a save button. i want to click on this button a file from cd is copied to my hard drive.i found class File but it work air only,i use flash cs4 and File class dosn't work in it.

View 1 Replies

FMS 3.5 To Determine The Amount Of Free Space On Hard Drive?

Jan 11, 2010

If you use FMS 3.5 as a DVR to record the live streams, whether it can determine that the hard disk has 100 megabytes? It is necessary that I live streams redirected to another server.

View 10 Replies

Php :: Send Email With Attachment Without Saving To Hard Drive Before?

Feb 20, 2011

is it possible to send an email with an image attachement in a "text" format? (like in a ByteArray)

I'ld like to encode an image into an ByteArray (Flash AS3 - PNGencoder) and send it then via PHP to Gmail and others without saving the image to a hard drive before.

View 1 Replies

Actionscript 3 :: Adobe AIR - Save Image On Hard Drive?

Oct 10, 2011

I found the below snippet to save an image to a specific folder with Adobe AIR. How to modify it that the "Save As" OS-window comes up first? (So users can choose where to save the image on the hard-drive)

[Code]...

View 1 Replies

Actionscript 3.0 :: Create A Folder On Local Hard Drive?

Aug 17, 2010

How to create a folder on your local hard drive via flash AS3, the name of the folder will depend on what you enter on the textfield in the .swf file.

View 2 Replies

ActionScript 2.0 :: Make A Button Get A File On Hard Drive Or CD

Feb 23, 2006

I know how to program a button to get a URL loaded:

[Code]...

But how would I tell the button to do the same thing for a file located on the hard drive? I want the file to load in the web browser, but I am making a presentation CD and I want it to grab a file off the CD as opposed the internet in case the person viewing the CD does not have internet access. keeping the file path structure similar on the server this should work on the CD as well as the server, correct?

View 2 Replies

ActionScript 3.0 :: Open An External File Onr Hard Drive From Swf And .EXE?

Aug 23, 2007

how to open an external file on your hard drive from your swf and .EXE using AS3? I wana click on a button and basically just open a PDF.

View 11 Replies

ActionScript 3.0 :: Import Image From Hard Drive To Projector

Aug 25, 2009

I have experience uploading images with php and using them in flash but I have a client that wants one of these applications to run locally from a exe where the user picks an image off the harddrive. Is there a way to select the image and then bring it in without uploading it to the server?

View 1 Replies

ActionScript 2.0 :: Load Image From Hard Drive To Movieclip?

May 2, 2007

I am in the middle of building a kind of image editing application.Basically the user uploads their picture and then can draw on it, (sounds silly I know!).I was toying around with allowing them to just upload their file onto my server where it would be saved and then they could edit it through flash, but I don't want the responsibility of ****, child **** cyber bullying etc going on on my webspace!!

So I'm trying just "loadMovie" with the local path of a file, but it is not loading when I put the swf on the web! It all works fine locally but not on the web?Is there some security bypass I can write into my actionscript that will allow this?

View 4 Replies

ActionScript 3.0 :: Allow Users To Upload Images (jpg) In The Flash (.swf) From Local Computer (with The Drive C)?

Jun 30, 2009

The user loads the page HTMl file .swf. By clicking on button_mc the user can select from your computer (local disk) image file to upload not on the server and temporarily - to flash - the file.

[code]....

Below given code works only if the image file .swf are in the same directory (folder).I know the file name, but I can not find the full local path to his computer to the selected file.

[code]....

How do I get my site you can download at home in my swf file to a photo to her dalsche work?

[code]....

View 1 Replies

ActionScript 3.0 :: Save Drawing Data To A File On A Hard Drive

Feb 27, 2010

I'm still relatively new to the actionscript 3.0 world. I have been given an assignment to make a drawing program that allows me to do many different things. One of the big things that it needs to do is be able to save a file with the drawing information and still be editable. After much searching I see that you can't just write sprites to a file and then they come back cleanly, obviously returns null. I also don't think that registerClassAlias won't work because I don't think it will allow me to convert things back to a sprite. I keep an array of sprites that allows me to undo/redo, and I originally figured I could either write the arrays or the individual sprites to the file, but that is not allowed either. Does anyone have any idea how I can possibly accomplish saving my drawing document and loading my document with keeping all of my sprites in my array separate from each other?

View 6 Replies

Professional :: Can User Be Allowed To Save Running SWF To Hard Drive

Feb 26, 2011

We are professional game developers working on our first game in the Flash format. As the game will be about 70 megabytes in size we would like to allow the player the option of saving the game to hard drive to avoid reloading in the future.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved