Okay, I'm new to all this but I've been playing around with the JavaSWF DisplaySwfServlet.java file and after trying to figure out why it wasn't working I...
... I dont see any reason why javaswf.jar file did not work in applet. It is about 300Kb package but if you want to squeese it down I'm sure there are a lot of...
Hi! I've recently stumbled across theis great package online, and think it's great. I already sent you an email, but wanted to post again here since it looks...
Sorry, I have no write access to CVS. Well, havent tried but most likely I have readonly access. I think JavaSWF sourceforce project needs a small restart and...
Intereseting idea. I have fixed few bugs in javaswf src, although I have not write access to CVS base. At the moment, I havent looked at or even tested any...
Hi all, I'm using an old release (2002.07.11) of JavaSWF2 since I need the XML 2 SWF functions found under that revision. I've been able to create simple XML...
Hi again, It was just an error in the SaxHandlerBase class. When a button is parsed the SWFSaxWriter.Button class calls in its endElement method to the...
I've posted a patch in "SWFSaxWriter Patches" folder which solves JAXP integration, this patch has been made in Xerces.java, SaxHandlerBase.java and...
Hi there. I was wondering if there is a way to place a Movie object on top of another. I created a movie object from an existing botton.swf file which has only...
in flash>movie>Shape public void setBoundingRectangle( double minx, double minY, double maxX, double maxY ) mix should be minX in flash>structs>AlphaTransform ...
Hi, Could someone help me with the following: I have a small swf file (call it clip1.swft) that only has one button. The button has an actionscript that...
Please, see my webpaeg: http://koti.mbnet.fi/akini/swf/ Here you can find javaswf.zip where I've fixed png image support. Then few other small fixes here and...
It seems that a lot of people on this list are creating patches. Are these making their way into the CVS code that Nick maintains? I wonder if we should fork...
... Is it ok just to post patches here in forum? Well, probably its ok as there are no much traffic and you may read all posts. I'm willing to help improving...
There is a temporary mirror at http://home.earthlink.net/~nickmain/anotherbigidea.com/javaswf/ Don't trust your Thunderbird email filters !! Apparently an...
Hi Nick, because I am new to Flash programming and find your java sources not very well documented, I would appreciate some more generation examples. If that...
Hello, I need some information about non JPEG image data. When I parse my swf files, my program pass into the methods "tagDefineBitsLossless(...)" and...
So you read image object from existing swf files and save to an external file for later use. I've just fixed PNG image problem, see few posts history. Probably...
Indeed, I just need to save my image from the given byte array to a external file. I've tried to make a valid image from the byte array, but it seems that I...
Here is my very old MIS example with full sourcecode. I might give you an idea. But you could do it directly with BufferedImage as well. It has getRGB/setRGB...
Hi there. I'm handling a site where it enables our students to create their own page and upload gif, jpg and swf files. However, the swf files uploaded have...
A SWF file consists of a signature, a header and a number of tags. The SWFHeader interface is used to pass the header values. The SWFTags interface is used to...
... It's been ages, but IIRC... They're interfaces to be implemented by classes which need to know about the data in the header (SWFHeader) or header+body...