Animation classes
Set of classes that provide different animation movements:
- Bobbing
- Circular
- Elliptical
- Pulse
http://www.whatstyle.net/articles/actionscript_animation_classes/Â
ToolTip
Show/hide a tooltip.
http://www.meychi.com/source/actionscript/classes/ToolTip.asÂ
TextAnimator
Animates text in a given textfield.
http://www.meychi.com/source/actionscript/classes/TextAnimator.asÂ
SystemInfo
Retreive various system information.
http://www.meychi.com/source/actionscript/classes/SystemInfo.asÂ
MouseRecorder
Records the position of your mouse over time, and plays back the reocrded moves of the mouse with a cursor movieclip.
http://www.meychi.com/source/actionscript/classes/MouseRecorder.asÂ
MXCService
Send/recieve queries to the mxcomm php handler.
 http://www.meychi.com/source/actionscript/classes/MXCService.as
KeyLauncher
Set a function to execute if a user types a given keyword.
http://www.meychi.com/source/actionscript/classes/KeyLauncher.asÂ
Jukebox
Wraps up some sound management functionality: loading, controlling sounds, handling playlists.
http://www.meychi.com/source/actionscript/classes/Jukebox.asÂ
Javascript
Some javascript browser handling functions to call directly from flash (no Flash Javascript Integration kit or ExternalInterface).
Methods of the Javascript class:
- alert()
- closeWindow()
- bookmark()
- moveWindow()
- resizeWindow()
- shakeWindow()
- openPopup()
- changeBackgroundColor()
- setStatusMessage()
http://www.meychi.com/source/actionscript/classes/Javascript.as
FeedParser
Parses and validates an RSS Feed.
http://www.meychi.com/source/actionscript/classes/FeedParser.asÂ