still having the same problem, and can’t find any help…
i have a php file that matches the memUN and memPW entered into swf file to the memUN and pass in the database, and has this if statement:
if ($pass == $memPW) {
print “Status=welcome $memUN&GO=1”;
}
else {
print “Status=username != password”;
}
that works fine, but can somebody show me what i’m doing wrong in the attached mx 2004 fla file so that it’ll jump to frame three if (GO == 1) or back to frame one if it does not??
-omnislant