Page 1 of 1

Tranlucency Demo + External Interface

Posted: Tue Apr 22, 2008 3:39 pm
by chris1228
I trying to combine the translucency demo and the external interface support. I am not getting any WM_NOTIFY events from the flash window. I have verified that the ExternalInterface.call is being made.

Any ideas on why this wouldn't work?

Re: Tranlucency Demo + External Interface

Posted: Tue Apr 22, 2008 4:02 pm
by Softanics
Thank you for your question.

chris1228 wrote:I trying to combine the translucency demo and the external interface support. I am not getting any WM_NOTIFY events from the flash window. I have verified that the ExternalInterface.call is being made.

Any ideas on why this wouldn't work?


WM_NOTIFY is sending to the parent window, have you created f-in-box window with not-NULL parent HWND?

Also you can use http://www.f-in-box.com/dll/help/index/ ... tener.html to receive notifications.

Posted: Wed Apr 23, 2008 3:16 pm
by chris1228
Ok that works.

Thanks.