Editing a linked library in FDT

This one for me should be a default but to make linked libraries in FDT editable you need to head over to the misc preferences panel and tick enable working in linked libraries Read "Editing a linked library in FDT" more

AS3 Remove File Extension & URL Queries

A very simple function which comes in handy every now and again. removeExtension removes any URL queries from a domain string and also removes any file extensions too, eg stripping an image url's string to just the file name. Read "AS3 Remove File Extension & URL Queries" more