Countdown Timer Search:
home / examples / countdown timer  
INTRODUCTION  
This is a sample Flex application for creating online countdown timers. The application allows to set a date and time when the timer reaches 00 hrs 00 min and 00 sec and export it to any web page.

The example uses Flex RPC (RemoteObject) with WebORB for .NET to save information about the created timer. When the generated markup is imported into a web page, it loads another Flex application to display the countdown. The application connects to WebORB and uses Flex remoting to load countdown data.
 

GENERATE A COUNTDOWN TIMER  
SOURCE CODE  
The source code consists of two projects: client-side and server-side. The server-side is a Visual Studio 2005 project with a class responsible for updating and retrieving timer information in/from the database. The client-side consists of two Flex Builder projects: one is to create a timer and the other is to display a timer.
Copyright © 2003-2006 Midnight Coders, LLC.  Privacy Policy | Contact Webmaster
Home | Products | Customers | Download | Licensing | Forum | Developers | About