Archives - News archives

Archive for the 'Flash' category

June 27th, 2006

Get the latest Flash Player Plugin

Have you got the latest Flash Player Plugin?
Check if you have the latest Flash Player Plugin at getFlashPlayer.org

Brajeshwar | No comments

June 24th, 2005

Flash Platform

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

Hemant | No comments

June 21st, 2005

Videos on Building Flash Applications with Eclipse

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

Brajeshwar | No comments

June 8th, 2005

Upcoming Flash Player Capabilities

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/

Hemant | No comments

June 8th, 2005

Using EventDispatcher

There is a good article on Actionscript.org on Using EventDispatcher.
Written by: Patrick Mineault

Brajeshwar | No comments

March 2nd, 2005

Why no _root and _global?

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?.

Brajeshwar | No comments

February 21st, 2005

Flash is mobile

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

Hemant | Comments Off

November 20th, 2004

Flash Designer or a Developer

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” />

Brajeshwar | No comments

October 21st, 2004

Flash Projector: Stopping multiple instances from running

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.

Abdul Qabiz | No comments

October 13th, 2004

Breeze Preso for Flash Beginners/Intermediates (Recording)

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.

Brajeshwar | No comments

« Previous Entries

News archives | Subscribe

Join iGeeks

Sign up with your email to be an iGeek

Managed by Yahoo Groups

If you wish to advertize on iGeeks, please contact the manager for the same.

Contribute

iGeeks would love to publish your technical articles; contact the manager if you wish to write for iGeeks.

Contact

brajeshwar [at] brajeshwar.com