Retaining getDefinition In An Embedded SWF

So more and more often lately I’ve been embedding asset swfs published through the Flash IDE as a way to interface with design teams and build component based library assets. This was going all fine when the library items where being used without much interference with my code, but inevitably that time happened. Which led [...] Read "Retaining getDefinition In An Embedded SWF" more

Fixing Firefox & Internet Explorer’s Missing Stage Width & Height

Having a problem with Firefox & Internet Explorer returning 0 for your Flash projects stage? I've felt your pain and documented the work around I've used, because I know it doesn't make any sense that after Event.ADDED_TO_STAGE has been fired you still don't actually have the stage... Read "Fixing Firefox & Internet Explorer’s Missing Stage Width & Height" more