search for: writeswf

Displaying 1 result from an estimated 1 matches for "writeswf".

Did you mean: writesw
2007 Jun 19
1
BlackBox testing
...a structures into native SWF bytecode. Here''s my dilemma: The original SWX implementation (PHP) tests a lot of methods that wouldn''t be included in the public API (if PHP properly supported encapsulation that is). The PHP implementation really only includes a single public method?writeSWF. Basically, you pass writeSWF a data structure, and it returns SWF bytecode. Pretty simple on the surface, but the actual SwfCompiler class is monolithic ( http://svn1.cvsdude.com/osflash/swx/trunk/php/SwfCompiler.php ). Here''s my question: I lean towards protecting as many methods of my...