Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Date and time

Status
Not open for further replies.

sikelsh

Programmer
Mar 7, 2001
7
GB
Ok ive got a director that is a the front end to a HTML e book, documment thing, but these documents need to time out on a given day, no usually i use director and webcompiler but the new menu is flash and i cant use compiler so, i need to time out the director front end,

i need to go something like director starts checks users system date, and if its say 30th september 2001 then go to frame "time out"

please help

Thanks in advance
Simon
 
Doesnt matter was simple in the end
cool
code below

on mouseUp


if the date = "08/03/01" then
go to "ming"

else go to "wrong"
end if

end
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top