Thanks a lot Chris ... I will try out this... Regards,Balaji
> Date: Tue, 28 Jun 2011 16:11:24 +0000 > From: [email protected] > To: [email protected] > CC: [email protected] > Subject: Re: [Swftools-common] Is there any possible to extract word > coordinates from SWF? > > On Tue, 28 Jun 2011 10:53:02 +0530 > MG Balaji <[email protected]> wrote: > > > > > Hi, > > I am trying to extract each word co-ordinates from swf file. Is there any > > >possibilities to extract this using swftools? Please help me out. > > I am using version 0.9.0. > > Thanks,Balaji > > Presumably you are trying to locate each occurrence of the text > "co-ordinates". > in an swf file, yes? If so, the commands below should do exactly that: > > Linux: > ----- > > swfdump yourfile.swf | grep "co-oridinates" > > Windies: > ------- > > swfdump yourfile.swf | find "co-ordinates" > > > If you want the results sent to a file, then simpy tag on a gt symbol and > output > filename to the end of the command string, > > > outputfile(.txt) > > > HTH. > > Regards, > > > Chris. >
