Crash FLash CS3 :(

August 22, 2008 at 6:40 am (flash) (, )

These 2 lines will crash your flash CS 3 IDE

var ts:TextSnapshot = new TextSnapshot();
var c:int = ts.charCount;

please save ur work before trying it

Permalink 2 Comments

Flash Player 10 support is available in FlashDevelop’s

August 18, 2008 at 6:51 am (Flsah 10) (, , )

hi

using flash develop :) check here

Permalink Leave a Comment

Vector class available in Flash 10

August 18, 2008 at 6:50 am (Flsah 10) (, )

Adobe’s including a new class called Vector in Flash 10 player which supports generics and hence type
safety! e.g.

vector. User = new vector.();

see here

Permalink Leave a Comment