I have two Local applications that i want to integrate into one application. One is a flex 4 application that is compiled as an AIR application so it has a .SWF file extension and a Windows WPF application. The two applications have to constantly pass values between each other constantly. If possible, I would love to avoid a asp.net service bridge as these are local applications. Now, before you say to use Google to search for an answer, I have and found a few examples to do so but none of them worked.
I found this forum post: http://social.msdn.microsoft.com/forums/en-US/wpf/thread/39d558c1-5a76-4aae-be57-6aec9b8bf319
That gave me a starting point but when i launch the application, the flash application does not load.
I am aware of the flex 4 requirement of externalinterface to call c# functions but the flex app doesn't get that far... it just hangs on load immediately. At the same time, if i run the application in the flash movie player, it works fine except the .net application is not aware of the flex application, therefore i have no idea how to pass values between them. Any Suggestions?