you can password protect a stack from the message box:
        set the password of stack <STACK> to <PASSWORD>
        save stack <STACK>

then when you need to access said stack's script:
        set the passKey of stack <STACK> to <PASSWORD>

if you want to remove the password, you first need to set the passKey then set the password to empty
        set the passKey of stack <STACK> to <PASSWORD>
        set the password of stack <STACK> to EMPTY  -- see note below
        save stack <STACK>

note: you can also change your password at this point, just replace EMPTY with <newPASSWORD>


Now having said all of that, I have not played with the new revMedia 4 alpha so not certain if that can even be done..
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to