swf file parser

Eltima SWF Movie Player for Mac 2
Eltima SWF Movie Player is a software solution specially designed for Mac OS. It provides a variety of useful features which make viewing SWF even more enjoyable more>>
Eltima SWF Movie Player for Mac 2 is developed as a useful and handy software for Mac OS which offers you various helpful features to make viewing SWF even more enjoyable. With SWF Player you can use new options, such as frame-by-frame preview, zoom, create/manage playlists. One of the interesting features is a possibility to restrict access to Web resources and run SWF files in a sandbox.
PeerGuardian 1.4.2
PeerGuardian - Security tool for P2P clients more>>
A PeerGuardian widget is included.
Enhancements:
- Text list parsing enhancements to recognize some badly formatted entries in the Bluetack lists.
- Bug Fix: (Regression) The text list parser would always set the ending address to the start address, thus severely truncating the number of addresses that were actually loaded.

SWF & FLV Player 3.8.20.6241
Play, rewind, fast forward swf/flv movies. more>>
SWF & FLV Player 3.8.20.6241 is a powerful Flash movie player allowing you to play, rewind, fast-forward and preview SWF and FLV files frame-by-frame, and also create and manage playlists, zoom movies in and out, fit to current window size or restore to original one, set playback quality, control Flash security, check SWF files comprehensive information and lots more.
Eltima enriched it with numerous handy options and controls, which ensure top grade usability for viewing and managing Flash movies.
Major Features:
- Play, pause, fast-forward, rewind, frame-by-frame preview and browse through Adobe SWF/FLV files
- Browse URLs to discover all Flash movies they use and download SWF/FLV files from web-pages
- Open and play any SWF/FLV file on the web directly (PRO version only)
- Save Flash movies to hard drive with all the external resources they uses (PRO version only, featured in beta mode)
- Easy-to-use zoom in/out, on-screen preview option to display specific part of SWF file
- Play Flash movies in full-screen (PRO version only)
- SWF/FLV playlists management with shuffle mode
- Capture SWF/FLV frame screenshots (PRO version only)
- Convert SWF/FLV into image series (PRO version only)
- Unique heuristic algorithms to determine Flash movie end
- Obtain detailed file information about SWF/FLV files (size, SWF version, frame rate, shapes/morphs/fonts/ActionScripts/sounds/etc.)
- Restrict access to external resources such as sending/receiving data via Internet or using third-party SWF resources by managing advanced security options
- Handy flash movie playback quality control lets you adjust application resources load to your system configuration
- Fit into current window and restore the original SWF file size in one click
- Built-in sound volume control
- Easy-to-use and intuitive interface
Requirements:
- Mac OS X 10.4
- Mac OS X 10.5
License:Freeware

