Just a note that this is a great project!!! I am playing with importing fonts, and have a question regarding the TextHigh example. The comments say The movie...
Hi I am not very optimistic about an answer. I have problems to morph an object, I tried several ways and nothing is displayed in the generated SWF or I get...
Hello All, I am new to the group. First I would like to say tremendous job on this library. I work in MS based technologies and noticed that no similiar...
Dear All, I am appreciate if you guys can help me about the caption. I have two tweeing flash files, one file is object tweeing from left to right and the...
Hi everyone. I am stuck! I've been trying to find a way to create an mp3 player that streams mp3s over the internet. Easy you might think. But what if I wanted...
Anyone had any flaky response when streaming a movie created with JavaSWF to a 7.0 (MX2004) Movie? I place some variables in the movie like: MovieBuilder mb =...
I'm trying to run the DumpSWF test application against a valid SWF file and am getting an "Invalid SWF File Signature" error. Has anybody has this problem or...
For looking at the source code that I have if SWF file does not start with FWS or CWS SWFReader will throw IOException "Invalid SWF File Signature." i...
If anyone is interested which, by the looks of the response my last posting got, looks unlikely, I have solved my problem. I don't know whether javaswf could...
Unfortunately this list is pretty much useless. If there were a couple of gurus that could get things started, or if someone had effective control of the...
hello, I am developing an application using JEditorPane can anybody help me to how i can open sites which have used Flash.I want to open .doc files and .pdf...
Hello, I have beening looking for a replacement for Macromedia Generator and I came across this site: http://www.flashmagazine.com/html/581.htm I have been...
JavaSWF-Support٬ when i convert swf file to xml, i found it lost color and some color disorder. who cna help me? I wonder it is becasue i need define...
Hey everyone: We're trying to implement the new Flash 7 Screen Video codec in the JavaSWF codebase. However, the file format spec is either wrong or misleading...
If you look at the .exe that results from making a Projector via the Flash player you can see that the SWF data is simply appended to the .exe, followed by 8...
Flix Pro does convert videos to flash (.swf and .flv) they have a trial at http://www.wildform.com/flix/flix_pro.php?sid=4FJ2-BCPA-4133006af10a3 best Sascha...
Thanks for the pointer, however, Wildform does not (afaik) use Screen Video. The Screen Video codec is a new codec in Flash 7 - it is essentially keyframe...
I am very interested in using this codec -- I am attempting something similar with JPEG rectangles and the lossless codec would look better. You are right --...
CVS doesn't yet have a build file - it is updated directly from an Eclipse project. Some parts (in the JVM Bytecode translator functionality) are undergoing a...
In case anyone is interested, these are the errors that have been found so far in the SWF file format spec, wrt Screen Video: 1. The VideoFrame tag has an...
All, I would like to call a method when my generated flash runs. I am currently adding some variables like: MovieBuilder mb = new MovieBuilder(movie); ...
The best way to figure out complex actions is to write them in Flash and dump the resulting SWF. Below is the dump for the actionscript you mentioned. (Also -...
Thanks so much for your reply that got me much further (...and the dreaded but...) My code: act.lookupTable(new String[]{ "testsun2.conway.prod.con-way.com", ...
Okay after beating on it for a while I got my Action Script correct. Now my only problem is that there are two frames being created instead of only one....