Is there any way to show a certain slide in flash CS5 depending on what day of the week it is? Say for example its Monday the flash file on load will show a slide designed for Monday.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
yes, use the Date() class to find out what date it is (according to system clock) and use the day (number 0 to 6) to find out which day of the week it is and load according to that.