Post your best Lua script examples here

Load binary file - how would you prefer?

2
22%
0
N/A
2
22%
0
N/A
1
11%
1
11%
3
33%
User avatar
By sej7278
#7067 i would tend to host images/favicons elsewhere on the internet like <img src="http://www...."> and save precious flash space for code, unless your app actually needs to read/write the files (in which case you couldn't encode them) it seems pointless storing them locally, just let your browser cache them and they won't even fetch every time.

if you base64 encode things, they're going to be at least 33% bigger too don't forget