To whom it concerns... Hi there. I'm a young software developper and I need your help. I study Informatic at the University and now it my last year here, so I...
I don't know what is the problem, JDev says: In the class: ObjectInfo, when we call to: newInstance(...), he says that it's not possible to find the class ...
Hello all... I am new to the list and wanted to know if there are any good resources for writing ActionScript to an SWF File via JavaSWF. Any help or direction...
The documentation says that transparent "JPEGs" are not supported yet. Do you really mean transparent "PNGs"? I am having issues in transferring transparent...
hi all, how ca I manage to read an external swf in which I defined actionscript classes and use those "function"s via javaSwf2 to build my swf? (going to...
So where did you find this code? I don't see it in the current full ZIP archive, nor do I see it in the CVS HEAD version from sourceforge. I'm very interested...
com.anotherbigidea.flash.readers.SWFSaxParser will magically turn swf into XML Rudy ... From: KC Jones [mailto:kc@...] Sent: Tuesday, August 26, 2003...
I have to prepare the presentation of my end-studies project at the University. I have developped an application that transforms XML Data into a new XML...
So, ok... I Think I have correctly installed the JAVASWF, SAX2 and XERCES classes in the src Folder. Now I have tried to make the example that I find at: ...
I have been trying to do something similar for hours now with only partial success. Is it possible to do the same thing but rather with a Shape using a jpeg...
Where does one get the class com.anotherbigidea.jsp.BinaryCapableJSP? Thanks, Micael ... LEGAL NOTICE This electronic mail transmission and any accompanying...
If someone know how should I install the Parser that I need in order to transform the XML into SWF, please answer me. I need to know it as soon as possible. ...
Background: Encoding 100+ JPEG images into a swf file using roughly the same code as the Jpeg To SWF example. Problem: After 80 frames have played in any flash...
An updated MX version of SWFSaxParser / SWFReader / util.xml.Xerces would be really useful. I've looked on sourceforge but not found them. I had a go at...
Hi Nico, I think I've seen you on the ChattyFig list - to answer your question, you'll need to have xerces.jar somewhere in your java classpath. You can...
Are you taking care to remove the images after they are finished being shown on screen? I can't interpret your tag dump very well, but I don't see any removes,...
I think it is possible to corrupt a flash file so that it no longer conforms to the specification and thus will be more difficult to decompile/alter but will...
Hi again, I'm sorry, I didn't take the time to read your earlier posts. You've obviously tried to install Xerces already. I don't know what this error is or...
I agree. I would like to know of one as well. I have been running into problems reading SWF Files that use certain coding conventions in Flash. The SWF Reader...
I tried removing the images after they are displayed. This improved the duration the fps would maintain steady, but it would still diminish after a few hundred...
I figured it out. Rather then removing the object this is what I did. However I did have to modify the Frame.replaceSymbol(...) function to not create a...
... Take a look at getURL(int, int) in ActionWriter.java. I have not tried using this yet, but I believe you will have to push the URL and level onto the stack...
I am working on a project where I need to extract images from a SWF file. They were inserted into the SWF as PNG and JPG files. I've created a class that...
You should be able to save JPEGs as they are. PNG are actually not PNG. They are bitmap gzip compressed. You can extract the data, uncompress it, and then...