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 to share photos of your group with the world? 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 545 - 575 of 1160   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
545
How can I import fonts into a movie? I don't mean "include" an external font in the movie, I mean just "import". I want to use a font definition from another...
sesmcm
Offline Send Email
Mar 5, 2004
9:08 am
546
Just a note to say that I've made available some code that provides an object-model for ActionScript bytecode. You can find it here, ...
David Holroyd
dphgtldn
Offline Send Email
Mar 5, 2004
5:54 pm
547
... Use FontLoader which will read a swf file and return you a FontDefinition which you then use for a Font. Font allows you either import all the glyphs or...
ttoille2003
Offline Send Email
Mar 11, 2004
9:58 pm
548
Since this is my first post (actually 2nd) I would like to thank Nick for all the great work. The project shows its evolutionary roots but it is surprisingly...
ttoille2003
Offline Send Email
Mar 11, 2004
10:22 pm
549
Does javaswf support sound/mp3, if yes, whats the name of function or any example. Manoj...
Manoj Chopra
manojchopra
Offline Send Email
Mar 12, 2004
5:05 am
550
I am 23/f with a zest for life interested in meeting guys and girls that enjoy some of the same things. Check out some of my pics here and the link to my...
vroom_717097@...
Send Email
Mar 13, 2004
1:22 am
551
I have made some changes to the writeVector() method of Shape which improves rounding and also implements absolute positions for currx and curry so shapes no...
ttoille2003
Offline Send Email
Mar 14, 2004
12:17 pm
552
... either ... No, I don't want include any glyph in my movie. I just want to import the Font definition (tag ImportAssets). I can do it with MovieClips (usong...
sesmcm
Offline Send Email
Mar 15, 2004
8:12 am
553
... protected void writeVector( SWFVectors vecs, Object el ) throws IOException { if( el instanceof Shape.Move ) { Shape.Move move = (Shape.Move)el; currx =...
sesmcm
Offline Send Email
Mar 15, 2004
8:22 am
554
... I agree that some optimization can be made checking and eliminating duplicate lineTo points. I wasn't aware it was an issue and will incorporate it into...
ttoille2003
Offline Send Email
Mar 15, 2004
9:55 am
555
I made these changes because I need speed and a reduced size. I'll take a look at your changes, but I think using BigDecimal is slower. I'm using really big...
sesmcm
Offline Send Email
Mar 15, 2004
10:23 am
556
... ImportAssets and ImportedDef are JGenerator class files. They aren't even low level but API stuff. So what has that got to do with JavaSWF?...
ttoille2003
Offline Send Email
Mar 15, 2004
3:13 pm
557
... import ... MovieClips ... aren't ... JavaSWF? Ok, ok, I meant "ImportedSymbol". I'm using this: ImportedSymbol imp[] = movie.importSymbols( "export.swf",...
sesmcm
Offline Send Email
Mar 16, 2004
8:05 am
559
... Ahhh. Look, I am just beginning with JavaSWF so you may have already taken some of the steps here. And generally I don't like to offer advice about...
ttoille2003
Offline Send Email
Mar 16, 2004
10:30 am
560
... to ... I can't export (or I don't know how to do it) fonts with Flash. I didn't try to export them using JavaSWF. My main problem is how to obtain the font...
sesmcm
Offline Send Email
Mar 16, 2004
12:28 pm
561
... You're right, FontDefintion is not a symbol but Font is and Font.getDefinition() will get you the FontDefinition. But that is not going to help you when...
ttoille2003
Offline Send Email
Mar 16, 2004
1:27 pm
562
Hey Nick...any new progress on JavaSWF?...
Jonathan Yam
jonathan_yam
Offline Send Email
Mar 16, 2004
9:00 pm
563
Hey Jonathan, I'm actually taking time off work this week to finish off the java bytecode-->flash bytecode translator that was first prototyped a year ago....
Nick Main
d_nick_main
Offline Send Email
Mar 17, 2004
1:19 am
564
I need some example, where someone has added action to the button. Here is what I am looking for, I am trying to build a music player, where when I click play...
Manoj Chopra
manojchopra
Offline Send Email
Mar 17, 2004
10:59 pm
565
From CVS both Frame and Button write methods fail to output actions. I have included the patches but basically both are missing ab.end(). Now that I am on...
ttoille2003
Offline Send Email
Mar 18, 2004
10:44 pm
566
I am unsure this is a problem and finding nothing in the SWF spec. at the moment I thought I would ask the gurus here. If I compile the following in JavaSWF: ...
ttoille2003
Offline Send Email
Mar 18, 2004
11:01 pm
567
... I know it is frustrating to post to a list that provides so little "support" but emailing me directly and keeping our oommunication private is not going to...
Steven
ttoille2003
Offline Send Email
Mar 19, 2004
6:04 am
568
... No problem. Unzip and drop Frame.java and Actions.java into com.anotherbigidea.flash.movie. Recompile the project. This Frame.java substitutes Frame 1.3 ...
Steven
ttoille2003
Offline Send Email
Mar 20, 2004
5:25 pm
569
Steven: Can you send me an example, where you have created a buttons and attached an actions to it. I am getting some errors. Once, I finish this, I will write...
Manoj Chopra
manojchopra
Offline Send Email
Mar 20, 2004
7:01 pm
570
Steven: I copied your button.java and frame.java, button.java is looking for SWFActionBlock in interface package which is not available in standard javaswf....
Manoj Chopra
manojchopra
Offline Send Email
Mar 21, 2004
6:58 am
571
... Are you sure you are working with the JavaSWF version from CVS on SourceForge? I am not sure what you mean by "standard javaswf" but the version from CVS...
ttoille2003
Offline Send Email
Mar 21, 2004
7:44 am
572
Steven: You are right, I was using the snapshot, I thought, it would be safer to use the released version. In any case, I got the latest version from CVS and...
Manoj Chopra
manojchopra
Offline Send Email
Mar 22, 2004
5:25 am
573
... JavaSWF does not have an ActionScript lexer/parser. So you can't use it like you do the Flash IDE or even an alternative compiler like Kinectic Fusion,...
ttoille2003
Offline Send Email
Mar 22, 2004
1:21 pm
574
Sorry, we were unable to deliver your message to the following address. <JavaSWF-Support@yahoogroups.com>: Remote host said: 451 connection to mail server...
Manoj Chopra
manojchopra
Offline Send Email
Mar 22, 2004
5:35 pm
575
... First do you have a normal Flash .fla file which you can send me to show me how the button works in a normal Flash file? Not that this is a requirement...
ttoille2003
Offline Send Email
Mar 22, 2004
6:42 pm
Messages 545 - 575 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