does Frame.undefineSymbol really work? currently i generate a bunch of JPegs and i looked and borrowedd steve's code from a post earlier. and this is what I...
I am new to the group as well new to the flash programming. I am looking for a tutorial that can help me in creating .swf file from mp3 and create some button...
Hi! I have read your solution, but that's not just what I need... :( I have to dynamically create an SWF File with embeeded sound, so a user without internet...
Hi Forgive me if there is a simple solution to this issue. I have created a movie with 2 frames, I have 2 shapes (triangle and square). Frame1 displays a...
The display list is preserved from frame to frame, so if you want the shapes removed in frame 2, you need to use a RemoveObject or RemoveObject2 commmand in...
Hi Edwin Thanks for your help. I was originally creating my SWF files via the object model API and was struggling for a way to clear the display list between...
Wanted to drop a note and introduce myself since I am new to the group. I am 23/f with a zest for life interested in meeting guys and girls that enjoy some of...
vroom_717097@...
Feb 16, 2004 9:06 am
544
Can anyone know how to extract the sound/audio from the flash file?...
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...