Groups | Blog | Home
all groups > macromedia flash flashcom > february 2005 >

macromedia flash flashcom : communicate with remoting through flash com


Kaushik Mukherjee
2/23/2005 11:05:11 PM
Hi,
We have a project, where we have to send or retrieve data(variables) using
remoting through Flash com server. Like
swf - flash com - remoting - .net - sql
using this structure. But when I try to code in com server main.asc file using
#include NetServices.as or after creating
NetServices.createGatewayConnection(), and setting the connection service name
for the remoting connection, it is showing either error or rejecting the
connection for com server. I will be very much thankful to get idea or source
code in this issue.
Thanks
kaushik_mu@bigfoot.com
bluestreak84
2/26/2005 1:09:43 AM
yes,macromedia documentation SUCKS [see my post] Ill help you out since they
have obvisouly left us developers to fend for ourselves. When using server-side
flashcomm you need to use load() instead of #include. And for remoting
serverside you need netservices.ASC. so intead of #include 'NetServices.as'
dp load ('NetServices.asc'); yeah dont expect macromeda to help :( I do what
i can
AddThis Social Bookmark Button