I have a flash.exe that calls a vb.exe via fscommand. This works. However, i need the vb.exe to catch other custom fscommands which will be executed via a sub in the vb.exe. Is this possible? When the flash.exe is embedded in the vb.exe, I have no problems except i cant show the flash.exe in full screen. it appears to be limited by the component container size on the form. When i have the flash.exe as a standalone it will play fullscreen no prob, but the vb.exe doesnt seem to catch the fscommands.

Quite simply:

1. flash.exe embedded in vb.exe = no fullscreenflash/ but functional = not acceptable.

2. flash.exe as standalone calling vb.exe = fullscreen flash / not functional = not acceptable.

What i need is:

flash fullscreen calling vb.exe and receiving fscommands and sending to sub in vb.
OR
flash fullscreen embedded in vb.exe to receive commands and send to sub in vb.

all of my communications are FLash ->VB.

I hope that is clear. I appreciate any help i can get.

FYI: I am most curious about the ability of standalone flash.exe to send fscommands to a standalone vb.exe, and how those are caught by vb.