... 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...
Hi, everybody. I'm gettin trouble in creating button with a simple action script. Generated swf file with java codes below contains button but no scripts...
Sorry for this but I have been dropped on a flash/javaswf job having had no experience in either (I do know Java though .. sigh). Anyway, what is the...
Hi, I currently try to use the wmode parameter of a movie. Does not seem to be present in Java/Swf. Is there any way to set this parameter to transparent. Any...
I think that I don't understand something.... I wan't to generate a Map of the world with all of the country (just one .swf). After I'll use this .swf into...
Please bear with me if the following question is amature. I am a newbie .But the info I need is for a good reason to automate certain tasks in my project. I...
Hi, I am loading font from VerdanaFont.swf as it is in example TextHigh.java. I would like to get also italic, bold and underline Verdana font. What is the...