Skip to main content
Participant
April 17, 2011
Question

Making a simple Flash time/date signature

  • April 17, 2011
  • 1 reply
  • 489 views

Is there a really simple way of creating a Flash time/date signature?

I did a couple videos in sort of a surveilance camera style. So I was hoping to do an overlay with the date and have the time going up in seconds.

Example: http://www.cbsnews.com/video/watch/?id=4747520n

I can think of some tedious long ways of doing it, just wondering if there's an easy way to do it in AS3 (kind of new to it).

Thanks

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
April 17, 2011

overlay a dynamic textfield and create a loop (timer or enterframe) that repeatedly updates the text property of your textfield.