1. I suggest creating an exe, that either the user starts, or that the
fscommand starts
(from then on control is done via the TCP pipe (including shutdown). But
their should
be a user friendly way to shut down the program (GUI) in addition, so
that he does not have
to do a soft reset to get rid of it and free the TCP pipe
2. Yes, connect to localhost, but use a port that is above 1024, just to be
safe and not interfere with other stuff
on the PPC. Also remember to terminate all messages from the C++ program
with a NULL '/0' to indicate
to FLASH the end of the message. (proper framing) and that it should
invoke your .onData() routine.
3. Speed is quite good, as long as your are not sending huge string-coded
binaries.
[quoted text, click to view] "sneakyimp" <webforumsuser@macromedia.com> wrote in message
news:cskgka$hdv$1@forums.macromedia.com...
> THANKS. That sounds just fantastic. I have Visual Studio (C++) and could
> in
> theory develop some component.
>
> are you suggesting that the program be embedded in the HTML document or
> embedded in flash somehow? I understand that developing activeX controls
> is
> sometimes complicated and elaborate. Could I develop an EXE or DLL and
> put it
> in the fscommand folder?
>
> also, when you create the socket object in actionscript, what is the
> address/port that you connect to? localhost?
>