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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 861 - 916 of 1160   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
861
Hi all, I'm new with JavaSWF. I would like to load, edit and save a SWF movie, for example to change some images in it. Can you give me a link to an example...
Etienne Monneret
etiennemonneret
Offline Send Email
Jan 8, 2006
12:54 pm
863
Hello, if somebody now how to implement a slider (with progress bar) and / or a thumbnail in JavaSWF, please let me now. Thanks Ranrul...
ranrul
Offline Send Email
Jan 11, 2006
10:06 pm
864
Hello, in this forum I see: Image jpeg =... Shape shape=... Instance instnace = frame.placeSymbol( shape, 0, 0 ); //free up frame.remove(shape); ...
capwello
Offline Send Email
Jan 17, 2006
1:04 pm
868
... That's a javasound problem, not a javaswf one. You need the right SPI for the sound file you are playing, here is the one for mp3 support : ...
symonfr2000
Offline Send Email
Feb 6, 2006
2:40 pm
869
Hi, I am using javaswf to generate a swf file containing spectrum datas of a sound (javaflash-fft : http://javaflash-fft.sourceforge.net). Until now, I just...
symonfr2000
Offline Send Email
Feb 6, 2006
4:52 pm
872
Hi, I have a batch of xml files and I need to convert them into swf files so that nobody can view the content of the xml files. (as i'll be distributing the...
meetbrij
Offline Send Email
Feb 7, 2006
2:19 pm
873
Hello, I try to append an swf as a MovieClip to my new swf. I do it lkie this: MovieBuilder builder = new MovieBuilder(); TagParser parser = new TagParser(...
bartekkolak
Offline Send Email
Feb 7, 2006
10:13 pm
874
If I have an SVG file with javascript for animation. Can JavaSWF convert SVG into SWF. How about embedded javascript in SVG?...
amar500
Offline Send Email
Feb 8, 2006
3:37 pm
875
Hello, I see a example of how to create a Button from a Shape and assign it a mouse action in the Object Model. I want to now how I can do that in the Low...
ranrul
Offline Send Email
Feb 8, 2006
4:03 pm
877
... Hello amar500, Unfortunately no. JavaSWF is a library for accessing SWF files. You can incorporate it into other Java programs so they can read or write ...
James G
james_gnz
Offline Send Email
Feb 10, 2006
7:14 am
878
Why i cant add onRollOver/onRelease/onRollOut and other methods to a movieCclip in generated swf's ? for example i have swf file "A.swf" generated by JAVASWF ...
assimetric_coder
assimetric_c...
Offline Send Email
Feb 14, 2006
9:09 am
881
hello friends, Right now i am working on one project which requires JAVA SWF package as it supports Flash files I am facing a problem to how i can read File at...
hardik_02it13
Offline Send Email
Mar 1, 2006
9:57 am
882
hello friends, i do need some more help, I need to run Flash Files using JAVA without the Macromedia Flash Player. If anyone has Flash Player buid in JAVA ii...
hardik_02it13
Offline Send Email
Mar 1, 2006
10:34 am
884
Dear All; I want to decompile swf flash animations. I need to identify the components of a flash at time (t) "that is, images, buttons, text ..." [which i...
llp00na
Offline Send Email
Mar 5, 2006
10:17 pm
885
I have seen some Flash Java implementations but all were a rather limited and supported only Flash3-4 versions only. And none probably 100% feature support....
mailmur
Offline Send Email
Mar 6, 2006
8:21 am
886
I'm interested providing support for SWFs authored in Flash for a Java tool I wrote a while ago that can use various graphic resources for skinning applets....
carbonapplet
Offline Send Email
Mar 7, 2006
12:52 am
887
mailmur wrote: (...) ... On the legal issue, I think Flash 3 is safe. (Flash 4 is pretty much required to do anything interactive, but Flash 3 is perfectly...
James G
james_gnz
Offline Send Email
Mar 8, 2006
1:18 am
889
Hello, I want to add actions to frame. I write the following code: Frame f1 = movie.appendFrame(); Actions act = f1.actions(5); act.gotoFrame(8); act.play(); ...
ranrul
Offline Send Email
Mar 19, 2006
2:45 pm
891
Hi, When I import a clip from an existing swf movie into a new movie it seems to be loosing the 'name' variable (I can see this when I do a dump on the...
z_ak420
Offline Send Email
Mar 22, 2006
7:27 pm
896
Hi, I would like to know how I can import variables of the Actions Scipt of the SWF file and how i can insert a SWF file in a JPAnel? how can i do it?...
erickbergamini
Offline Send Email
Apr 9, 2006
9:29 pm
897
So I'm new to Flash as a file format, not to animation in general or Java. I've run the ReqSquare example and as an exercise rewrote it to use pure frames...
Tom
tbeernot
Offline Send Email
Apr 13, 2006
11:28 pm
898
You've to remove shape instance in the second frame. In detail, you are placing a shape in the first frame and then append the frame, now the second frame will...
kumarasamy parvathaka...
k_parvathaka...
Offline Send Email
Apr 13, 2006
11:38 pm
899
It does, so basically everything is copied to the new frame? Would it be possible to just place one instance in the first frame and only alter it's position in...
Tom
tbeernot
Offline Send Email
Apr 14, 2006
6:53 am
900
Here is the pseudo code to do that Instance ins = null; for(int i = 0;i < shapes.size();i++){ Frame frame = movie.appendFrame(); if(ins != null) ...
kumarasamy parvathaka...
k_parvathaka...
Offline Send Email
Apr 14, 2006
1:58 pm
901
I ran a little test myself also, you don't need to remove the instance at all. Insert it in the first frame and then move it around: Movie movie = new Movie();...
Tom
tbeernot
Offline Send Email
Apr 14, 2006
2:42 pm
902
Yes, that also works Tom <tbee@...> wrote: I ran a little test myself also, you don't need to remove the instance at all. Insert it in the first frame...
kumarasamy parvathaka...
k_parvathaka...
Offline Send Email
Apr 14, 2006
3:37 pm
906
Hi I am trying to find a way to just show the swf file in a java program. Is there any command simple that does that? It is for a Mac thanks...
anituaj
Offline Send Email
Apr 20, 2006
4:15 pm
912
Please help ... whow can i view a swf in my panel or ather swing object?...
bekkar_sgi
Offline Send Email
May 13, 2006
9:19 pm
913
bekkar_sgi <bekkar_sgi@...> escreveu: Please help ... whow can i view a swf in my panel or ather swing object? Answer: Good question, i'd like to...
erick bergamini da si...
erickbergamini
Offline Send Email
May 15, 2006
11:12 am
916
hi, check this out... use the source and modify it. http://www.eclipse-plugins.info/eclipse/plugin_details.jsp?id=119 krokan ... celular e anti-spam realmente...
krokan
Offline Send Email
May 16, 2006
6:55 am
Messages 861 - 916 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