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...
I'd like to contribute a simple new class for movie streaming called MovieStream. It's based on the Movie class but supports immediate writing of frames to an...
I'm seeing problems with JavaSWF on OSX Tiger when creating an SWF that wraps a PNG. Seems to be similar to Alpha channel problems that were fixed a few mos. ...
I got a class incompatibility error when I built the javaswf.jar using JDK 1.5 and tried to run it with a JRE 1.4 I was able to solve this problem by modifying...
Thanks - I will update the CVS script. BTW - more fun with Ant..(1.6.2+): This is a simple ant script to compile actionscript via MTASC and display in the...
I havent used animated gifs before, but if you could extract frames one by one from it. Then add separate images as frames to a movie instance. You can use...
Hi all, Can please someone advise how the change a Text Symbol instance in subsequent frames? If I create a Text and place it as symbol in a frame, like: Movie...
Concerning JDK 1.5 vs 1.4.. does anyone have any experience with Retroweaver? http://retroweaver.sourceforge.net/ It purports to allow Java 5 compiled classes...
Hi, I'm sorry not have an answer to your question. I'm adding my name to the same question, because I'm having the same problem. I hope if someone take...
Hello...
I'm very interested in this project.
First of all, I've downloaded the entire CVS tree... and realized the source has changed a lot. Besides, I...