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 537 - 567 of 1160   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
537
why not using flash MX and loading it directly (.mp3) ? // flash MX AS code mySound = new Sound(); ...
Catalin Constantin
catale3k
Offline Send Email
Feb 4, 2004
10:46 am
538
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...
Niko kain
niko_kain
Offline Send Email
Feb 4, 2004
12:38 pm
539
Even I am looking for similar solution. Manoj...
Manoj Chopra
manojchopra
Offline Send Email
Feb 5, 2004
5:41 am
540
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...
markwillis751967
markwillis75...
Offline Send Email
Feb 6, 2004
11:51 am
541
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...
Edwin Smith
imthewinds
Online Now Send Email
Feb 9, 2004
4:30 pm
542
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...
markwillis751967
markwillis75...
Offline Send Email
Feb 10, 2004
5:20 pm
543
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@...
Send Email
Feb 16, 2004
9:06 am
544
Can anyone know how to extract the sound/audio from the flash file?...
s_goodus
Offline Send Email
Feb 23, 2004
4:42 pm
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
Messages 537 - 567 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