Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3847464
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T16:33:21+00:00 2026-05-19T16:33:21+00:00

I’m rather inexperienced with flash and as3, and I’ve been given a task of

  • 0

I’m rather inexperienced with flash and as3, and I’ve been given a task of writing a program that downloads images from URLs that are provided, and saves them to a specified location on the user’s computer.

The idea is to be able to download multiple images (user selects them) and download them all to a single directory (which the user selects first) so that he doesn’t have to download them one by one. Also, putting them in an archive and downloading as one file wasn’t an option.

The only solution I found is using FileReference.save(), which won’t work for me because it opens a save dialog.

If this is impossible to do in flash, please suggest another way of doing this without resorting to installing custom plugins.

Thank you.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T16:33:21+00:00Added an answer on May 19, 2026 at 4:33 pm

    The biggest issue you’re going to run into is the flash player sandbox security. By design, it is not possible to mix file requests from your local computer with file requests on a network, if your SWF is already on the network. The reason for this is to prevent malicious SWF’s to send files from your computer to the internet. It took me a while to fully understand the security restrictions, but it’s all here, in the Adobe AS3 help docs.

    At the bottom of that page, you’ll see the list of security sandbox types, and if you’re creating a website (REMOTE), you’re not going to achieve your design in Flash without resorting to funky 3rdparty browser plugins:

    • Security.REMOTE
    • Security.LOCAL_WITH_FILE
    • Security.LOCAL_WITH_NETWORK
    • Security.LOCAL_TRUSTED ← can do what you need.
    • Security.APPLICATION ← can also do what you need.

    The LOCAL_* sandboxes all deal with SWF’s that are on your computer, but for them to access both other files on your computer and then send them to the network, the user needs to manually ‘trust’ the SWF. Assuming you’re creating your app for a broader public, this is probably not a viable option.

    Your best bet would be to go with AIR. As specified in APPLICATION, you can mix local and network resources. Your users will however need administrator rights on their computers and trust you enough before they can install your app as an AIR desktop application.

    Good luck! EP.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
link Im having trouble converting the html entites into html characters, (&# 8217;) i
Does anyone know how can I replace this 2 symbol below from the string
I'm trying to decode HTML entries from here NYTimes.com and I cannot figure out
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I have a French site that I want to parse, but am running into
I have a bunch of posts stored in text files formatted in yaml/textile (from
I have just tried to save a simple *.rtf file with some websites and
Seemingly simple, but I cannot find anything relevant on the web. What is the
this is what i have right now Drawing an RSS feed into the php,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.