Contents
Articles
Behaviors
Books
Director News
Director Web Sites
FAQ
Games
Mailing Lists
News Groups
Project Examples
Reviews
Software
Tools
Useful Web Sites
Utilities
Xtras

Don't miss these
Impressario Thumbnail Slider
Flash Development
Volume Control Behavior
playheadSlider
Hybrid CD
ZoomIn/ZoomOut QTVR Sprite
Set DirectToStage of a Animated Gif Sprite
123 Flash Menu
More encryption
example the filmloop
 

 

 

Behavior Get Member Modified Time and Date

Added on 8/16/2000

 

Compatibilities:
D8 Mac PC Script Shockwave

This item has not yet been rated

Author: MediaMacros (website)

Returns the full time and date a member was last modified.

--Copyright 2000 Chuck Neal
--chuck@mediamacros.com
--If you find this code helpful, send me an e-mail and let me know.  :-)

on getMemberModified whatMember
  m = whatMember.modifiedDate
   return [#year : m.year, #month : m.month, #day : m.day, #hour : (m.seconds/3600), #minute : (m.seconds mod 3600)/60, #second :  m.seconds mod 60]
end

on getBehaviorDescription me
  return "This script returns the full time and date a member was last modified."
end

 


Contact

MMI
36 South Court Sq
Suite 300
Newnan, GA 30263
USA

Send e-mail