Search Results

0
votes
1answer
274 views

Compc (Actionscript Library Compiler) Doesn’t Fail Unless I Delete the File First?

Here's the scenario: I run compc on a source directory to recompile an already existing library after some changes, which completes successfully. Then I remove the library (the .swc file) and re-co …
2
votes
2answers
210 views

Is it possible to pass a type as a variable in Actionscript?

The actionscript I want to write looks like this: public function API(requestClass:Type=URLLoader) { var req:URLLoader = new requestClass(new URLRequest("some url")); r …
1
vote

actionscript tdd frameworks

Also check out fluint Based loosely on the concepts of FlexUnit and its ancestor JUnit, fluint provides enhanced …
1
vote

JavaScript in Flash

Check out ExternalInterface, which lets you call javascript functions fr …