Re: [flexcoders] RemotingConnection not found in Mike Potter's Flex2AMFPHP tutorial

2006-06-09 Thread Duncan McMillan
Thanks Phil I'm going to try the Restaurant example over the next few days and see how I get on. Duncan Phil Marston wrote On 06/08/06 16:26,: Hi Duncan, I think you're getting into some specifics to do with your setup I can't answer. I've only briefly touched F1.5 and am really only

Re: [flexcoders] RemotingConnection not found in Mike Potter's Flex2AMFPHP tutorial

2006-06-08 Thread Duncan McMillan
Thanks Phil I have further questions if you don't mind: So I get from your restaurant link below that I have to use the RemoteObject within Flex, but it says that these are used to reference Java objects in the Java application server. But what I need is to reference a php service in an XAMPP

Re: [flexcoders] RemotingConnection not found in Mike Potter's Flex2AMFPHP tutorial

2006-06-08 Thread Phil Marston
Hi Duncan, I think you're getting into some specifics to do with your setup I can't answer. I've only briefly touched F1.5 and am really only learning F2.0 just now as well. I'm busy trying to follow the restaurant example while coding for Flex 2.0 and AMFPHP (which is an interesting

Re: [flexcoders] RemotingConnection not found in Mike Potter's Flex2AMFPHP tutorial

2006-06-07 Thread Duncan McMillan
Phil So do you mean that you put this RemotingConnection.as file in the same DIR as the mxml file? I'm using Flex 1.5 and this example is not working for me and complaining about the same thing. I've also tried to take the package declaration out (as I'm not sure if Flex1.5 likes package

Re: [flexcoders] RemotingConnection not found in Mike Potter's Flex2AMFPHP tutorial

2006-06-07 Thread Phil Marston
Hi Duncan, The .as file does go at the same level as the .mxml file, but I don't think it'll work with 1.5 because the class libraries are different - RemotingConnection extends NetConnection and the whole structure of remoting seems to be different in Flex 2.0 There's stuff on the AMFPHP

Re: [flexcoders] RemotingConnection not found in Mike Potter's Flex2AMFPHP tutorial

2006-06-07 Thread Phil Marston
If you're using F1.5 also check out this tut I found yesterday http://coenraets.com/tutorials/restaurant/index.jsp - handy for F2.0 as well if you've done Mike's tut HTH Phil Phil Marston wrote: Hi Duncan, The .as file does go at the same level as the .mxml file, but I don't think

Re: [flexcoders] RemotingConnection not found in Mike Potter's Flex2AMFPHP tutorial

2006-06-02 Thread Phil Marston
OK - so looks like I dumb! For those of you who also turn out to be dumb ;-p when Mike speaks about you already having RemotingConnection.as at the root of your project you actually need to save the follow package code as RemotingConnection.as and then you WILL have it! I've wasted a day

[flexcoders] RemotingConnection not found in Mike Potter's Flex2AMFPHP tutorial

2006-06-01 Thread Phil Marston
Hi, I thought I'd seen this covered somewhere but cant find it. I'm trying Mike Potter's tutorials on Flex2 and PHP and AMFPHP found here http://labs.adobe.com/wiki/index.php/Flex_Framework:tutorials:flex2_AMFPHP and Flex is throwing a wobbly about the line; public var gateway :

Re: [flexcoders] RemotingConnection not found in Mike Potter's Flex2AMFPHP tutorial

2006-06-01 Thread Phil Marston
I think I've traced it to not having the flash.net.* package installed (though Flex Builder isn't throwing a complaint about that it does say it doesn't know where it is) where can I get this package/library? cheers, Phil Phil Marston wrote: Hi, I thought I'd seen this covered somewhere