Charles Hart Enzer, M.D. wrote: > > I want to download/capture a SWF file from this site: > > > > http://news.cincinnati.com/apps/pbcs.dll/article?AID=/20080502/LIFE080401/305020091
Well, that swf link is: http://www.enquirer.com/editions/2008/05/02/050208_luniewski_LIFE/soundslider.swf which is findable by searching for '.swf' in the html of the site you linked to. So download that to your computer. On Linux I'd use wget for this; On Python I'd use 'import urllib2;urllib2.urlopen()'; in VFP I guess you'd use some win32api call. > I then want to convert the video and audio to a WMV or AVI file. Googling 'swf to avi' yields quite a few results. On Linux, swftools has extraction and conversion utilities for this. Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

