Have you got the latest Flash Player Plugin?
Check if you have the latest Flash Player Plugin at getFlashPlayer.org
In a world where most digital experiences fall flat, the Macromedia Flash Platform offers something different. It’s a lightweight, cross-platform runtime that can be used not just for rich media, but also for enterprise applications, communications, and mobile applications.
Read More
A collection of Video Tutorials on the installation of all the necessary components needed to build Flash applications in Eclipse. It continues with a demonstration of how to create and compile a class. It finishes by utilizing existing resources and pre-compiled library swfs to manage and control items within our Flash application.
Via: Andr? Michelle
The next major release of Flash Player, code-named Maelstrom, has significant advances in graphical expressiveness, performance, increased fidelity of font rendering and video delivery, and other new functionality ? while still remaining a small download size.
Read more.
http://www.macromedia.com/software/flashplayer/maelstrom/
There is a good article on Actionscript.org on Using EventDispatcher.
Written by: Patrick Mineault
There are two discussion going on at Stacey Mulcahy’s Blog, to or not to _root and _global. Grant Skinner followed with a nicely written article, To _root, or not to _root?.
More and more handset manufacturers and operators are developing products and services that leverage the power of Macromedia Flash Lite. What does that mean for the Flash community? Massive opportunity. Gary Kovacs explains.
Read more ::
http://www.macromedia.com/newsletters/edge/february2005/index.html
A graphical illustration on choosing if you want to be a “Flash Developer or a Flash Designer”
images/blogpost/enrouteflash.png” width=”500″ height=”330″ border=”0″ alt=”Road to Flash Certifications” />
Sometimes we do not want user to launch multiple instances of a standalone(projector) Macromedia Flash application. A friend of mine had similar requirement and I came with a simple script that stops another instance from running. I am using LocalConnection Object for this and I know, you guessed it right? Yeah its very simple and intuitive approach.
Place the following code on the first frame of the application, before any other code.
var _lc:LocalConnection = new LocalConnection();
if(!_lc.connect("myapp")) {
//You can handle the event in any way you want,
//I am here just closing the projector.
fscommand("quit");
}
So as soon as another instance is launched, it would check if connectionName(myapp) is in use, if yes then it quits. Hope it helps someone.
Topic: Tips, Tricks for Flash Beginners/Intermediates
Recording: http://mmusergroup.breezecentral.com/p91876561/
Download: Files
Date: Wednesday, 13th October, 2004
Time: 2:00 pm, Indian Standard Time (GMT + 05:30)
Use this Meeting Schedule Tool to calculate the time zones.
Note: If you’ve never used Macromedia Breeze, get a quick overview.
If you wish to advertize on iGeeks, please contact the manager for the same.
iGeeks would love to publish your technical articles; contact the manager if you wish to write for iGeeks.

brajeshwar [at] brajeshwar.com