Search the web
Sign In
New User? Sign Up
JavaSWF-Support · Support and discussion about the JavaSWF pure Java wrapper package for the Macromedia Flash file format
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 768 - 807 of 1160   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
768
I havent used animated gifs before, but if you could extract frames one by one from it. Then add separate images as frames to a movie instance. You can use...
mailmur
Offline Send Email
Jul 3, 2005
8:36 am
769
Hi all, Can please someone advise how the change a Text Symbol instance in subsequent frames? If I create a Text and place it as symbol in a frame, like: Movie...
jamul Rezak
jairokan
Offline Send Email
Jul 4, 2005
11:52 am
770
Fellow users, I got an error when compiling followng code. This program was taken from another post in this usergroup. //START...
hiren426
Offline Send Email
Jul 6, 2005
8:04 pm
772
Concerning JDK 1.5 vs 1.4.. does anyone have any experience with Retroweaver? http://retroweaver.sourceforge.net/ It purports to allow Java 5 compiled classes...
Nick Main
d_nick_main
Offline Send Email
Jul 7, 2005
4:26 am
773
Hi, I'm sorry not have an answer to your question. I'm adding my name to the same question, because I'm having the same problem. I hope if someone take...
jamul Rezak
jairokan
Offline Send Email
Jul 7, 2005
7:49 am
779
Hello... I'm very interested in this project. First of all, I've downloaded the entire CVS tree... and realized the source has changed a lot. Besides, I...
Renato F. Vieira da C...
mikitow
Offline Send Email
Jul 15, 2005
10:45 pm
780
__________________________________________________ Correo Yahoo! Espacio para todos tus mensajes, antivirus y antispam ¡gratis! Regístrate ya -...
Edwin Herrera
edjaiv
Offline Send Email
Jul 18, 2005
2:39 pm
782
Has anyone figured this out yet? Fellow users, I got an error when compiling followng code. This program was taken from another post in this usergroup. //START...
hiren426
Offline Send Email
Jul 30, 2005
4:58 pm
783
... 010820 ... having ... didn't ... Welcome, This project as I have understood, is at the middle of migrating a new CVS repository. Anyway I had a lot of...
mailmur
Offline Send Email
Aug 2, 2005
12:52 pm
784
mailmur wrote: > Welcome, Thank you! > This project as I have understood, is at the middle of migrating a new > CVS repository. Anyway I had a lot of...
Renato F. Vieira da C...
mikitow
Offline Send Email
Aug 2, 2005
3:25 pm
785
Now that .PNG support has fixed does somebody want to upload a simple .java example of dynamically importing a .png file and then writing it out as a .swf file...
deckarep
Offline Send Email
Aug 2, 2005
6:29 pm
786
... I think it's my job :-) I after all I fixed png alphachannel byte problem. Can I upload examples to the official CVS/Subversion repository...wherever it's...
mailmur
Offline Send Email
Aug 3, 2005
11:46 am
787
Hi all, i'm new using this library, but it looks great. I've been doing some drawing functions and everything was quite easy to understand, although the lack...
Green
badub11
Offline Send Email
Aug 3, 2005
4:51 pm
788
I think for now maybe you can just upload an example in the Files section of this group. I'm not prevvy to using the sourceforge site myself so I couldn't...
deckarep
Offline Send Email
Aug 4, 2005
12:28 am
791
hi. Ralph, Caraveo, for short, I subscribed to this forum. because I find that some of you truely love programming with Flash player, which continuously...
Milkowski, Andrew
milkoand2000
Offline Send Email
Aug 13, 2005
1:54 am
792
To everyone, My days frustrations and crude, crude lack of judgement caused me to be irresponsible and downright wrong. I apologize to everybody in the forum...
Ralph Caraveo
deckarep
Offline Send Email
Aug 13, 2005
8:02 am
793
How sad you responded dude...... on hand you ppl cry for a global village insist other to become a part of your so called village... and on the other hand you...
Shahbaz Hussain
baz1491
Offline Send Email
Aug 14, 2005
9:54 am
794
I am having trouble clearing the frames when i append a second frame to the movie, it automatically copies everything from the previous frame. Is there any...
k_parvathakannan
k_parvathaka...
Offline Send Email
Aug 16, 2005
2:38 am
795
... OK I found a solution, this simple stuff works if(prevInstance != null) frame.remove(prevInstance); prevInstance = frame.placeSymbol(shape,0,0); Thanks ...
k_parvathakannan
k_parvathaka...
Offline Send Email
Aug 16, 2005
2:48 am
797
hi everyone, Is it possible to save flash movie (.swf) as an .exe with JavaSWF?...
bartekkolak
Offline Send Email
Aug 18, 2005
2:49 pm
798
In the snapshot at http://sourceforge.net/projects/javaswf there is org.javaswf.tools.projector.ProjectorMaker. It is experimental and requires an existing...
Nick Main
d_nick_main
Offline Send Email
Aug 18, 2005
3:06 pm
799
I've got a source code to convert vsd(microsoft visio) to swf. who hava a solution,or have some good advise to me. Thanks your help. b0b...
fahab0b
Offline Send Email
Aug 19, 2005
10:05 am
800
can you compile a java application with a swf inside that runs in a java virtual machine?...
pepe_grillo_66
Offline Send Email
Aug 20, 2005
12:20 am
801
Thanks for the clue, I have checked this and it works OK for me. It may be better if it doesn't require an input projector, but for me it's not a problem. I'm...
bartekkolak
Offline Send Email
Aug 21, 2005
10:35 pm
802
... I don't know of anything that will convert SWF to PDF. PDF to SWF seems like a more valuable direction (and there some native code out there to do...
Nick Main
d_nick_main
Offline Send Email
Aug 22, 2005
3:57 pm
803
What if I just want to show one frame of flash movie in Swing/AWT component, is there a simple way to do that? Maybe I could convert SWF to XML, then XML to...
bartekkolak
Offline Send Email
Aug 22, 2005
6:15 pm
804
Hello all. Do you know where I could get some documentation of how to use it, but not just the API? Thanks...
Emilio
putomejillon
Offline Send Email
Aug 25, 2005
9:39 am
805
Hi, I try to create a swf file from a little animation program which I wrote and now I have a feeling that I should know more about some things than I actually...
qrs0904
Offline Send Email
Aug 25, 2005
5:17 pm
806
... to ... is ... the ... The following worked for me. I called shape = ImageUtil.shapeForImage(inputstream, size) ... instance = frame.placeSymbol(shape,...
eamon_de_tolka
Offline Send Email
Aug 25, 2005
7:52 pm
807
... However, ... Great :-) All your suggestions worked very well. (And the code from CVS works in Java 1.5 without changes ;) ) The net is a really nice place...
qrs0904
Offline Send Email
Aug 26, 2005
2:54 pm
Messages 768 - 807 of 1160   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help