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...
Show off your group to the world. Share a photo of your group with us.

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 475 - 506 of 1160   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
497
Raffaele, I'm sorry if this seems a trivial, but I'm not sure I understand how I would go about doing this. Can you point me to a set of java classes that...
mktstanty
Offline Send Email
Oct 1, 2003
6:48 pm
498
It appears as tagdefineSprite creates a new tagwriter and passes along the version. However, it does not set the String encoding of the new writer. The new ...
J P
hobopuma
Offline Send Email
Oct 7, 2003
7:57 pm
499
Hello all... Sorry for my lack of knowledge in this JavaSWF package thing. Very new to this package, but I'm currently writing a program that will convert JPEG...
in_pc77
Online Now Send Email
Oct 15, 2003
11:06 am
500
I've had a go at updating the XML classes for the Flash MX version - They're working well, apart from two elements - Framelabel TagDoInitActions The updated...
blueeyes519
Offline Send Email
Oct 15, 2003
11:40 am
501
I would like to know how should I do in order to embeed a video file into my SWF File with JavaSWF. I someone has an example, or knows how is the XML that ...
Niko kain
niko_kain
Offline Send Email
Oct 16, 2003
4:03 pm
502
Hi! Somewhere I read that sound support is not available yet but on the to do list. As I need it for a project rather sooner than later I wanted to ask if...
Nicolas Keller
nkellerns
Offline Send Email
Oct 17, 2003
2:41 pm
503
Can I use 2-Byte Character fonts in .swf? (like Korean) when I use 2-Byte character fonts in .swf, I get below error. (using TextHigh.java) glyphCount=77...
neoparadigm99
Offline Send Email
Oct 21, 2003
7:44 am
504
Hi there! ... com/anotherbigidea/util/xml/Xerces.java [4:1] package org.apache.xerces.parsers does not exist import org.apache.xerces.parsers.SAXParser; ^ ...
Eldes de Paula Oliveira
eldes
Offline Send Email
Oct 24, 2003
11:05 am
505
Hello! I'm quite new to JavaSWF, but I read the messages in this group. Are the following clauses right: - JavaSWF CVS project does not contain the xml-classes...
perttinieminen
Offline Send Email
Oct 27, 2003
1:07 pm
506
The SWFSaxParser/Reader classes don't support some of the methods in the updated interfaces in the FlashMX release - so they won't compile, but I imagine that...
blueeyes519
Offline Send Email
Nov 1, 2003
3:03 pm
Messages 475 - 506 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