Hello, I am the Export Compliance Manager for Progress Software Corporation and we license your JavaSWF v2 product. Can you kindly provide me with the export...
JoEllen Dunne
joellen@...
May 9, 2007 9:29 pm
1082
JavaSWF2 does not include or use any encryption....
Thank you very much for this information. JoEllen ________________________________ From: JavaSWF-Support@yahoogroups.com on behalf of Nick Main Sent: Thu...
JoEllen Dunne
joellen@...
May 10, 2007 7:50 pm
1086
Hi, I implemented a package that can create real time graphical outputs with JavaSwf. I did not find anything else on the market that did what I wanted. If...
Hi all, I am successfully compiled and run ImportJPEG.java example. However, I want to ask how can I make the image rotate at the image center, rather than at...
What are people using to play Flash through Java? I'd like to have a native Java program (ideally cross-platform, but I can live on Windows only for now) that...
Hi, Is it possible to create SWFs that contain filters (the bitmap filters) and mask (as in the MovieClip.setMask) in flash. I went through the API, couldn't...
According to Adobe's John Dowdell the SWF File Format spec for v9 is due any day now: http://weblogs.macromedia.com/jd/archives/2007/05/swf9_docs_bi-di.cfm ...
I do not know of a good way to play Flash movies in Java - maybe someone else can comment. JavaSWF is a library for reading and writing the SWF file format and...
The plan for adding v9 support to JavaSWF includes code generation for the core parsing/emitting logic. There are two main components in any code generation...
... The restrictions seem rather... restrictive, "You may not use the Specification in any way to create or develop a runtime, client, player, executable or...
Yes - the word "reads" is troublesome - although it was also in the license for the v8 spec. The intention is clearly to prevent anything that competes with...
... If choosing between the above, I'd probably pick the former, since it might be a bit more succinct, and the documentation would probably benefit from its...
I will be attending MAX in Chicago next week. If anyone is interested in meeting up during the conference on Monday, Tuesday or Wednesday (morning) please let...
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...