Hi we are getting the DRM error "Error 3343 [IVError]" when running the Adobe AIR SDK.
1. Downloaded DRM SDK 4
2. Compiled swf
3. Created HTML App (single html file) with the swf player embedded
3. Launch the AIR App
4. Viewing http://drmtest2.adobe.com:8080/Content/anonymous.f4v - gives a DRM error "Error 3343 [IVError]"
Running the SDK swf inside a browser works fine.
<html>
<body>
<iframe style="border: 0; width: 100%; height: 100%"
sandboxRoot="http://localhost/air/" src="player.swf" documentRoot="app:/" allowCrossDomainXHR="true" >
</iframe>
</body>
</html>
We have tried upgrading Flash installations on the machine.
Any help appreciated
Cheers
Clint