ExternalInterface.ObjectId always null
I am loading a local file(html) inside a webbrowser control(running in IE10 mode) i .NET. The local file contains a flash object which should load a flash which in turn loads a local flv file and fire some events back to javascript through external interface.
However ExternalInterface.ObjectId always null,but ExternalInterface.available is true indicating that there is an external interface, therefore i cannot use the external interface.
Are there any solution so this speciic problem?
Should be noted that it works when loaded directly in IE10, so I suspect it to be that the external interface do not detect and objectId because it does not recognize the WebBrowser Control as a "real" browser - can anyone confirm that suspicion?
Hope for some help 🙂
