|
From: Dan B. <dan...@gm...> - 2005-03-21 19:35:41
|
Hi, I have developed a desktop application using c# (windows.forms) that includes a Flash part (using activex). Communication with flash is made through fscommands and dynamic properties (where I send some xml files). I would like to be able to unit test the flash movie standalone, not only the application, but for this I will need to catch fscommand events and be able to feed xml-s to the movie from the test. Would something like this be possible? Can someone give me an example? Thanks, Dan |