Data Encryption

HI there,

We are working on a multimedia cd which will be distributed on CD.

The Cd contains an executable and a content folder. The content folder contains swf files, js files and images. The main executable is run, and the files in the content folder are loaded into the exe at runtime dynamically.

My question is this, is there a way that we could encrypt the content folder, so that the end user does not have access to the swf files and .js files? Reason being is we obviously do not want the swf files to be decompiled. So, in essence the user should not be able to access the data, but the main exe still should.

Any help would be greatly appreciated.