Re: [Flashcoders] When is 1 not 1?

2008-03-12 Thread Wagner Amaral
Try this (guessing): $defUser = 1; echo(im= . $fName . def= . $defUser . ); On Tue, Mar 11, 2008 at 2:48 AM, Dave Mennenoh [EMAIL PROTECTED] wrote: When 1 had line feeds... Well, I'm not quite sure how yet but somehow I'm getting a couple of line feeds in my def variable when it comes

Re: [Flashcoders] When is 1 not 1?

2008-03-11 Thread Dave Mennenoh
When 1 had line feeds... Well, I'm not quite sure how yet but somehow I'm getting a couple of line feeds in my def variable when it comes back to the LoadVars.onLoad. I do: $defUser = 1; echo(im=.$fName.def=.$defUser); But I found I get 1 plus a couple of line feeds... I sure like AMFPHP a

[Flashcoders] When is 1 not 1?

2008-03-10 Thread Dave Mennenoh
OK, it's late and I must be an idiot because I am not figuring this out. This is from an old project - where I used _global and frames.. hey it's like three years ago. :) relevant PHP called with LoadVars: $defUser = 1; echo(im=.$fName.def=.$defUser); And in Flash on frame A: rv.onLoad =