[?]What is an Adobe Flash .sol file?
A .sol file is a Flash Local Shared Object, commonly referred to as a Flash cookie. Flash web games and applications use it to store local persistent variables like high scores, inventory, and save states in AMF binary format.
[?]Can I use this to inspect Flashpoint or Ruffle game saves?
Yes. Save files from Adobe Flash Player, Flashpoint Archive, Ruffle, and browser storage can all be unpacked into JSON.
[?]Which AMF data types are supported?
Numbers (IEEE-754 floats), Booleans, Strings, Objects, ECMA Mixed Arrays, Strict Arrays, Dates, and nested properties are all parsed into standard JSON equivalents.
[?]Are my save files uploaded anywhere?
No. The AMF decoder runs completely in your browser's client-side runtime.
[?]Why convert from SOL to JSON?
SOL Document (SOL) and JavaScript Object Notation (JSON) serve distinct roles across the digital workflow. Converting to JSON provides optimized compatibility, modern compression efficiency, or standardized playback across web browsers, operating systems, and media production environments.
[?]Is the SOL to JSON conversion lossless or lossy?
The output format (JSON) is inherently lossless or supports lossless operation. Your original visual or audio fidelity is mathematically preserved without quantization artifacts.
[?]Does convrtr upload my files to any cloud server?
Never. convrtr is architected with a strict zero-upload model. All processing, decoding, decompression, and encoding happen 100% locally on your machine using sandboxed WebAssembly and Web Workers. Your data never touches an external server, database, or analytics collector.
[?]How can I convert SOL to JSON from the terminal / command line?
You can execute this conversion locally via command-line utilities such as ffmpeg, cwebp, or ImageMagick. For example: see the developer terminal recipe provided in the technical specifications dossier above. convrtr provides the identical local-first capability directly inside your browser without installing CLI packages.
[?]Can I batch convert multiple SOL files to JSON simultaneously?
Yes. You can drop multiple .sol files into the instrument to process them concurrently in browser Web Workers, or click 'Open in Master Studio' to queue mixed formats, configure individual targets, and export as a single ZIP archive.