JPEE Email Utility 5.3.5
A custom e-mail merge, email extractor, email verifier, data parser and all in one affordable email utility. more>>
A custom e-mail merge, email extractor, email verifier, data parser and all in one affordable email utility. JPEE is available as a free, easy to use, highly configurable, email communications software implementation. Use JPEE to extract / Import contact data from just about any data source imaginable and to create customized e-mail messages for your friends, associates, business-contacts, students, clients or any grouping of email contacts.
Feature List:
- Complete Email Merge Solution
- Unlimited Custom Tag support
- Conditional Tag support
- Automatic Inline Image Attachments
- Send Inline Images With Additional Attachments (.doc, .pdf, etc)
- Custom Message Style Creation
- Text OR HTML WYSIWYG Message Editor
- HTML / SQL Syntax Highlighting
- Load Message Data from Local or URL Source
- Message Custom Tag Preview (Text or HTML)
- Custom Mail Header support
- Many more features
iTunes XML Library Parser 1.0
iTunes XML Library Parser - Realbasic class parses 10mb/sec more>>
Seths CSV Parser 1.2.1
Seths CSV Parser - Pair of classes to parse a CSV file more>>
Completly freeware for non-commercial use.
Verilog 2005 parser 1.6
A free and open source Verilog 2005 synthesizable subset parser more>>
Enhancements:
- Added complete parse tree.
- Run bin/ptree to parse and build tree.
- Next to add elaboration.
iTunes XML Library Parser for REALbasic 1.0
iTunes XML Library Parser for REALbasic - Read your iTunes XML file and parse the songs and song properties into memory more>>
Completly freeware for non-commercial use.
Adobe GoLive Advanced SWF Authoring
Adobe GoLive CS extension adds additional support to flexibly embed and deliver Macromedia® FlashTM (SWF) content, automatically routing users to plug-in download pages or alternative pages more>> <<less
wavesurfer parser 0.0.6
Free and open source app that allows you to parse WaveSurfer files more>> For Jaguar and may work on faster classic Macs with OS 9.1 and uptodate versions of AppleScript
A Folder Action AppleScript the User attaches to a folder that will allow setting and restoring the following Finder window features:
Window size and location on the screen
View, as in Icon / List / Column
Set ToolBar visibility and, in Tiger, SideBar visibility and width
A FAwindowing script can be attached to more than window when similar configuration for multiple windows is desired<<less
XML Parser (Expat) Plugin 1.0.3
XML Parser (Expat) Plugin - XML parser plugin for REALbasic more>>
It comes with a little demo project and with Dougs original documentation.
Enhancements:
- Fixed memory leak: The attribute objects were leaking
- Comments and hopefully all other parsed data will not contain LFs (chr(10)) any more but have them all converted into CRs (chr(13)), which is the usual line break character in RB.
INI Parser Library 1.1.10 R2
Free and open source INI file parser library INI Parser Library is a INI file parser that can read, edit and create large INI files more>> <<less
Jericho HTML Parser 3.0
Free and open source HTML parser for your Mac more>> Free and open source HTML parser for your Mac
Jericho HTML Parser is an open source Java library allowing analysis and manipulation of parts of an HTML document, including server-side tags, while reproducing verbatim any invalid or unrecognized HTML.
Jericho HTML Parser also provides high-level HTML form manipulation functions.
Main features:
- - The presence of badly formatted HTML does not interfere with the parsing of the rest of the document, which makes the library ideal for use with "real-world" HTML that chokes other parsers.
- - PHP, JSP, ASP, PSP and Mason server tags are explicitly recognized by the parser. This means that normal HTML is still parsed properly even if there are server tags inside them, which is common for example when dynamically setting element attributes.
- - It is neither an event nor tree based parser, but rather uses a combination of simple text search, efficient tag recognition and a tag position cache. The text of the whole source document is first loaded into memory, and then only the relevant segments searched for the relevant characters of each search operation.
- - Compared to a tree based parser such as DOM, the memory and resource requirements can be far better if only small sections of the document need to be parsed or modified. Incorrect or badly formatted HTML can easily be ignored, unlike tree based parsers which must identify every node in the document from top to bottom.
- - Compared to an event based parser such as SAX, the interface is on a much higher level and more intuitive, and a tree representation of the document element hierarchy is easily created if required.
- - The begin and end positions in the source document of all parsed segments are accessible, allowing modification of only selected segments of the document without having to reconstruct the entire document from a tree.
- - The row and column number of each position in the source document are easily accessible.
- - Provides a simple but comprehensive interface for the analysis and manipulation of HTML form controls, including the extraction and population of initial values, and conversion to read-only or data display modes. Analysis of the form controls also allows data received from the form to be stored and presented in an appropriate manner.
- - Custom tag types can be easily defined and registered for recognition by the parser.
- - Built-in functionality to extract all text from HTML markup, suitable for feeding into a text search engine such as Apache Lucene.
- - Built-in functionality to render HTML markup with simple text formatting.
- - Built-in functionality to format HTML source code that indents elements according to their depth in the document element hierarchy.
- - Built-in functionality to compact HTML source code by removing all unnecessary white space.
unlock SWF 1.0
unlock SWF - Remove protection from SWF files more>>
Please, use this library only for your own files or for educational purposes, not to steal others work.
Completly freeware for personal use.
Chronic 0.2.3
Natural language date/time parser written in pure Ruby more>> Natural language date/time parser written in pure Ruby
Chronic able to easily parse dates/times in a wide variety of natural and standard formats from simple things like "tomorrow" to compiles things like "7 hours before tomorrow at noon".