05-22-2012, 05:59 PM
For one of my project I had a similar scenario to work.
We had created a function which will take - type of object(swfbutton),name of object (Name) and the object path(.SWfwindow("Main"))
And then inside function we can put a switch statement and perfom whatever operation we have to perform.
This is one time effort but this function we can reuse multiple times and it was really useful.
Please revert back if you have any query regarding this.
We had created a function which will take - type of object(swfbutton),name of object (Name) and the object path(.SWfwindow("Main"))
And then inside function we can put a switch statement and perfom whatever operation we have to perform.
This is one time effort but this function we can reuse multiple times and it was really useful.
Please revert back if you have any query regarding this.