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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 758 - 801 of 1160   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
758
I'd like to contribute a simple new class for movie streaming called MovieStream. It's based on the Movie class but supports immediate writing of frames to an...
javacake
Offline Send Email
Jun 10, 2005
8:01 pm
759
Could someone please provide an example of how to drag and drop symbols. Thanks....
jibrilhassan
Offline Send Email
Jun 16, 2005
3:05 pm
761
I'm seeing problems with JavaSWF on OSX Tiger when creating an SWF that wraps a PNG. Seems to be similar to Alpha channel problems that were fixed a few mos. ...
string
string_2001
Offline Send Email
Jun 18, 2005
5:23 pm
764
I got a class incompatibility error when I built the javaswf.jar using JDK 1.5 and tried to run it with a JRE 1.4 I was able to solve this problem by modifying...
eamon_de_tolka
Offline Send Email
Jun 25, 2005
1:59 am
765
Thanks - I will update the CVS script. BTW - more fun with Ant..(1.6.2+): This is a simple ant script to compile actionscript via MTASC and display in the...
Nick Main
d_nick_main
Offline Send Email
Jun 25, 2005
4:45 am
766
I've got a source code to convert jpg to swf but I cannot convert animated gif to swf. Thanks your help. Regards, lcc_chi...
lcc_chi
Offline Send Email
Jun 27, 2005
7:01 am
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
Messages 758 - 801 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