Re: [flexcoders] Flex PHP Service with Date Parameters Help

2010-08-27 Thread claudiu ursica
I am not sure where your problem is in the php code. However if you think the date is the issue use timestamps which are basically numbers. I did that successfully in the past. On the flex side you can write an utility for translating that into a date for display purposes. Which line is 61 in

RE: [flexcoders] flex php login

2008-07-15 Thread Kenneth Sutherland
I'd do something like the following, I've added in a time parameter, it will make sure that your request is unique and it should help stop IE from not sending your request. {new Date().getTime()} {emailaddress.text} {password.text}

Re: [flexcoders] flex php login

2008-07-15 Thread Sid Maskit
I only took a quick glance, but I don't see a click event handler being set for your "Login to Mixbook" button. So far as I can tell, nothing is set to happen when the button is clicked. - Original Message From: nitishdhar <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Monda

Re: [flexcoders] Flex,PHP ,PHPAMF(OR WEBORB) and Cairngorm Demo links need

2008-05-12 Thread Rick Schmitty
That is a really good set of links you have stored in those pages Douglas, thanks for sharing! On Mon, May 12, 2008 at 12:51 AM, Douglas McCarroll <[EMAIL PROTECTED]> wrote: > > > > > > > http://www.brightworks.com/technology/adobe_flex/cairngorm.html > > http://www.brightworks.com/technology/adob

Re: [flexcoders] Flex,PHP ,PHPAMF(OR WEBORB) and Cairngorm Demo links need

2008-05-12 Thread Douglas McCarroll
http://www.brightworks.com/technology/adobe_flex/cairngorm.html http://www.brightworks.com/technology/adobe_flex/with_php.html http://www.brightworks.com/technology/adobe_flex/code.html Also, I invite you to attend the Boston Flex Application Incubator Group online, most Monday evenings: http:/

Re: [flexcoders] Flex & PHP

2008-04-02 Thread Aaron Miller
You can set var postVars:URLVariables = new URLVariables(); postVars.someVars = 'foo'; URLRequest.method = 'POST': URLRequest.data = postVars: Then navigate to your request. Best Regards, ~Aaron On Wed, Apr 2, 2008 at 11:53 AM, David C. Moody <[EMAIL PROTECTED]> wrote: > Hi guys, > > Using