Hello Friends! I wants your help in my university project. The task is to add some input text by using java into prebuild swf templates. Means the work is to...
Hello Friends! I wants your help in my university project. The task is to add some input text by using java into prebuild swf templates. Means the work is to...
I'm currently working hard on the bytecode project. It turns out that this problem follows the 80/20 rule. 80% of Java bytecode can be easily mapped to...
Any truth to the rumor that Microsoft might acquire Macromedia? I could see this seriously derailing some projects and adding credence to Microsofts...
What's wrong with just using plain actionscript again? Why doesn't JAVASWF have that? About the bytecode compiler.. can you give me or point me to that...
Has anyone written an actionscript compiler for JavaSWF yet? If not, is there demand for one? I wrote a really scrappy one but could probably polish it up...
Ed Smith
ed@...
Jan 7, 2003 2:12 pm
369
I'm interested. Can you post your code? I would like to see if i can use it. Thanks. ... without too...
... http://flashbase.gotdns.org:8080/actionscript.zip As I said, very very scrappy and extremely limited. Mainly useful for getting loop structures without...
Ed Smith
ed@...
Jan 9, 2003 4:59 pm
372
Enter your vote today! A new poll has been created for the JavaSWF-Support group: Which Java IDE do you use and/or prefer ? o Eclipse o NetBeans o JBuilder o...
JavaSWF-Support@yahoo...
Jan 10, 2003 4:54 pm
373
Dears I am new in this field. I need to create a flash movi in java. Pleas guide me for resouces and codes....
Nick... or anybuddy out there... howcome Morph must have the same number of vectors??? In flash can't it morph objects from like 1 vector into 2? is there away...
Yes - the start and end shapes must have the same number of edges (but they can change from line to curve, or vice-versa). There's an excerpt from the SWF file...
Are you allowed zero length edges so that you can effectively shrink an edge to nothing and thus morph between shapes of different numbers of edges? Ed...
Ed Smith
ed@...
Jan 13, 2003 4:19 pm
377
I'm just wondering but when i try to morph a square into a larger square it gives me a bunch of errors. can someomne provide me with some source code? thanxs ...
I'd like to build an app that can parse and merge preselected SWFs into an only one.I'll need to make it with JavaSWF.Could you please tell me all the...
I want to figure out how to make an object MORPH... how can i figure out how to write the equivalent javaswf code using it as a refrence.. i remember reading...
i recently wrote a simple jpg->swf batch converter app for os X that uses the toolkit, and i'd just like to say props to david for making this api public with...
When defining shapes, what are the primary-fills and secondary-fills for? I'm using javaswf's utility that converts swf file formats to xml formats. I use the...
They indicate if the fill is to the left of the line or the right, based on the direction the line is moving. It is somewhat complicated to get a good ...
Dears i need to develop an application in java which can create swf files. if any one has some sort of sample then please forward me. Robin Debreuil...
Interesting! I still can't figure out one thing, what if the two closed shapes are nested and their paths don't intersect (like a 'ring')? The only solution I...
I'm having trouble with creating Actionscript strings containing Unicode characters in JavaSWF...is there a bug? Is Actionscript Unicode strings supported by...
Hey James, With two two nested circles, it depends what your fill0 and fill 1 are set to. If the inner circle goes clockwise and its left fill is blue and...
Robin Debreuil
admin@...
Feb 26, 2003 3:53 am
387
Hey Robin, Thank you for your reply. I am sorry I forgot to mention that I was trying to convert SWF to SVG format. The left-fill or right-fill concepts don't...
Yeah, it is weird - I think it is better just to treat those as two separate fills and a separate stroke, and then factor out all the redundant lines. It isn't...