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 your group to be featured on the Yahoo! Groups website? 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 896 - 969 of 1160   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
917
Is this cross-platform? I see some windoze OLE code here? Will this work on a Mac or Linux? ... -- /Whether you think that you can, or that you can't, you...
John Kirby
josiah_kirby
Offline Send Email
May 16, 2006
2:47 pm
918
Sorry, no... just for win. :-( ... <mailto:JavaSWF-Support-unsubscribe@yahoogroups.com?subject=Unsubscribe> ... right./...
krokan
Offline Send Email
May 17, 2006
6:31 am
923
Hi Can anybody please provide me some information about Free tutorials on understanding SWF Format. Also if somebody has knowledge of some possible integration...
Amit Dube
amit_dube41182
Offline Send Email
Jun 10, 2006
12:30 pm
929
Is there a pure Java flash player available (maybe based on javaswf) that can interpret action script and runs at least v6 files? thanks Sascha...
satchmobu
Offline Send Email
Jun 22, 2006
11:52 am
934
I think I had the same problem : try to set 7 in the constructor of your movie for the flash version. Florent ... in...
floyanami
Offline Send Email
Jul 20, 2006
12:10 pm
935
Jag har semester och är åter måndag den 14:e augusti. Vid akuta ärenden, lämna ett meddelande på mitt mobilsvar (070-659 93 17). Trevlig sommar! Mvh...
bjorn@...
bjornalexand...
Offline Send Email
Jul 20, 2006
12:15 pm
939
Anyone have any more feature-rich examples built? Im just looking for somehting to get started, and the 3 included dont have much to work with. Anyone know how...
siegler
Online Now Send Email
Aug 13, 2006
11:23 pm
940
I have plans to do something in the generated charts area, but since it is unpaid work I haven't had much time for it. It seems most flash things can be done...
Tom
tbeernot
Offline Send Email
Aug 14, 2006
6:06 am
945
Hi, I was looking for a way to save the modifications done by user to a movieclip back to my jsp when I came across this initiative called javaswf. This suits...
nishantkyal
Offline Send Email
Aug 23, 2006
2:15 pm
946
I'm having a problem getting a swf movie created from a series of buffered images. Trying to take a vector of images, which get converted to jpg encoded...
divesnob
Online Now Send Email
Aug 30, 2006
6:46 pm
951
Hi Melanie Can you please send me the code to create a slide show of images? Regards, D. Arumugam...
arumugam_79
Offline Send Email
Sep 11, 2006
5:24 am
953
I have a question: This package is supported in Linux and Windows? I've used Njawin but it only functions in Windows. Or Do you know another component wich...
the_spirit_of_java
the_spirit_o...
Offline Send Email
Oct 10, 2006
7:00 pm
957
Hi everyone. My name's Mike. Can anybody show me how to add a midi file to a SWF movie? Thanks for your time Mike Payne...
mike30294304
Offline Send Email
Oct 15, 2006
4:40 pm
960
hi, i need play a swf file in a swing window, how can i do this? thanks...
Manuel Ignacio Franco
maigfrga
Offline Send Email
Oct 23, 2006
2:33 pm
962
Hi, I'm doing a project in which I'm mapping video to an openGL texture. Has anyone tried mapping a SWF movie to a texture? I'm using the Java OpenGL bindings....
godelescherbach_2003
godelescherb...
Offline Send Email
Nov 1, 2006
10:57 pm
966
This is very interesting news: http://www.mozilla.com/en-US/press/mozilla-2006-11-07.html Has anyone had a chance to look at the source ? Is it the actual VM ...
Nick Main
d_nick_main
Offline Send Email
Nov 7, 2006
4:44 pm
967
... The implication of the Adobe press release is that it is, yes, http://www.adobe.com/aboutadobe/pressroom/pressreleases/200611/110706Mozilla.html ... That...
David Holroyd
dphgtldn
Offline Send Email
Nov 7, 2006
5:20 pm
968
... though they appear to have the beginnings of a self-hosted one, so maybe there's not so much need, http://lxr.mozilla.org/mozilla/source/js/tamarin/esc/ --...
David Holroyd
dphgtldn
Offline Send Email
Nov 7, 2006
9:29 pm
969
I have stored a HTML link in the Local Shared object in Flash how do i retreive the same fromm into a URL opening....
sandeep.virmani
Offline Send Email
Nov 8, 2006
11:16 am
Messages 896 - 969 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