Embedding music and images in code rather than using individual files

A lot of music and image libraries insist that any music you license from them is embedded into a program’s code - ie it’s not stored as an easily readable mp3 or png file in the final product. That’s perfectly understandable as they don’t want their work to be easily pirated.

Is there a simple way to do this with Corona? Thanks in advance for any suggestions.

Colin [import]uid: 9285 topic_id: 2331 reply_id: 302331[/import]

Look at the API and you will see that there is no way to do this in Corona.

My suggestion would be to download the files from a server and delete them later. But that works only for a few small files, requires a working internet connection and also the files stay on the device when it crashes.
I would not bother about it. If someone wants to steal your stuff, they will find a way. No matter how you do it. [import]uid: 5712 topic_id: 2331 reply_id: 7129[/import]