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...
Hi, I'm interested to know how can extract images from swf to java ! There is library for make this Thanks for help Federico ... Da: Raffaele Sena...
fix78
fix78@...
Sep 24, 2003 10:37 pm
497
Raffaele, I'm sorry if this seems a trivial, but I'm not sure I understand how I would go about doing this. Can you point me to a set of java classes that...
It appears as tagdefineSprite creates a new tagwriter and passes along the version. However, it does not set the String encoding of the new writer. The new ...
Hello all... Sorry for my lack of knowledge in this JavaSWF package thing. Very new to this package, but I'm currently writing a program that will convert JPEG...
I've had a go at updating the XML classes for the Flash MX version - They're working well, apart from two elements - Framelabel TagDoInitActions The updated...
I would like to know how should I do in order to embeed a video file into my SWF File with JavaSWF. I someone has an example, or knows how is the XML that ...
Hi! Somewhere I read that sound support is not available yet but on the to do list. As I need it for a project rather sooner than later I wanted to ask if...
Can I use 2-Byte Character fonts in .swf? (like Korean) when I use 2-Byte character fonts in .swf, I get below error. (using TextHigh.java) glyphCount=77...
Hi there! ... com/anotherbigidea/util/xml/Xerces.java [4:1] package org.apache.xerces.parsers does not exist import org.apache.xerces.parsers.SAXParser; ^ ...
Hello! I'm quite new to JavaSWF, but I read the messages in this group. Are the following clauses right: - JavaSWF CVS project does not contain the xml-classes...
The SWFSaxParser/Reader classes don't support some of the methods in the updated interfaces in the FlashMX release - so they won't compile, but I imagine that...