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...
All, I would like to craete a button that supports changing the buttons color on rollover and links to a URL on click. Does anyone have examples of these basic...
It seams to me that after around 100 or so frames, flash files output from javaswf somehow... laggs I should say. Instead of doing x frames per second like I...
Greetings, Can anyone show me how to create buttons with the SWF file format interfaces? I've spent hours in the source code and don`t seem to be able to get...
HEy Jon, or NIck, or someone, can u send me ur JAVASWF that has the edited parts for FLASH MX compression. And is there away to have both of them, so that you...
Hi eaglescoutbsawong it is not to difficult to update javaSWF to Flash MX, it did it, but refactored and modified so much, it doesen't look like javaSWF...
Dear JavaSWF group members, I am relatively new to JavaSWF and Flash in general. Question is how you can add variables to the features/frames in a SWF file....
Hi, I'm working with polygons from a database (lots of them). Prior to javaswf, I was using ming in php to generate them. Since this is a project mainly using...
Hello, I'm wondering if anyone can tell me whether or not JavaSWF can help me with the task of taking specific frames in an SWF and converting them to either a...
Dear all, I have found what could be a bug in SWFSaxParser, around parseDefineFont2() and done(). With a SWF I have, the bounds array is non null but empty,...
I think someone needs to setup a CVS tree, some modifcations need to be made, and it sucks that everyone needs to make their own modifications, when other...
... Hello, I went into the same question and i tried many options. I eventually found a good solution using QuickTime for Java (works for MAC&PC). You should...
there is a nice api for managing image formats. http://www.yeo.nu:81/jmagick/ ... __________________________________ Do you Yahoo!? Yahoo! Calendar - Free...
Hi, does anybody know how to convert a "java.awt.GradientPaint" or "org.apache.batik.ext.awt.MultipleGradientPaint" into JavaSWF2 by using defineFillStyle(...
I sent my code to Nick to roll up. I'm not sure if he's done that yet. Basically, I just extended the SWFWriter class and overrode some methods to create the...
JavaSWF is being used in Disneyland.com. We're using some of my custom classes built on top of Nick's JavaSWF libraries to dynamically generate the content in...
Yeah i already wrote the code however, and made an FLASHMXwriter class. I also added an mp3 hack class to fix it up.. in cause the mp3 is bigger than the file...
The problem is solved. I had to "round" to twips. That is, multiply by 20, round, and then divide by 20. Now my whole city of San Luis P., Mx, can be seen in...
Does anyone know of a way to programmatically implement the equivalent of the Flash editor Break Apart command using JavaSWF? My understanding of the Break...
Hiyall my first post. I was looking to use JavaSWF to create Alpha Channel PNG's to SWF so i can load them while the movie is running. I've looked at messages...
I finally had time so I have uploaded the build I made that supports Flash MX to the Files section. ... that ... then ... javakitty.com, ... program ... to...
for those interested : After MUCH hardcoded debugging (yes Hex-editors and all) I found a VERY nasty behaviour that Flash does with alpha channel images. It...
... There's no particular algorithm to sort out, this is just alpha channel premultiplication, that's all, and JavaSWF doesn't perform this premultiplication...
I suggest loading the files up to the yahoo groups cause Nick hasn't set up A CVS, and it would be a sad thing if your bug fixes and etc couldn't be shared, so...
Indeed this was the trick i was referring to... it does seem to add +1 to the alpha value (which is NOT multiplied) when 0 < a < 255; also i can't get the...