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...
... 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...
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...
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@...
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...
... 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...
... 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...
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...
... 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...
... 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...
... 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...
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....
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...
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...
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: ...
... 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...
... 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: 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...
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....
... 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...
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...
... 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,...
Sorry, we were unable to deliver your message to the following address. <JavaSWF-Support@yahoogroups.com>: Remote host said: 451 connection to mail server...
... 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...