Let us have this for the archived sake, Peter’s “How to create classed stage objects with an empty library“.
This site have started attracting spammers, so comments will be out untill something better comes up.
Digital Media Minute linked to a comprehensive guide to .htaccess, I am putting it here for future reference and archive.
I just saw this, Digiquaria, it is damn too cool, check it out.
Why avoiding tables for layout is important, “it is not that you should never use tables. Tables are in HTML, and when you want to display tabular data, you should use them. But for layout, there are other options”.
Via : Pete Freitag
Yesterday, i looked at getTextSnapshot() method of MovieClip.
MovieClip.getTextSnapshot() returns a TextSnapshot object which represent the entire static text in a movieclip, static text? yeah its static text.
Continued
I had heard a lot of this being mentioned by many prominent Flash Developers, the other day I was talking to Peter Hall about the same, also heard of Peldi liking the same over AsBroadcaster (yes, the case have changed in AS 2.0), he even did a Server Side equivalent of the same, “Ported EventDispatcher to SSAS” and Jesse Warden have an entry on the same, “Two Reasons EventDispatcher is neato-cheato“
For the Archive sake, here is something on EventDispatcher (thanks for Peter Hall for helping me);
/*
There are two ways to do the initialisation.
In the prototype (Example1) is more efficient more clumsy.
*/
class Example1 {
// these will be filled in with EventDispatcher.initialize
public function addEventListener (event:String, o:Object):Void{}
public function removeEventListener (event:String, o:Object):Void{}
private function dispatchEvent (o:Object):Void{}
function aMethod(){
//send the event:
dispatchEvent({type:”eventName”});
}
private static var dispatcherInited =
EventDispatcher.initialize(Example1.prototype);
}
class Example2 {
// these will be filled in with EventDispatcher.initialize
public function addEventListener (event:String, o:Object):Void{}
public function removeEventListener (event:String, o:Object):Void{}
private function dispatchEvent (o:Object):Void{}
function Example2{
EventDispatcher.initialize(this);
}
function aMethod(){
//send the event:
dispatchEvent({type:”eventName”});
}
}
There was a lotta talk about “wacking a penguin”. The original url was somehow lost, so posted it on my site for the people of Flashlounge to enjoy, you can enjoy the same here. So, waste away your time.
Wired ran an article today, MikeRoweSoft Names His Price, “Mike Rowe, a 17-year-old resident of Victoria, British Columbia, has agreed to pick a new name for his website, currently called www.mikerowesoft.com, said Microsoft spokesman Jim Desler.” This guy is really famous now, I even saw him and his story on CNBC TV 18 today. Lucky guy.
Actionscript Hero, Pablo Parrado, have some of the most definitive list for Flash resources. One of his recent definitive list is that of XML and Flash, check out his Tutorial Category for the other definitive list.
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