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 465 - 496 of 1160   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
465
To whom it concerns... Hi there. I'm a young software developper and I need your help. I study Informatic at the University and now it my last year here, so I...
Niko kain
niko_kain
Offline Send Email
Aug 7, 2003
10:21 am
466
I don't know what is the problem, JDev says: In the class: ObjectInfo, when we call to: newInstance(...), he says that it's not possible to find the class ...
niko_kain
Offline Send Email
Aug 10, 2003
8:13 pm
467
Hello all... I am new to the list and wanted to know if there are any good resources for writing ActionScript to an SWF File via JavaSWF. Any help or direction...
Ron Haberle
ronhaberle
Offline Send Email
Aug 12, 2003
9:59 pm
468
Hi all Can I use JAVASWF to create swf with embedded video like FLV,AVI or MPEG thank you....
hosamred
Offline Send Email
Aug 14, 2003
1:10 pm
469
The documentation says that transparent "JPEGs" are not supported yet. Do you really mean transparent "PNGs"? I am having issues in transferring transparent...
Ron Haberle
ronhaberle
Offline Send Email
Aug 15, 2003
12:47 am
470
hi all, how ca I manage to read an external swf in which I defined actionscript classes and use those "function"s via javaSwf2 to build my swf? (going to...
§k@ùT(ME) @ H...
marcocascian...
Offline Send Email
Aug 22, 2003
2:12 am
471
So where did you find this code? I don't see it in the current full ZIP archive, nor do I see it in the CVS HEAD version from sourceforge. I'm very interested...
KC Jones
bernalkc
Offline Send Email
Aug 26, 2003
9:51 pm
472
... I don't know where it went, but that class does exist in the previous release... dave...
David Holroyd
dphgtldn
Offline Send Email
Aug 28, 2003
11:51 am
473
com.anotherbigidea.flash.readers.SWFSaxParser will magically turn swf into XML Rudy ... From: KC Jones [mailto:kc@...] Sent: Tuesday, August 26, 2003...
Rudy Gireyev
rgireyev
Offline Send Email
Aug 28, 2003
11:14 pm
474
I have to prepare the presentation of my end-studies project at the University. I have developped an application that transforms XML Data into a new XML...
Niko kain
niko_kain
Offline Send Email
Aug 30, 2003
12:16 pm
475
So, ok... I Think I have correctly installed the JAVASWF, SAX2 and XERCES classes in the src Folder. Now I have tried to make the example that I find at: ...
Niko kain
niko_kain
Offline Send Email
Sep 3, 2003
1:10 am
476
I have been trying to do something similar for hours now with only partial success. Is it possible to do the same thing but rather with a Shape using a jpeg...
steveflashdev
Offline Send Email
Sep 6, 2003
2:13 am
477
Where does one get the class com.anotherbigidea.jsp.BinaryCapableJSP? Thanks, Micael ... LEGAL NOTICE This electronic mail transmission and any accompanying...
Micael
micaelmacgrene
Offline Send Email
Sep 6, 2003
6:36 am
479
If someone know how should I install the Parser that I need in order to transform the XML into SWF, please answer me. I need to know it as soon as possible. ...
Niko kain
niko_kain
Offline Send Email
Sep 6, 2003
2:37 pm
480
... I can't help you, I'm afraid. Have you tried asking your question on the xerces-users list? Someone there might know the answer. dave...
David Holroyd
dphgtldn
Offline Send Email
Sep 6, 2003
6:02 pm
481
com.anotherbigidea.flash.readers.SWFSaxParser - will do just that. ... From: David Holroyd [mailto:dave@...]On Behalf Of David Holroyd Sent:...
Rudy Gireyev
rgireyev
Offline Send Email
Sep 8, 2003
9:03 pm
482
Background: Encoding 100+ JPEG images into a swf file using roughly the same code as the Jpeg To SWF example. Problem: After 80 frames have played in any flash...
steveflashdev
Offline Send Email
Sep 12, 2003
12:05 am
483
An updated MX version of SWFSaxParser / SWFReader / util.xml.Xerces would be really useful. I've looked on sourceforge but not found them. I had a go at...
blueeyes519
Offline Send Email
Sep 12, 2003
8:22 am
484
Hi Nico, I think I've seen you on the ChattyFig list - to answer your question, you'll need to have xerces.jar somewhere in your java classpath. You can...
blueeyes519
Offline Send Email
Sep 12, 2003
8:26 am
485
Are you taking care to remove the images after they are finished being shown on screen? I can't interpret your tag dump very well, but I don't see any removes,...
blueeyes519
Offline Send Email
Sep 12, 2003
8:29 am
486
I think it is possible to corrupt a flash file so that it no longer conforms to the specification and thus will be more difficult to decompile/alter but will...
blueeyes519
Offline Send Email
Sep 12, 2003
8:38 am
487
Hi again, I'm sorry, I didn't take the time to read your earlier posts. You've obviously tried to install Xerces already. I don't know what this error is or...
blueeyes519
Offline Send Email
Sep 12, 2003
8:41 am
488
I agree. I would like to know of one as well. I have been running into problems reading SWF Files that use certain coding conventions in Flash. The SWF Reader...
Ron Haberle
ronhaberle
Offline Send Email
Sep 12, 2003
2:33 pm
489
I tried removing the images after they are displayed. This improved the duration the fps would maintain steady, but it would still diminish after a few hundred...
Steve McFarlin
steveflashdev
Offline Send Email
Sep 12, 2003
9:56 pm
490
I figured it out. Rather then removing the object this is what I did. However I did have to modify the Frame.replaceSymbol(...) function to not create a...
Steve McFarlin
steveflashdev
Offline Send Email
Sep 13, 2003
5:07 am
491
How do I do a loadMovieNum action in javaSWF? Thanks, Steve...
Steve McFarlin
steveflashdev
Offline Send Email
Sep 18, 2003
4:11 pm
492
... Take a look at getURL(int, int) in ActionWriter.java. I have not tried using this yet, but I believe you will have to push the URL and level onto the stack...
steveflashdev
Offline Send Email
Sep 20, 2003
4:20 am
494
I am working on a project where I need to extract images from a SWF file. They were inserted into the SWF as PNG and JPG files. I've created a class that...
Tyree, Stan
mktstanty
Offline Send Email
Sep 24, 2003
12:50 pm
495
You should be able to save JPEGs as they are. PNG are actually not PNG. They are bitmap gzip compressed. You can extract the data, uncompress it, and then...
Raffaele Sena
raffs
Offline Send Email
Sep 24, 2003
7:31 pm
496
Hi, I'm interested to know how can extract images from swf to java ! There is library for make this Thanks for help Federico ... Da: Raffaele Sena...
fix78
fix78@...
Send Email
Sep 24, 2003
10:37 pm
Messages 465 - 496 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