- eBay Auction Shopping Alt
- Credit Cards
- Best deals, discount prices
- Rencontre
- Casual Fashion from Uniqlo
- Jobs
- Run your car on only tap water
- Annonce auto gratuite
- Cell Phones
Replace String
Another small and handy class for you to use: Replace String.
With this class you have two methods: replace a characters in a string, or give a list of predefined characters to replace.
Code is all pretty self explainatory, for help leave a comment.
For the class gotoAndClick:
http://www.funky-monkey.nl/blog/2006/10/29/replace-string-class/
FPS Class (Frames Per Second)
This class calculates the frames per second. Handy for Debugging infomation.
For use and information check out:
http://www.funky-monkey.nl/blog/?content=detail&id=68
Timer/Timer Events
An AS2 implementation of the AS3 Timer class, and a simple TimerEvent Object used for dispatching by the Timer Object.
http://www.jamesor.com/2006/10/18/as2-timer-class/Â
Timer
A ‘Timing Management’ class. Allows for counting up/down and handling events at specified times.
http://www.2112fx.com/blog/pivot/entry.php?id=75Â
AkamaiNCManager
Fromt he class file:
This class overrides the default NCManager class to :
1. Allow contentPath parameters with query strings to be used
2. Use the IDENT request mechanism to substitute the servername name with the IP
address of the optimal server, to avoid client-side proxy-server problems.
and from the site:
This class won’t just come in handy if you use Akamai to stream your flv videos but with some small modifications you can use this as a basis for your own connection routines, for example if you want to pass a contentPath parameter via the query string
SoundManager
Used for managing UI sounds within an app.http://www.createage.com/blog/?p=99
TabOrderManager
fromt he site:
What this does is allow you to save tabbing configurations, let’s say you have several forms on a page and the user can go back and forth between them.. what you’d do is create a tabbing order and name it (personalInfoOrder, purchaseFormOrder) and give it an array of the items in the tabbing order that they are meant to be viewed in. You can then just simply call setTabOrder() passing in the name of the tab order you want to use, and it will clear the old and set the new.
http://www.createage.com/blog/?p=100Â
EventBroadcaster
Event broadcaster used by composition.
http://www.createage.com/blog/?p=102
XMLLoader
XML loading class that resolves scope issues.
http://www.createage.com/blog/?p=104Â
DateTime
from the site:
A Date class that has better structure, and resembles higher level languages, specifically C#.