Hi!

I see you are doing quite a lot with PHP and Flex 2.
I was wondering if you can help me out on some things, not just you
anyone can help :)

I'm using below code to access remoting on PHP

gateway.call("Projekt.izpisProjekt", new Responder(onResult, onFault));

When an error occurs' I just see [object Object] and nothing else.
What should I do to make these errors a bit more friendlier?

I know if you want to pass variables from Flex2PHP you have to pass a
third parameter to cal() method. But what to do, if I have to pass
several parameters back to PHP? Thank you in advance.



--- In [email protected], "JesterXL" <[EMAIL PROTECTED]> wrote:
>
> You'll need XMLSocket.  PHP can do it.
> http://www.enobrev.com/chat_tutorial.php
> 
> ----- Original Message ----- 
> From: "arnold_charming" <[EMAIL PROTECTED]>
> To: <[email protected]>
> Sent: Sunday, July 30, 2006 5:00 AM
> Subject: [flexcoders] Re: php and flex
> 
> 
> --- In [email protected], "Stefan Schmalhaus" <stefan@> wrote:
> >
> > --- In [email protected], "arnold_charming"
> > <arnold_charming@> wrote:
> >  
> > > Can I also push data? Because till now I was justing using pull
> > mechanism.
> > 
> > AMFPHP works in both directions. Please take a look at the AMFPHP
> > documentation for details:
> > 
> > http://www.amfphp.org/docs/
> > 
> > 
> > Stefan
> >
> 
> 
> I've looked and looked but can't seem to find anything about data
> push. I'm going to use data push in application because time to time
> my application will send some messages to all current users of
> application.
> 
> 
> 
> 
> 
> 
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com 
> Yahoo! Groups Links
>






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to