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

  • SEARCH
  • Home
  • 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 6606069
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T19:21:24+00:00 2026-05-25T19:21:24+00:00

If I’m attempting to create a file that takes information a user inputs using

  • 0

If I’m attempting to create a file that takes information a user inputs using input fields, save them, and then load them again later after the file has been opened and an option selected, what sort of things would I need to most research? I know there’s something called sharedObject I need to research. What else? I’ve been searching Google, but I’m not finding anything covering this particular aspect. Games do it, yes? So an application could do it as well, without using Flex, yes?

  • 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-25T19:21:25+00:00Added an answer on May 25, 2026 at 7:21 pm

    You need to brush up on your google-fu. I came up with 169K results on how to do what you’re asking here. Here are some tutorials:

    http://www.emanueleferonato.com/2008/12/28/understanding-as3-shared-objects/

    http://drawlogic.com/2008/01/10/howto-sharedobjects-for-local-storage-as3/

    http://www.flashdaweb.com/2008/01/tutorial-actionscript-3-using-shared-objects-to-show-the-time-of-page-browsing/

    Googled “using shared objects in AS3”

    Here is an excerpt from one of the sites showing how easy this is:

    package {
        import flash.display.Sprite;
        import flash.net.SharedObject;
        import flash.text.*;
        public class as3_shared_objects extends Sprite {
            var shared:SharedObject;
            public function as3_shared_objects() {
                shared = SharedObject.getLocal("reloaded");
                if (shared.data.visits==undefined) {
                    shared.data.visits = 1;
                }
                else {
                    shared.data.visits ++;
                }
                show_text(shared.data.visits);
                shared.close();
            }
            public function show_text(str) {
                var shared_text:TextField = new TextField();
                var format:TextFormat = new TextFormat();
                format.font = "Lucida Console";
                format.color = 0xffff00;
                shared_text.width = 300;
                shared_text.defaultTextFormat = format;
                shared_text.x = 25;
                shared_text.y = 15;
                addChild(shared_text);
                shared_text.appendText("You visited this page "+str+" times");
            }
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

That's pretty much it. I'm using Nokogiri to scrape a web page what has
I have just tried to save a simple *.rtf file with some websites and
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I need to clean up various Word 'smart' characters in user input, including but
We are using XSLT to translate a RIXML file to XML. Our RIXML contains
I'm trying to create an if statement in PHP that prevents a single post
link Im having trouble converting the html entites into html characters, (&# 8217;) i
Basically, what I'm trying to create is a page of div tags, each has
I've got a string that has curly quotes in it. I'd like to replace
I have a French site that I want to parse, but am running into

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.