I'm trying to build a password expiration into my fla by scripting the following:
stop();
e = "December 21, 2004";
function Submit() {
var edt = new Date("November 21, 2004");
var today = new Date();
if ((today < edt) && (myText.text == "secret") &&...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.