Re: [Flashcoders] LocalConnection from SWF - Visual Basic?

2006-04-26 Thread JesterXL
Have one SWF embedded in the VB app that exposes the LocalConnection. Hey can talk to VB via ExternalInterface. Every other SWF can talk to the VB app via that LocalConnection proxy SWF embedded in VB. - Original Message - From: Rifled Cloaca [EMAIL PROTECTED] To: Flashcoders

Re: [Flashcoders] LocalConnection from SWF - Visual Basic?

2006-04-26 Thread Rifled Cloaca
Yeah, that was plan B. I was curious, though, if it were possible without embedding a proxy SWF. Thanks! On 4/26/06, JesterXL [EMAIL PROTECTED] wrote: Have one SWF embedded in the VB app that exposes the LocalConnection. Hey can talk to VB via ExternalInterface. Every other SWF can talk

Re: [Flashcoders] LocalConnection from SWF - Visual Basic?

2006-04-26 Thread JesterXL
else did something similiar, but the link escapes me - Original Message - From: Rifled Cloaca [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Wednesday, April 26, 2006 6:50 PM Subject: Re: [Flashcoders] LocalConnection from SWF - Visual Basic

Re: [Flashcoders] LocalConnection from SWF - Visual Basic?

2006-04-26 Thread David Rorex
someone else did something similiar, but the link escapes me - Original Message - From: Rifled Cloaca [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Wednesday, April 26, 2006 6:50 PM Subject: Re: [Flashcoders] LocalConnection from SWF - Visual

RE: [Flashcoders] LocalConnection from SWF - Visual Basic?

2006-04-26 Thread Tom Lee
To: Flashcoders mailing list Subject: Re: [Flashcoders] LocalConnection from SWF - Visual Basic? LocalConnection is asynchronous. I don't know how mProjector got synchronous code in flash 7, it had to be some very clever hack. However, synchronous calls are supported natively in flash 8 (via

Re: [Flashcoders] LocalConnection from SWF - Visual Basic?

2006-04-26 Thread JesterXL
] LocalConnection from SWF - Visual Basic? LocalConnection is asynchronous. I don't know how mProjector got synchronous code in flash 7, it had to be some very clever hack. However, synchronous calls are supported natively in flash 8 (via ExternalInterface, which communicates with the host using

RE: [Flashcoders] LocalConnection from SWF - Visual Basic?

2006-04-26 Thread Francis Cheng
PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of Tom Lee Sent: Wednesday, April 26, 2006 4:12 PM To: 'Flashcoders mailing list' Subject: RE: [Flashcoders] LocalConnection from SWF - Visual Basic? I can't say for sure whether LocalConnection writes to a file or not, but I did

RE: [Flashcoders] LocalConnection from SWF - Visual Basic?

2006-04-26 Thread Zoltan Csibi
?id=localconnection but abandoned the whole idea) Zoli -Original Message- From: Francis Cheng [mailto:[EMAIL PROTECTED] Sent: Thursday, April 27, 2006 2:51 AM To: Flashcoders mailing list Subject: RE: [Flashcoders] LocalConnection from SWF - Visual Basic? David is correct