Re: [Flashcoders] Dynamic Images and the Library

2009-05-03 Thread Karl DeSaulniers
Well, I am working in AS2. Is there something like that in AS2? Thanks for your input. Karl DeSaulniers Design Drumm http://designdrumm.com On May 3, 2009, at 12:19 AM, Muzak wrote: Google for JPEGEncoder and/or PNGEncoder. - Original Message - From: Karl DeSaulniers

Re: [Flashcoders] Dynamic Images and the Library

2009-05-03 Thread Eric E. Dolecki
Not in AS2, but you can do it serverside I think. Thanks, E. On May 3, 2009, at 6:24 AM, Karl DeSaulniers k...@designdrumm.com wrote: Well, I am working in AS2. Is there something like that in AS2? Thanks for your input. Karl DeSaulniers Design Drumm http://designdrumm.com On May 3,

[Flashcoders] ClassPath madness

2009-05-03 Thread Stephen Matthews
I am working out of the src directory ( which is shown in fully qualified the classpath below ) Macintosh HD:Users:gingerman:Sites:project:ACC:flash:src:com In this instance you would think that I could go relative and use com instead, seeing that my FLA is in the Macintosh

Re: [Flashcoders] Window Shade Component for Flex?

2009-05-03 Thread Glen Pike
Hi, Isn't that a bit like an Accordion with one single block?? Glen Charles Parcell wrote: Anyone know of a component that does a simple window shade? Window Shade One line of title text that when clicked, reveals a block of content under the title text. Charles P.

[Flashcoders] Regex

2009-05-03 Thread Anthony Pace
Is there anywhere I can get a complete and highly detailed spec for the AS3 implementation of Regular expressions? I know a enough to be pretty dangerous; yet, I am looking to get much better. ___ Flashcoders mailing list

[Flashcoders] CS4 crashes on Leopard/G5

2009-05-03 Thread Kenneth Kawamoto
Just installed Leopard 10.5.6 on 2x2GHz G5, and CS4 started crashing all over - it lasts about 20 seconds on launch and quits. Anyone running CS4 on Leopard on PPC had any issues like this? I've had problems with neither Tiger on the same hardware, nor the same software combination on a Quad

RE: [Flashcoders] ClassPath madness

2009-05-03 Thread Hans Wichman
Hi, shouldnt your classpath be: Macintosh HD:Users:gingerman:Sites:project:ACC:flash:src instead of Macintosh HD:Users:gingerman:Sites:project:ACC:flash:src:com ? And then your classes will have a package statement com.YourClass ? regards JC -Original Message- From:

Re: [Flashcoders] Regex

2009-05-03 Thread Anthony Pace
Seriously... anyone? Anthony Pace wrote: Is there anywhere I can get a complete and highly detailed spec for the AS3 implementation of Regular expressions? I know a enough to be pretty dangerous; yet, I am looking to get much better. ___

Re: [Flashcoders] Window Shade Component for Flex?

2009-05-03 Thread Charles Parcell
Yes, it is similar. The accordion is a fixed height though. I have found what I was looking for in FlexLib. (which I had not know about before) http://code.google.com/p/flexlib/ Thanks, Charles P. On Sun, May 3, 2009 at 11:57 AM, Glen Pike postmas...@glenpike.co.ukwrote: Hi, Isn't that

Re: [Flashcoders] Regex

2009-05-03 Thread Karl DeSaulniers
Are you talking about the as3 cheat sheet? I have that file or link somewhere. Sent from losPhone On May 3, 2009, at 8:11 PM, Anthony Pace anthony.p...@utoronto.ca wrote: Seriously... anyone? Anthony Pace wrote: Is there anywhere I can get a complete and highly detailed spec for the

Re: [Flashcoders] Regex

2009-05-03 Thread Karl DeSaulniers
This might point you in the right direction. http://actionscriptcheatsheet.com/blog/ Karl DeSaulniers Design Drumm http://designdrumm.com On May 3, 2009, at 9:48 PM, Karl DeSaulniers wrote: Are you talking about the as3 cheat sheet? I have that file or link somewhere. Sent from losPhone