P
Peter Motzfeldt
Hi
I am working on a master thesis at Norwegian University of Science and
Technology, and I am trying to create a open source framework for
functional testing of Flex applications. And I want to do it in Ruby.
I am playing with the ExternalInterface API for Flash applications. With
this API it is possible to define methods, which will be visible through
activex.
This is shown in the example in the link below
http://livedocs.adobe.com/flex/201/...k_Parts&file=19_External_Interface_178_5.html
This example uses C#, but I was thinking it should be possible with the
use of win32ole.
I am able to reach the movie object with win32ole, but I don't know how
to be able to call the methods created in the Flex application.
I am not that familiar with the win32ole, but can it work as a activex
control, or do I need something else?
Thank you for any advice!
I am working on a master thesis at Norwegian University of Science and
Technology, and I am trying to create a open source framework for
functional testing of Flex applications. And I want to do it in Ruby.
I am playing with the ExternalInterface API for Flash applications. With
this API it is possible to define methods, which will be visible through
activex.
This is shown in the example in the link below
http://livedocs.adobe.com/flex/201/...k_Parts&file=19_External_Interface_178_5.html
This example uses C#, but I was thinking it should be possible with the
use of win32ole.
I am able to reach the movie object with win32ole, but I don't know how
to be able to call the methods created in the Flex application.
I am not that familiar with the win32ole, but can it work as a activex
control, or do I need something else?
Thank you for any advice!