Good Morning!
I am working on a project that has over 250 recipes with accompanying graphics. I am using listboxes and web object for functionality. The files are primarily html and jpgs. What I need to figure out is a way to protect the images and html pages when a user installs the program.
Currently the first listbox is populated with folder names. In that folder are recipes that will populate the second listbox when selected. When a recipe is selected in the second listbox the web object then loads the html file. Below the web object I have tabs to load the graphics for the recipe in the web object.
The application does what it is intended to do. However, I'm now ready to build the application and realize that all the htmls and images files are exposed on the user's hard drive.
What I am asking of you is a way for me to protect the files so they aren't all available for the user to use outside of the application.
I tried zipping the folders and having them unzip when the application or the page loads. But, the size of the files - particularly the image files are quite large and there's a significant delay while the files unzip - too much so for it to be a good solution. I think there is a way to only unzip the file that you need when you need it but I'm confused on how to accomplish it. Can you help me either figure out a faster way to use the zip plugin or even other solutions such as encrypting or something I don't even know? ;D
I'm looking for suggestions on methods to protect the html and image files used by the application. I'm attaching a page with one category - with one recipe - with the label and envelope graphic to demonstrate the functionality. It's a good example project for using listboxes with a web object also.
Please give me some guidance! Thank you for your help.
Sue

