Is it possible to utilize AMember to perform one function if a member is logged in and another if they are not. It would basically look like this: PHP: if(user_is_logged_in) { // Code to show a video file }else{ // Code to show a demo video file } I guess my basic question is, does AMember set a session variable or global constant that can be access to check whether a member is logged in. Thanks, mdeckeraz