RE: CF script to save BitmapData from Flash

2007-03-26 Thread Adrian Lynch
PROTECTED] Sent: 26 March 2007 14:21 To: CF-Talk Subject: RE: CF script to save BitmapData from Flash http://www.flash-db.com/Tutorials/snapshot/snapshot.php Backend is PHP with GD required - at least it will get you started. I tried to find CF code some time ago with little success. I suppose

RE: CF script to save BitmapData from Flash

2007-03-26 Thread Tero Pikala
http://www.flash-db.com/Tutorials/snapshot/snapshot.php Backend is PHP with GD required - at least it will get you started. I tried to find CF code some time ago with little success. I suppose I'll have to do same thing in couple of month's time and will be probably looking into some Java clas

RE: CF script to save BitmapData from Flash

2007-03-26 Thread Adrian Lynch
Sorry I was a bit vague. It's Flash 8, AS2 and CF7. -Original Message- From: Tom Chiverton [mailto:[EMAIL PROTECTED] Sent: 26 March 2007 13:50 To: CF-Talk Subject: Re: CF script to save BitmapData from Flash On Monday 26 Mar 2007, Adrian Lynch wrote: > Any examples out there?

Re: CF script to save BitmapData from Flash

2007-03-26 Thread Tom Chiverton
On Monday 26 Mar 2007, Adrian Lynch wrote: > Any examples out there? Is your Flash Flex ? -- Tom Chiverton Helping to dynamically benchmark market-driven clusters on: http://thefalken.livejournal.com This email is sent for and on behalf of

Re: CF Script primer

2006-10-27 Thread Ron Gowen
http://tutorial84.easycfm.com/ On 10/27/06, Cutter (CFRelated) <[EMAIL PROTECTED]> wrote: > > Well, when House Of Fusion comes back up: > > http://www.houseoffusion.com/docs/cfscript/ > > Cutter > > http://blog.cutterscrossing.com > > [EMAIL PROTECTED] wrote: > > hey guys, > > > > (an

Re: CF Script primer

2006-10-27 Thread Cutter (CFRelated)
Well, when House Of Fusion comes back up: http://www.houseoffusion.com/docs/cfscript/ Cutter http://blog.cutterscrossing.com [EMAIL PROTECTED] wrote: > hey guys, > > (and girls) > > Does anyone know of a good CFScript primer? > > Thanks > > Scott A. Stewart > REAC/PASS-IT > (20

RE: CF Script

2000-10-13 Thread Jann VanOver
One difference that I know of is that if you use CFSWITCH in a CFSCRIPT block you MUST put a "break" a the end of each case. The CFSCRIPT version of "switch" will fall through and execute all code unless you break. > -Original Message- > From: JustinMacCarthy [SMTP:[EMAIL PROTECTED]] > S

RE: CF Script

2000-10-06 Thread Dave Watts
> what is a good referance to learn CF_Script? > What URL's do you have? > > i would like to know why you would or would not use it. > what are its benifits? It doesn't really have any benefits. It's an alternative, and an incomplete one at that, to using the CFML tag-based syntax. It might be m

RE: CF Script

2000-10-06 Thread Simon Horwith
I don't know of any sites with CFScript tutorials, but I can tell you that the only times I find myself using it, are when I feel more comfortable writing a 'for' loop (java syntax), or when I need to declare several variables in one place. You can do much more with it if you want, but these are