I am quite new and haven't used JavaSWF. Before I try it out, would it be possible to create an image of a human body, in flash, and then embed it in a java...
Unfortunately not. JavaSWF is a parser/writer for the SWF file format. It does not include any rendering capabilities for Flash content (since that would...
Hello Guys, I want to fit a flash movie loaded from an external resource into my stage. I am not able to do it by manipulating width and height. The AR gets...
You should look at the recently open-sourced Flex SDK from Adobe. That includes a pure Java ActionScript compiler. JavaSWF does not deal with ActionScript...
Hi All, I am doing a small project on parsing SWF files and injecting an actionscript function into the existing SWF file. Iam able to inject the actionscript...
Hey everyone - sorry for the spam. (And sorry for the recent neglect of JavaSWF - things are hopefully going to pick up in that quarter). I am starting to...
Hi Nick, I found some problems, when using the baseline zip. I tried to add actions to frames and to buttons using the movie/ frame classes and this produced ...
Hey Prabakaran, Are you using the debug player ? When the verifier chokes like this it writes a dump of the bytecode into the flash log. That includes all...
Excellent ! The debug player is available from the Flash Player Support center: http://www.adobe.com/support/flashplayer/downloads.html This page has some...
... I ve download zip file and extract as QTJava folder in lib folder of my NetBeans project. There is no compilation error but while debugging it says...
Hi I am following the example "How to create a simple movie at the file format level" on the web. The example works fine but I got this weird error when I try...
I implemented clipaction support in the framework if anyone is interested in the code, please contact me. I'd add it to a repository if there is one, just...
Hi David Do you happen to be using DefineShape4 and LineStyle2 which are tags not supported by the released javaSWF? What version of SWF are you producing...
1. I am not currently using defineshape4 or linestyle2. 2. JavaSWF writes back the version of the input file to the output file, so kind of by definition,...
Hi all, I've been assigned to make a virtual aquarium and whereas I can handle the logic behind it, I've always avoided computer graphics like cholera. Can...
Hi people, It feels good to be in this group, its a surprise that this all was happening in Nov 29, 2000 while i was being ruined by VB.Net, i mean Java with...
Hello, I tried running example ReadMovie with sources from subversion and the baseline.zip but there are some changes that block compiling. Where can I found...
I added that code back, and made it compile, at http://code.google.com/p/j2swf/source/browse/#svn/trunk/j2swf/src/legacy I don't think the "Movie" model will...