SVG

Added support for object embed style elements; these include SVG and SWF elements pulled from the database. Need to get code working to read the default size for these elements. I attempted to do this with SWFs, but found munging 5-bits to make an number of significant bits in the twips of width and height a little too much like hard work (read openswf.org to see what I mean!) SVG will be easier; just use an XML parser to read the data out of the stream. If its compressed, decompress.

I am not alone on this PHP journey. wes crusher is doing coding, too