Hello!
Two years ago, I wanted to make a Python Script that recreate a SOL file from picture for the DA Pixel Maker/Heidi's ColoringWidget Flash Game to resume the work but got left in the freezer because of the mysterious three bytes after the Grid string.
It varies between 06 83 63 (All Black) and 06 91 01 (All White) but I can't figure out what this means.
With JPEXS Free Flash Decompiler, it shows:
0 < code < 128 = Result + 1
128 < code < 2048 = Result + 2
2048< code < 65536 = Result + 3
code > 65536 = Result + 4
Could be related to Color Decimal Number Length? I don't know.
There aren't much documentation for SOL files in Flash Games and that let me to publish the unfinished script (which I usually avoid to).
If you find something, free to share.
SOURCES
My GitHub Repository (+ SOL Files Sample and Search): https://github.com/zigaudrey/heidi-ColoringWidget-tools/tree/main
Link to download ColoringWidget Flash Game: http://st.deviantart.com/news/show-the-love/expressinstall.swf
Once you launch the game, you can get access to the SOL file at: AppData\Roaming\Macromedia\Flash Player#SharedObjects\9N8E36RZ#localWithNet\Users\Your_Username\Documents\Flash Files\ColoringWidget
The ZIP File contains files to launch the Flash Game without BlueMaxima's Flash Point:
Flash Reader from Flash Point.zip