Archive for the ‘hacks’ 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;

}

}

iPhone User Agent Spoof

Thursday, July 12th, 2007

Here’s a nifty little trick I figured out, used in conjunction with the Firefox extension User Agent Switcher:

Description:    iPhone
User Agent:    Mozilla/5.0 (iPhone; U; CPU like Mac OS X; en)
App Name:    AppleWebKit/420+ (KHTML, like Gecko)
App Version:    Version/3.0
Platform:    Mobile/1A542a Safari/419.3

Fix for Safari for Windows

Friday, June 15th, 2007

http://grupenet.com/2007/06/12/fix-font-issue-in-safari-for-windows/

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

WinXP Password Recovery

Tuesday, October 10th, 2006

LoginRecovery + hash tweak + ophcrack = System Salvation