Archive for the ‘flash’ Category

Create Instance Name using MC Name in Library

Friday, March 21st, 2008

After wishing for years that Flash would automagically insert the name of a newly made MC as its instance, I finally grew antsy and make this little JSFL command:

if (fl.getDocumentDOM().selection.length > 0){

for(i in fl.getDocumentDOM().selection){

path = fl.getDocumentDOM().selection[i].libraryItem.name;
mc_name = path.substr(path.lastIndexOf(“/”)+1);
fl.trace(‘clip = ‘+mc_name);
fl.getDocumentDOM().selection[i].name = mc_name;

}

}

Guides: My New Best Friend

Saturday, July 7th, 2007

Y’know, I’m still amazed by how much Flash Professional has to offer, even after using it for almost a decade. Sure, I’d worked with rulers & guides in photoshop, etc, and I had forgotten they’re also in Flash too because I never really needed them.

This morning, I was looking for a good way to properly align elements inside of a MC without having to edit it within the stage’s context each time. Guess what? Those silly guides remain specific to each MC, not to the stage in general as I previously thought. Oh, Macromedia Adobe, what would I do without your geniuses? (I guess try an annoying workaround like I always do.)

It’s all Relative

Thursday, April 12th, 2007
if (System.capabilities.isDebugger) {
this.loadMovie("external.jpg");
} else {
this.loadMovie("images/external.jpg");
}

Directory Image Lister PHP -> XML

Sunday, November 26th, 2006

Will be useful for an upcoming Flash gallery that dynaically loads images. I didn’t want to reinvent the wheel, but apparently I was too impatient to find the wheel. 😛

(more…)

Free Flash Extensions

Tuesday, October 17th, 2006

Flash-extensions.net/

FlashGuru Consulting – Flash Extensions/

Also, they have some cool tutorials

http://www.ghostwire.com/go/38

Airtight News – Useful Flash Extensions Roundup

sIFR 2.0

Monday, October 16th, 2006

Mike Davidson — sIFR 2.0: Rich Accessible Typography for the Masses

Tutorials

Saturday, October 14th, 2006

Macromedia Flash Studies
http://jrgraphix.net/research/

Useful Drawing and Design Tutorials and Resources
http://www.kirupa.com/forum/showthread.php?t=13133

FITC Links

Tuesday, October 10th, 2006

Nikolai Cornell:

Mario Klingerman:

Grant Skinner: