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...
... I don't know of anything that will convert SWF to PDF. PDF to SWF seems like a more valuable direction (and there some native code out there to do...
What if I just want to show one frame of flash movie in Swing/AWT component, is there a simple way to do that? Maybe I could convert SWF to XML, then XML to...
Hi, I try to create a swf file from a little animation program which I wrote and now I have a feeling that I should know more about some things than I actually...
... to ... is ... the ... The following worked for me. I called shape = ImageUtil.shapeForImage(inputstream, size) ... instance = frame.placeSymbol(shape,...
... However, ... Great :-) All your suggestions worked very well. (And the code from CVS works in Java 1.5 without changes ;) ) The net is a really nice place...