danee987
04-03-2008, 08:45 PM
Hi guys I was wondering if one of you could help me understand how I write the connection to .net functions using as3? I followed a few tutorials but I'm stuck in how to target the page with the function.
The problem is that say my structure is this:
swf file location:http://www.domainname.com/folder1/folder2/folder2A/flash.swf
service location: http://www.domainname.com/folder1/folder2/folder2B/service.aspx
So when i want to call a function from the service how can I write it so that I go out one folder and then go into the other one??
connection.call("????",responder)
If anyone could help me I would really appreciate it.:confused:
The problem is that say my structure is this:
swf file location:http://www.domainname.com/folder1/folder2/folder2A/flash.swf
service location: http://www.domainname.com/folder1/folder2/folder2B/service.aspx
So when i want to call a function from the service how can I write it so that I go out one folder and then go into the other one??
connection.call("????",responder)
If anyone could help me I would really appreciate it.:confused: