Hi,
I have about 500 flash files that I need to search for various imported components.
There is a program called "Windows Grep", which is able to search through the fla and find the name of the component I am looking for, but searching is tedious since I have to do each one manually.
I am trying to do a simple search in C#, using
Shivam