Can Local Shared Objects Be Moved to a New Computer?

We are awaiting the arrival of our new computer. My 8-year old son is concerned that when he plays his favorite Flash games on the new computer, the games won't remember his previous score or level in the game.
I understand that this information is typically stored in Local Shared Objects. Therefore, my question:
Can the LSOs on our existing [Windows XP] computer be moved to our new [Windows 7] computer? If so, do I store them in the same location in Windows 7 as they are stored in Windows XP?
Thanks for your advice.
The Daddy

I think these data are stored in one of the following locations (in Windows XP):
C:\Documents and Settings\[username]\Application Data\Adobe\Flash  Player\AssetCache
and/or
C:\Documents and Settings\[username]\Application Data\Macromedia\Flash  Player
Easier than to type the full access path for these two folders would be to use the %APPDATA% environment variable; you would type the following into Windows Explorer's address bar:
%appdata%\Adobe\Flash  Player\AssetCache
and/or
%appdata%\Macromedia\Flash  Player
Now in Windows 7 these are in a slightly different place:
C:\users\[username]\AppData\Roaming\Adobe\Flash Player\AssetCache
and/or
C:\users\[username]AppData\Roaming\Macromedia\Flash Player
which would be, using the environment variable:
%appdata%\Roaming\Adobe\Flash Player\AssetCache
and/or
%appdata%\Roaming\Macromedia\Flash Player
What I would do is to copy the full contents of both folders from XP to 7, before installing Flash Player on the new machine.
Let us know if this worked.

