Whats the best way of preventing the png files in the jar from being accessed / modified ?
I can only think of :
1) Dont use png, write a proprietary format. ( too hard ? )
2) Somehow encrypt the png files and have the midlet decrypt the file. ( even harder and longer loading ? )
is there a better way ?
Thanks

Reply With Quote

