A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Screensaver changing with dates

  1. #1
    Senior Member
    Join Date
    Feb 2001
    Posts
    109
    Hi

    I'm going to produce a screensaver with SWF Studio. Any ideas how I can get the saver to change on a particular date? The idea is to have a countdown to a launch date perhaps using a date object actionscript? Countdown clock linked to the PCs internal clock? Perhaps something that references the clock and displays a message "X days to launch!" or something. Maybe have the scene change according to the date.. A slowly growing plant perhaps?

    Any ideas greatly appreciated. Actionscript is going into my head slowly!

  2. #2
    Lifetime Friend of Site Staff Northcode's Avatar
    Join Date
    Dec 2000
    Location
    Whitehorse YT
    Posts
    3,766

    There are a couple of obvious ways you might do this.

    You could mess about with the actionscript and add date processing. If all your contents was in the SCR to start with then it would always work, even if the user was offline.

    You could put an SWF or txt file (with variables) on your web site and have the screen saver load that file each time it started. Dynamic content.

    You could even combine these techniques to download dynamic content only when the date changed (a little more efficient).

    I'm releasing a new build of SWF Studio tonight (Build 1499) that will fix the problem with getting content from the web using loadMovie, loadVariables and the XML objects.

    Stay tuned :
    )

  3. #3
    Senior Member
    Join Date
    Feb 2001
    Posts
    109

    I found a couple of ways to do this...

    http://www.actionscripts.org/forums/...2537#post12537

    is one way..still working through it. There are a few things I'm not sure how to do.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center