Similar Messages

  • Our State Government offices update to new PCs. Can digital signature information be moved to the new computer easily?

    How can digital signature information be easily transferred to my new computer?

    There are several ways to do it. My preferred way is to use "Security Settings Export/Import" feature. For export you need Acrobat. Import works in both Acrobat and Reader.
    If you set up your personal Trusted Identities and signature appearances you may also need to copy addressbook.acrodata and appearances.acrodata (if you have it) from C:\Users\<yourID>\AppData\Roaming\Adobe\Acrobat\11.0\Security\ on your old machine to the same directory on your new machine.

  • Can no longer clear Local Shared Objects (Persistent Identification Element)

    The equivalent of a cookie in Flash is the "Persistent
    Identification Element" which is also called a "local shared
    object." The Adobe TechNote titled "How to manage and disable Local
    Shared Objects" at url
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=52697ee8
    provides a link to control deleting Local Shared Objects. That link
    contained in the TechNote is "Website Storage Settings panel":
    http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager07.htm l
    Until today, that was a good link that enabled me to clear
    the local shared objects. Today, however, the link leads to a
    totally different page of miscellaneous Adobe matters.
    Does anybody know the correct link to clear my Flash player
    of the local shared objects?
    Thanks very much.

    Your Template code is incomplete / corrupted. 
    That's why you can't edit it.
    Try opening your .dwt file in a plain text editor like NotePad.  Remove the editable regions from code.  Save.  Open in DW.
    You will need to SaveAs Template (same name as the one used by your child pages).  Add editable regions to match the ones in your child pages.  Save.
    Nancy O.

  • Problem Assigning Local Shared Object

    I have created a swf that increments a dollar amount every
    five seconds. My clients want this dollar counter to be consistent
    between HTML pages. That is where the local shared object comes in.
    I can create it fine, and even read it (I know this by a trace() I
    used). But for the life of me I can't get the value from the shared
    object passed to the dynamic text field as soon as the swf is
    loaded. It always starts at the beginning increment of 0.192!
    I'm pretty sure what is messing me up is either the function
    that formats the number to a dollar format or the function that
    increments the dollar value up every five seconds and saves that
    value to the shared object.
    Using the code below, you can create a flash file with a
    dynamic text labeled 'money' and the actionscript copied into the
    first frame on the timeline.
    Any help would be great appreciated!

    aasimmomin wrote:
    > Hi,
    >
    > I have 2 files *.swf files. The first one is creating a
    shared object while
    > the second one reads the created shared object.
    > The files works perfectly on my local machine and on my
    server, but the second
    > file is not able to read the shared object on the
    client's server.
    > Although both files work perfectly well on the client's
    local machine.
    >
    > I have checked and found that there is no synchronizing
    problem between the
    > writing and reading of the shared object.
    >
    > Could there be some settings on the client's server
    which may be missing?
    do not post same question to multiple forums, post in one and
    stick to it.
    http://www.adobe.com/support/forums/guidelines.html
    Adobe forums posting guidelines
    When posting messages...
    - in DON'T Section :
    Don't cross-post or double-post. Posting a message to more
    than one forum (i.e "cross-posting" is
    unnecessary, and creates extra traffic for you and others to
    read through. If you've already posted
    a question, please don't repeat your posts in order to get
    more attention- this makes it very
    difficult for others to see if and/or where your question was
    answered.
    Regards
    Urami
    Happy New Year guys - all the best there is in the 2006 :)
    <urami>
    http://www.Flashfugitive.com
    </urami>
    <web junk free>
    http://www.firefox.com
    </web junk free>

  • LOCAL SHARED OBJECT in CAIRNGORM

    Hi,
    I am new to Cairngorm framework.
    I want to use Local shared object in Cairngorm framework,I am confused where i have to create and where i will get data and how i can add to lso.
    If any example or suggestions  to use Local shared object It is helpful for me.
    Thanks in Advance.
    Regards
    Naresh

    Hi,
    I am also new to flex.
    But here is what I think.
    You may want put it into servicelocator since sharedobject is not part of you cilent datamodel.
    Use delegate to update your modellocator with value from sharedobject.
    Hope it can help.
    If you solved the problem, pls also post it and we can learn together:)
    Best

  • Local Shared Object not working in Firefox 2

    I'm using a local shared object in my flash animation so that
    the animation plays only once per user visit. It works fine in IE
    6/7, but doesn't work at all in FF (the movie still plays when I
    refresh the homepage, or come back to the homepage from another
    page).
    This is what I'm using:
    var my_so = SharedObject.getLocal("animationPlayed");
    if (my_so.data.played == undefined)
    my_so.data.played = true;
    my_so.flush();
    else
    gotoAndStop(258);
    } // end else if
    clearLSO_btn.onRelease = function ()
    my_so.clear();
    stop ();
    And this is the site:
    http://qualitycateringforkids.com/default.aspx
    Any ideas?
    Thanks
    RK

    Both of these load no problems in my FF3

  • Where does flash stores the local shared object data

    HI All,
    I'm using shared object to store local data:
                    var so:SharedObject = SharedObject.getLocal(storageName);
                    // Store the data
                    so.data.userName = userName;
                    so.flush();
    Where does it actually saved on my hard disk (in windows vista operating system).
    10x,
    Lior

    http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Live Docs_Book_Parts&file=lsos_087_3.html
    The term local refers to the location of the shared object.
    In this case, Adobe Flash Player stores the SharedObject file locally
    in the client's home directory.
    When you create a shared object, Flash Player creates a new
    directory for the application and domain. It also creates an empty
    *.sol file that stores the SharedObject data. The default location of
    this file is a subdirectory of the user's home directory. On Windows,
    this directory is the following by default:
    c:/Documents and Settings/username/user_domain/Application Data/Macromedia/Flash Player/web_domain/path_to_application/ApplicationName/objectName.sol
    If you request an application named MyApp.mxml on the local host, in the Flex context, and within a subdirectory named /sos, Flash Player stores the *.sol file in the following location on Windows:
    c:/Documents and Settings/username/user_domain/Application Data/Macromedia/Flash Player/#localhost/flex/sos/MyApp.mxml.swf/objectName.sol

  • How can synchronized local imap folders be migrated to a new computer, without new download from imap server, so that everything is working as before?

    How can synchronized local imap folders be migrated to a new computer, without new download from imap server, so that everything is working as before?
    I only managed to import synchronized folders (from old computer) to local folders in thunderbird at the new computer. Then I tried to move the messages to the folder of the imap account at the new computer where I temporarily limited the synchronization to one month. When I remove this limit the thunderbird program starts to redownload all the messages again nonetheless.
    Since I have a dual boot system (Windows/Linux, thunderbird is installed twice) and have to pay for every megabyte, this is very annoying.

    Have you considered using a shared profile folder for the dual boot? so the two remain in sync?v It will require a drive both operating systems can access, but most people who dual boot have such. http://kb.mozillazine.org/Moving_your_profile_folder_-_Thunderbird
    otherwise copy the entire profile, not parts of it.

  • I am concerned about the health of my current computer but have not yet made the commitment to a new one, but: 1) How can I transfer my iTunes account to a new computer when I get one... and 2) What can I do if my current computer suddenly implodes and I

    I am a bit of a computer/Internet/iTunes dummy....
    I am concerned about the health of my current computer but have not yet made the commitment to a new one, but:
    1) How can I transfer my iTunes account to a new computer when I get one...
    and
    2) What can I do if my current computer suddenly implodes and I have not yet 'copied/'saved'/otherwise protected my account, as is? -- I have already had my computer crash once and had one of your people help me restore all of the paid for songs (none of the uploaded from my own collection of CD songs, of course, so I had to spend a long time rebuilding that) -- and I believe I was told you could only help me recover that material one or two times altogether, no?
    WithOUT purchasing a Mach or iCloud (I actually think I have one of the later, but rarely have checked it) account, is there anything I can do to responsibly protect my account?
    Thanks for any time taken on this!!!

    These are two possible approaches that will normally work to move an existing library to a new computer.
    Method 1
    Backup the library with this User Tip.
    Deauthorize the old computer if you no longer want to access protected content on it.
    Restore the backup to your new computer using the same tool used to back it up.
    Keep your backup up-to-date in future.
    Method 2
    Connect the two computers to the same network. Share your <User's Music> folder from the old computer and copy the entire iTunes library folder into the <User's Music> folder on the new one. Again, deauthorize the old computer if no longer required.
    Both methods should give the new computer a working clone of the library that was on the old one. As far as iTunes is concerned this is still the "home" library for your devices so you shouldn't have any issues with iTunes wanting to erase and reload.
    I'd recommend method 1 since it establishes an ongoing backup for your library.
    Note if you have iOS devices and haven't moved your contacts and calendar items across then you should create one dummy entry of each in your new profile and iTunes should  merge the existing data from the device.
    If your media folder has been split out from the main iTunes folder you may need to do some preparatory work to make it easier to move. See make a split library portable.
    Should you be in the unfortunate position where you are no longer able to access your original library or a backup then then see Recover your iTunes library from your iPod or iOS device for advice on how to set up your devices with a new library with the maximum preservation of data.
    tt2

  • I'm moving an internal hard drive from an old computer to a new computer.  How do I transfer the catalog data to my new computer so the Organizer of Photoshop Elements 6 will find the data on the hard that has been moved to the new computer?

    I'm moving an internal hard drive from an old computer to a new computer.  (My new compute runs Windows 8.1) How do I transfer the catalog data to my new computer so the Organizer of Photoshop Elements 6 will find the data on the hard that has been moved to the new computer?  Is this possible or do I have to use the procedure of copying the catalog along with the photos to a back up hard drive and then restore them on the new computer?

    The 'normal' procedure is to do a PSE organizer backup (not a copy or a backup from external tools) to an external drive, then a restore to the new location.
    The advantage is that you have a backup of both catalog and media files and you don't have all disconnected files, which would happen with external backup tools. Also, if you restore with a more recent elements version, the catalog will be automatically updated to the new format.
    The drawback in your situation is that you'll have either to overwrite all your files or restore to a custom location, creating a duplicate photo library (which supposes you have enough free space).
    It would be possible to simply use the organizer in the old PC to move the catalog to a new 'custom' folder just under your C: root drive. The catalog would be accessible once the drive will be installed in the new PC. Then you would have all files 'disconnected' due to the fact that all your media files are now on a drive with a different letter. Reconnecting a whole library is a hard job with PSE6, less so with PSE11/PSE12.
    If the idea of fiddling with the sqlite database with external sqlite manager tools is ok for you, I can describe the process more in detail. You only copy your catalog folder (as suggested above) to another location. Instead of trying the 'reconnection' way, you install the sqlite utility on the new computer. When the old drive is installed in the new computer, you simply edit a given record in the catalog database, catalog.psedb, and start the organizer with your copied catalog by simply double clicking the 'catalog.psedb' file.
    Even if the last solution is much, much quicker, I would still create a new PSE backup : you have never too much safety .

  • Playlists not showing up after moving itunes to new computer

    moved itunes to new computer and used an externa;l harddrive to move "iTunes" folder over.  the most recent "setup" of itunes on old computer is not showing on new computer.  For example "music" file size on external drive is 133GB - on new computer itunes, only 33GB.  and, playlists have disapeared.  any ideas?

    See Make a split library portable for some background on moving the library successfully. You need the main iTunes library.itl file, its supporting files and the Album Artwork folder as well.
    If you can find that data it should be possible to put everything together in the right shape and make it work.
    Otherwise I have two scripts called ImportDevicePlaylists and SyncStats which may prove useful.
    tt2

  • How do I transfer my checked songs from one computer to another - tried exporting library playlist etc but no luck! Please help! I have 26,000 songs - 17,000 are selected and I can't run down the list on my new computer and re-check 17,000 songs! Thanks!

    How do I transfer my checked songs from one computer to another - tried exporting library playlist etc but no luck! Please help! I have 26,000 songs - 17,000 are selected and I can't run down the list on my new computer and re-check 17,000 songs! Thanks!

    Make a smart playlist of your whole library but only checked songs - #4 on  http://support.apple.com/kb/ht1801
    Highlight all files in that playlist, then drag to the other drive.  This isn't preserving any playlists or whatever, just copying files from one drive to another.
    You might want to delete the smart playlist this once you are done because it will probably gobble up resources with that many files.

  • HT4527 How can I get my iTunes account on my new computer if I don't have access to the old one?

    My computer with my iTunes was recently destroyed.  How can I get my iTunes account on my new computer if I don't have access to the old one?

    Hi erikafromorlando,
    You can sign in and download your previously purchased items by following this article:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    http://support.apple.com/kb/ht2519
    I hope this helps!
    - Ari

  • I have  anew computer and my ipod was attached to the old one, how can i have my music download to the new computer and sincronize it.

    I have  anew computer and my ipod was attached to the old one, how can i have my music download to the new computer and sincronize it.

    If you no longer have the old computer this will be very helpful and If you have other content - apps, books, movies, that you want to transfer to the iTunes library - you need to transfer your purchases from the iPod to the computer as well.
    Take a look.
    https://discussions.apple.com/message/16153193#16153193
    This works the same way whether you have a Mac or a PC.

  • How can I sync my ipod nano to a new computer without having my old computer?

    Need help! How can I sync my ipod nano to a new computer without having my old computer?

    follow the steps given here...
    Syncing to a "New" Computer or replacing a "crashed" Hard Drive

Maybe you are looking for

  • Time of day missing in iCal

    I am using iCal 2.1 and the hour times do not show in the left column in week view. Noon is present, but no others. The dates disappeared after I upgraded to 10.4 this summer. Another computer on the home network running the same versions have the ti

  • How do i know if my pc is infected by a backdoor virus?

    how do i know if my pc is infected by a backdoor virus?.... there was a window, which said that i won something.... the only button was the "ok" button, to go on.....there was no red X on the upper side left and i could not even close safari..... so

  • Change the Tax Code-  In Sales Order i have  Tax code for VAT

    In Sales Order i have  Tax code for VAT ( Condition type JIVP) it is reflecting "P4" instead of "A4". Where the "P4" Tax code is picking in Sales Order. How to change the Tax Code. Urgent

  • Score Question

    How do I select Polyphonic Score Styles? Logic pro needs this selected before I can use the separation tool in a piano part.

  • How can I open psd files into Potoshop CC from bridge

    PSD files will not open into Photoshop CC from Bridge CC. I get this error message..."Windows cannot find, C:\program files\adobe\adobe photoshop CS5 (64 Bit)\photoshop.exe." I can open jpeg, tiff and raw.   I'm using Windows 7. I do not have CS5 on