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...
Has anyone figured this out yet? Fellow users, I got an error when compiling followng code. This program was taken from another post in this usergroup. //START...
... 010820 ... having ... didn't ... Welcome, This project as I have understood, is at the middle of migrating a new CVS repository. Anyway I had a lot of...
mailmur wrote:
> Welcome,
Thank you!
> This project as I have understood, is at the middle of migrating a new
> CVS repository. Anyway I had a lot of...
Now that .PNG support has fixed does somebody want to upload a simple .java example of dynamically importing a .png file and then writing it out as a .swf file...
... I think it's my job :-) I after all I fixed png alphachannel byte problem. Can I upload examples to the official CVS/Subversion repository...wherever it's...
Hi all, i'm new using this library, but it looks great. I've been doing some drawing functions and everything was quite easy to understand, although the lack...
I think for now maybe you can just upload an example in the Files section of this group. I'm not prevvy to using the sourceforge site myself so I couldn't...
hi. Ralph, Caraveo, for short, I subscribed to this forum. because I find that some of you truely love programming with Flash player, which continuously...
To everyone, My days frustrations and crude, crude lack of judgement caused me to be irresponsible and downright wrong. I apologize to everybody in the forum...
How sad you responded dude...... on hand you ppl cry for a global village insist other to become a part of your so called village... and on the other hand you...
I am having trouble clearing the frames when i append a second frame to the movie, it automatically copies everything from the previous frame. Is there any...
... OK I found a solution, this simple stuff works if(prevInstance != null) frame.remove(prevInstance); prevInstance = frame.placeSymbol(shape,0,0); Thanks ...
In the snapshot at http://sourceforge.net/projects/javaswf there is org.javaswf.tools.projector.ProjectorMaker. It is experimental and requires an existing...
Thanks for the clue, I have checked this and it works OK for me. It may be better if it doesn't require an input projector, but for me it's not a problem. I'm...