Link to home
Start Free TrialLog in
Avatar of gianitoo
gianitoo

asked on

insert date

how can i insert date in my flash movie?   i  know how to do it in html but not in flash?
Avatar of Asta Cu
Asta Cu
Flag of United States of America image

you need to create the date object.

onClipEvent (enterFrame) {
now = new Date()
hours = now.getHours();
minutes = now.getMinutes();
seconds = now.getSeconds();
time = hours+":"+minutes+":"+seconds;
}
Avatar of gianitoo
gianitoo

ASKER

and how do i drag it?  how do i proceed for this?
ASKER CERTIFIED SOLUTION
Avatar of Asta Cu
Asta Cu
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
latest greatest
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Has this been resolved?
Thank you, gianitoo; I'm so pleased I could be of help to you.
Best wishes,
":0) Asta
you da man, and i am your disciple
LOL ":0)  I wear skirts.