I don't know what to say. That exact code (and only that code) works for me on a Mac CF8, on Linux CF8 and Windows CF7. The only difference I see is that I didn't run it over SSL and it looks like you are, but I use this method in production with SSL.
I'm at a total loss... :-( On Feb 20, 2008 8:43 AM, Gareth Arch <[EMAIL PROTECTED]> wrote: > I swear, I'm not starting to believe it myself :) > > I actually did have a Test.mxml page that was instantiating the TestClass, > but I didn't add that bit. Sorry about that. > > OK. > > I pasted the code you sent (exactly as sent into separate files) and I > still get the generic objects returned. My code is outputting to > C:\Inetpub\wwwroot\OptimizationDemo > > Do I need to do something else to aliases if I it is setup like this? I > have my https://localhost pointing to C:\Inetpub\wwwroot\OptimizationDemo > though, so my test page would be https://localhost/Test.html My CFCs are > also right in this folder. > > As long as you keep giving me hope that this really does work, I'll keep > making changes to try to get this working :) > > > On Wednesday 20 Feb 2008, Jon Messer wrote: > > > As soon as you compile TestClass into the app it works for > > > both cases with the code you posted... > > > > *Ahh*, I bet that's it. > > We'd normally have some component somewhere with a variable of the > > RemoteClass > > type, so this doesn't occur - it's basically because the demo code is > > *too* > > simple :-) > > > > All Gareth needs to do is add > > import TestClass; > > private var dummy:TestClass=new TestClass(); > > to his SWF app. somewhere. Anywhere :-) > > > > -- > > Tom Chiverton > > Helping to heterogeneously morph edge-of-your-seat convergence > > on: http://thefalken.livejournal.com > > > > **************************************************** > > > > This email is sent for and on behalf of Halliwells LLP. > > > > Halliwells LLP is a limited liability partnership registered in > > England and Wales under registered number OC307980 whose registered > > office address is at Halliwells LLP, 3 Hardman Square, Spinningfields, > > Manchester, M3 3EB. A list of members is available for inspection at > > the registered office. Any reference to a partner in relation to > > Halliwells LLP means a member of Halliwells LLP. Regulated by The > > Solicitors Regulation Authority. > > > > CONFIDENTIALITY > > > > This email is intended only for the use of the addressee named above > > and may be confidential or legally privileged. If you are not the > > addressee you must not read it and must not use any information > > contained in nor copy it nor inform any person other than Halliwells > > LLP or the addressee of its existence or contents. If you have > > received this email in error please delete it and notify Halliwells > > LLP IT Department on 0870 365 2500. > > > > For more information about Halliwells LLP visit www.halliwells.com. > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:299437 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

