Re: [Flashcoders] jsp - Flash

2006-10-01 Thread Eskil Janson
No, I have totally missed this. Should do the trick, Thanks for the info! Eskil Serge Jespers skrev: Did you already have a look at Flash Remoting: http://www.adobe.com/devnet/flashremoting/java_jsp.html You can buy it from Adobe or try this open source alternative:

[Flashcoders] usefull firefox extension

2006-10-01 Thread Hubert Cumberdale
http://addons.mozilla.org/firefox/3469/ While running any .swf Flash file in your browser you can see all the output generated by the trace flash functions in this sidebar component. F. ___ Flashcoders@chattyfig.figleaf.com To change your subscription

Re: [Flashcoders] Profanity - (to Lieven especially)

2006-10-01 Thread eric dolecki
I respect Jason's comments. He isn't being paranoid, he's simply being polite. - e. On 9/29/06, Cedric Muller [EMAIL PROTECTED] wrote: living in paranoid land ? Same s***. Could we keep the language on this list down a tad? That's the second time you've said that in your current thread

[Flashcoders] RE: Profanity - (to

2006-10-01 Thread dave matthews
Agreed... -- Message: 12 Date: Sun, 1 Oct 2006 10:01:07 -0400 From: eric dolecki [EMAIL PROTECTED] Subject: Re: [Flashcoders] Profanity - (to Lieven especially) To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Message-ID: [EMAIL PROTECTED]

[Flashcoders] RE: Flashcoders Digest, Vol 21, Issue 1

2006-10-01 Thread Steve Wolkoff
Certainly from a developer perspective, Flashcomm seems to be dying. @Hank - You really should back up an incendiary statement like that with more proof than a flakey listserv. I have been emailing with Dave Watts from Figleaf and apparently the mailman database became corrupted and the entire

Re: [Flashcoders] RE: Flashcoders Digest, Vol 21, Issue 1

2006-10-01 Thread hank williams
On 10/1/06, Steve Wolkoff [EMAIL PROTECTED] wrote: Certainly from a developer perspective, Flashcomm seems to be dying. @Hank - You really should back up an incendiary statement like that with more proof than a flakey listserv. Steve, My statement is not based on a flaky listserve, but the

RE: [Flashcoders] RE: Profanity - (to

2006-10-01 Thread Kevin Aebig
Not to mention that it's unprofessional. Someone on this list might see your resume one day... !k -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of dave matthews Sent: Sunday, October 01, 2006 10:17 AM To: flashcoders@chattyfig.figleaf.com Subject:

[Flashcoders] Font faces in text fields

2006-10-01 Thread Perdue, Blake
I am dynamically creating a text field and want to use 2 different embedded font faces in the same text field. Is this possible? I have created textfields to embed the 2 fonts, so they are accessible to the textfields. This is the code I am using: var fmt=new TextFormat();

RE: [Flashcoders] Font faces in text fields

2006-10-01 Thread Perdue, Blake
I figured it out -- yes, you can use different font faces in the same dynamic text field. Here's how: - make sure the fonts are embedded - create the dynamic text field, but DO NOT set the font face or color using TextFormat - instead, use HTML tags to set the font face and color, such as:

Re: [Flashcoders] Font faces in text fields

2006-10-01 Thread Jim Kremens
even better, use a css stylesheet and style your text with tags. On 10/1/06, Perdue, Blake [EMAIL PROTECTED] wrote: I figured it out -- yes, you can use different font faces in the same dynamic text field. Here's how: - make sure the fonts are embedded - create the dynamic text field, but DO

RE: [Flashcoders] Font faces in text fields

2006-10-01 Thread Perdue, Blake
Excellent point, thanks! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim Kremens Sent: Sunday, October 01, 2006 4:33 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] Font faces in text fields even better, use a css stylesheet and style your

[Flashcoders] Actionscript and version control

2006-10-01 Thread chris daubney
Hi, Anyone using Subclipse to manage a Subversion repository and who may provide some guidance? I have Eclipse/MATSC/ASDT which I use alongside the Flash IDE for Actionscript 2 classes/package development, and have recently decided to introduce Subclipse/Subversion to Eclipse to maintain

Re: [Flashcoders] usefull firefox extension

2006-10-01 Thread dnk
Hubert Cumberdale wrote: http://addons.mozilla.org/firefox/3469/ While running any .swf Flash file in your browser you can see all the output generated by the trace flash functions in this sidebar component. F. ___ Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] usefull firefox extension

2006-10-01 Thread Michael Bedar
me too.. i was excited there for a sec On Oct 1, 2006, at 7:22 PM, dnk wrote: Hubert Cumberdale wrote: http://addons.mozilla.org/firefox/3469/ While running any .swf Flash file in your browser you can see all the output generated by the trace flash functions in this sidebar component. F.

[Flashcoders] static class function...sorta

2006-10-01 Thread grimmwerks
Ok - I've got this class -- it's really a sort of 'column text' class for laying out nice stylized text -- the user can choose how many columns there are onscreen. Now I won't get into all the specifics, but there's a background color that's being drawn based on how much text is in a column;

Re: [Flashcoders] Actionscript and version control

2006-10-01 Thread Ray Chuan
Hi, you might want to check out this thread: http://chattyfig.figleaf.com/pipermail/flashcoders/2006-September/173375.html To check out specific packages, eg. com.company.pkg, /src$ svn co http://repo/src/company/pkg/utils com/company/pkg/utils Assuming that you already have this directory