having trouble with the disable saveimage feature
I have set this up so that I have multiple galleries whereby a new swf file is loaded in by way of a separate nav bar I've created. My problem is that I want some of the galleries to allow the user to save the images, and some of the galleries I do not. So, I put the .fla files of the galleries I want to save image into one directory along with the .as files, and then the others into their own folder with the .as files. I then changed the picture.as file code to:
// allow image save
private var allowSave:Boolean = false;
I then published each of those files that I wanted to not be able to save. All the .swf files reside in the same directory on the server. The problem I'm having is that it is not working. Seems no matter what I do, it still allows the user to save the image. Is there something that I'm missing? Is there something else I need to change?
thanks for your help. This is a fantastic gallery, by the way.
|