Hi,
I created a savegame feature for my software which allows me to do this:
- open index.html
- change values
- save profile
- close browser
- open index.html
- load profile
What I want to do:
- open index.html
- change values
- save profile
- close browser
- copy files to usb
- open index.html on another computer
- edit values
- save profile
- and open it on another computer
Is this possible keeping the HTML5 export? (no I don't want to use node webkit or any other because then my video plugin doesn't work)
Best Regards,
Piotr