[Flashcoders] OT - bizarre Adobe pricing

2009-08-08 Thread Paul Andrews
I thought I'd see what Adobe UK are charging for upgrading CS3 Web Design Premium to CS4 - to see if it's been reduced from an arm and a leg. Much to my surprise, Adobe is charging ?30 MORE for download delivery versus physical box shipment - seems the wrong way around to me! Paul

Re: [Flashcoders] flash forms problem

2009-08-08 Thread Gustavo Duenas
Hi leandro, it went good, now I'm attempting to send it via email suing a cfm page, this is the code of the coldfusion, so far is not working, would you help me? Regards, Gus cfmail from=#FORM.email# to=i...@maflephoto.com subject=Booking information from #FORM.nombre# cc=#FORM.email#

Re: [Flashcoders] flash forms problem

2009-08-08 Thread Leandro Ferreira
Ask it elsewhere, this is not a coldfusion list. Besides, I have no idea. Leandro Ferreira On Sat, Aug 8, 2009 at 13:38, Gustavo Duenas gdue...@leftandrightsolutions.com wrote: Hi leandro, it went good, now I'm attempting to send it via email suing a cfm page, this is the code of the

Re: [Flashcoders] Interface for displayObjects

2009-08-08 Thread Juan Pablo Califano
Hi, I've had the same problem and couldn't find a real solution. The simplest thing to do, for me, was just using the as operator: var obj:ISomeInterface = new ConcreteObject(); container.addChild(obj as DisplayObject); I like that it doesn't require an extra variable and it doesn't clutter

Re: [Flashcoders] Interface for displayObjects

2009-08-08 Thread Muzak
The bad part, as I said, is that only Adobe can fix this. So, until that happens (if it happens someday...), I just do a cast to DisplayObject on the argument at call time and carry on. You can always file an enhancement request. https://bugs.adobe.com/ regards, Muzak - Original

Re: [Flashcoders] Interface for displayObjects

2009-08-08 Thread Juan Pablo Califano
Yes, but someone already did that 6 months ago: http://bugs.adobe.com/jira/browse/FP-1678 No one from Adobe bothered to reply or comment on it, though. As a side note, this is something that I really dislike about Adobe's bug-fixing process (though I don't say this is a bug, but rather a

Re: [Flashcoders] other lists for compiler design, assembly, and machine code?

2009-08-08 Thread Juan Pablo Califano
Hi, I haven't read the purple dragon book, but I read everywhere that it's the bible for compilers. I've read Compiler Construction by Kenneth Louden and I enjoyed it (my edition is in Spanish, but a google search pointed me to http://www.cs.sjsu.edu/~louden/cmptext/, which is the original

Re: [Flashcoders] flash forms problem

2009-08-08 Thread Gustavo Duenas
Thank leandro I'll do it. gus On Aug 8, 2009, at 1:16 PM, Leandro Ferreira wrote: Ask it elsewhere, this is not a coldfusion list. Besides, I have no idea. Leandro Ferreira On Sat, Aug 8, 2009 at 13:38, Gustavo Duenas gdue...@leftandrightsolutions.com wrote: Hi leandro, it went

[Flashcoders] secured pdf generation

2009-08-08 Thread Anthony Pace
Taking a break from compiler stuff for business. Can live pdf do secured pdf generation, or are there other open libraries that can do this? ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

[Flashcoders] flash forms to coldfusion or asp

2009-08-08 Thread Gustavo Duenas
Does anybody know where can I find a tutorial or sample files to make an email sender in flash as3 to asp or cfm pages? gustavo ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Interface for displayObjects

2009-08-08 Thread Muzak
What makes things move forward is voting. Ask people (like on this list or FlexCoders) to vote for it. - Original Message - From: Juan Pablo Califano califa010.flashcod...@gmail.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Saturday, August 08, 2009 8:35 PM Subject: