Hello,
I am very begginer in flash/flash remoting and I need help in configure flash
remoting running with IIS web server.
Following are installed:
IIS webserver, FLASH MX Pro 2004 and FlashRemoting
Ok, I want a client side action script to call a method to a server side
action script which resides on IIS web server.
What I tried until now is to import all remoting related class (e.g. Service)
Then, I instantiate the service class
var service:Service = new Service( "http://localhost", new Log(), "model",
null,null ); where model is an action script file.
I got error: Error opening URL "http://localhost".
I think some configurations must be done.
Thanks in advance
Rowan - 19 Sep 2005 20:15 GMT
For Flash Remoting to work, you need a server... Macromedia offers there
servers:
ColdFusion MX 7 which has Flash Remoting built in
Flash Remoting for J2EE
Flash Remoting for .NET
IF you don't have one of the above installed on your webserver, then Flash
remoting will not work.
tutsamewasa - 21 Sep 2005 11:13 GMT
Hi,
I was just wondering if you don't have the .NET frame work installed
how did you install the Flash Remoting.
Second thing is you will not be able to do remoting by just giving a
localhost, You got to have a application or service runnig there on IIS
that will serve your Remoting call.
Provide more details about what exactally is there and what do you want
then probably we will be able to help you better way.
If you just want to play with Flash Remoting like how it works and like
that I can provide you good step by step article.
Help us helping you.
Good Luck
Hemendra Singh Shaktawat
Mindfire Solutions
www.mindfiresolutions.com