Skip to main content
Participant
October 1, 2020
Answered

problema con un juego flash

  • October 1, 2020
  • 1 reply
  • 515 views

Hola comunidad de adobe

Un dia jugando un juego de adobe flash player en internet de repente yo de casualidad borre mis datos del juego

perdiendo muchos objetos y mounstruos 

Y desde ahi no he podido recuperar esas preciosas pertenecias en adobe flash

QUisiera saber si hay algun metodo para recuperar esos datos

Thanks 

    This topic has been closed for replies.
    Correct answer jeromiec83223024

    No.  I mean, the game developer would have to implement that.  Flash Player is a language runtime.  It's not a video game engine or something.  We just run the code that the developer writes and do the low-level work of drawing pixels and making sounds, etc. 

     

    The game probably saves content in a Local Shared Object (LSO), which is Flash Player's equivalent to a cookie.  Whenever you clear your browser cache, or if those files otherwise get deleted/corrupted, that data goes away. The LSOs are stored in a specific folder, which you could theoretically make regular backups of. 

     

    If you were building a game and wanted that data to be stored in a resilient way, you'd probably keep a copy on the users's computer so that it could access it quickly, but stash a backup on a server in case it ever went missing (or create some scheme that allows you to encode all the game data in a code, etc.). 

     

    Anyway, if you want to get deep into it, the System Administrator's Guide has details on where that folder lives for various operating systems.  You'd want to make sure your backup software is making regular backups of it (and probably keeping multiple versions), and if you need to restore it, you'd need to know where to look for it.

     

    https://www.adobe.com/devnet/flashplayer/articles/flash_player_admin_guide.html

    1 reply

    jeromiec83223024
    Inspiring
    October 2, 2020

    Unless you regularly back your computer up, no.

    Participant
    October 2, 2020

    ok ni con codigos ni con programacion solo haciendo una copia de seguridad de la pc cuando jugaba ese juego de flash en internet

    jeromiec83223024
    jeromiec83223024Correct answer
    Inspiring
    October 6, 2020

    No.  I mean, the game developer would have to implement that.  Flash Player is a language runtime.  It's not a video game engine or something.  We just run the code that the developer writes and do the low-level work of drawing pixels and making sounds, etc. 

     

    The game probably saves content in a Local Shared Object (LSO), which is Flash Player's equivalent to a cookie.  Whenever you clear your browser cache, or if those files otherwise get deleted/corrupted, that data goes away. The LSOs are stored in a specific folder, which you could theoretically make regular backups of. 

     

    If you were building a game and wanted that data to be stored in a resilient way, you'd probably keep a copy on the users's computer so that it could access it quickly, but stash a backup on a server in case it ever went missing (or create some scheme that allows you to encode all the game data in a code, etc.). 

     

    Anyway, if you want to get deep into it, the System Administrator's Guide has details on where that folder lives for various operating systems.  You'd want to make sure your backup software is making regular backups of it (and probably keeping multiple versions), and if you need to restore it, you'd need to know where to look for it.

     

    https://www.adobe.com/devnet/flashplayer/articles/flash_player_admin_guide.html