PDA

View Full Version : Searching content in FLA files


Mo1990
08-28-2008, 03:37 PM
Hello,

does anybody knwo if there's a way / a programm that can perform a search within FLA files ? The reason is that I often want to find a piece of code but I dont remember the exact programfile. Within the AS-files this is no problem but the binary FLA files aren't searchable. Maybe that sounds funny but I'm a little bit chaotic sometimes ;-)

Thanks Mo

senocular
08-28-2008, 03:45 PM
What we've done is gotten into the habbit of using includes in the FLA and keeping all script separate. That way you can easily search via text search.

... of course this doesn't really help you now...

You could probably write a jsfl script to do it.