Reputation: 3320
I'm trying to use CallFunction() to call a function inside a flash file, but no matter what I do it throws a HRESULT E_FAIL error. Any clues why? My flash version is 10 if you need it.
Upvotes: 2
Views: 3673
Reputation: 8074
The HRESULT E_FAIL can be due to passing a wrong XML string to the AxShockwaveFlash.CallFunction's argument, or calling a function that is not registered with the ExternalInterface, but it can also be a result of a runtime-error occuring inside the Flash SWF file.
Upvotes: 3