i recently wrote a simple jpg->swf batch converter app for os X that uses the toolkit, and i'd just like to say props to david for making this api public with...
When defining shapes, what are the primary-fills and secondary-fills for? I'm using javaswf's utility that converts swf file formats to xml formats. I use the...
They indicate if the fill is to the left of the line or the right, based on the direction the line is moving. It is somewhat complicated to get a good ...
Dears i need to develop an application in java which can create swf files. if any one has some sort of sample then please forward me. Robin Debreuil...
Interesting! I still can't figure out one thing, what if the two closed shapes are nested and their paths don't intersect (like a 'ring')? The only solution I...
I'm having trouble with creating Actionscript strings containing Unicode characters in JavaSWF...is there a bug? Is Actionscript Unicode strings supported by...
Hey James, With two two nested circles, it depends what your fill0 and fill 1 are set to. If the inner circle goes clockwise and its left fill is blue and...
Robin Debreuil
admin@...
Feb 26, 2003 3:53 am
387
Hey Robin, Thank you for your reply. I am sorry I forgot to mention that I was trying to convert SWF to SVG format. The left-fill or right-fill concepts don't...
Yeah, it is weird - I think it is better just to treat those as two separate fills and a separate stroke, and then factor out all the redundant lines. It isn't...
I used the Dumpswf java file and i dumped a simple flash animation that used a morph. I'm wondering how i can re-implement it. can u please tell me what the...
Anybody have any resources that will let me view the library assets stored within an FLA? I don't necessarily need the resources, just a listing of the...
I am interested in converting a PNG into the SWF format. I have successfully loaded the PNG into a java.awt.Image and saved a SWF but the SWF just has a blank...
Hi all, this is my first post in this forum, so I would like, first of all, to thank Nick for his wonderful job with the JavaSWF2 library. I've used it in a ...
hello, dear all: i'm new to java and java2swf. i have some problem when i try to use it. i use mac osx.3 and project builder. but i can't find the java2swf's...
Is there code out there for converting the various image file formats to SWF or back? Thanks, Micael ... LEGAL NOTICE This electronic mail transmission and...
Hi, where I can found java2swf ?? thanks.... hello, dear all: i'm new to java and java2swf. i have some problem when i try to use it. i use mac osx.3 and...
fix78@...
Apr 4, 2003 12:18 am
398
Hi! I try to convert a animated GIF to SWF, but I'm not sure how to handle the delays between frames. Is it common practice to insert many empty frames to...
Hi Francesco: Thanks for the inquiry. Development is, indeed, taking longer than expected, but only in elapsed time. What was unexpected is the sheer amount...
... /** * Set the bounding rectangle. This will be automatically calculated * as the geometry vectors are defined and this rectangle will be * enlarged * if it...
hi people i just downloaded javaSWF2 yesterday n played around with it. now im wondering where i can get the API reference for it. i mean there surely is an...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the JavaSWF-Support group. File : / Live...
JavaSWF-Support@yahoo...
Apr 28, 2003 2:24 am
403
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the JavaSWF-Support group. File : / Free...
JavaSWF-Support@yahoo...
Apr 28, 2003 2:24 am
404
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the JavaSWF-Support group. File : / Net...
JavaSWF-Support@yahoo...
Apr 28, 2003 2:25 am
405
Can anyone send me an example of including a wave sound using javaswf?? I am testing ADPCMHelper but it give me the error: ...
List, Being new to JavaSWF and not find too many examples, I have a question. I am attempting to create an SWF that includes several odd shaped polygons with...
thanxs.. just wanted to know.. oh and is there a CVS tree.. .that would be really useful... if Nick could PLEASE just create a CVS tree .. then we could...
All, Does JavaSWF support grouping of objects? I would like to group a graphic and text object together to use on a button but do not find any such tag...