Skip to main content
This topic has been closed for replies.

1 reply

Participating Frequently
January 23, 2013

I've been trying to get an AIR osmf offline player to play a drm signed file (which online works). I managed to save the voucher to a file in the hard drive, but when i try to play the video without an internet connection, and use the saved voucher using storevoucher method, i get an error message: ReferenceError: Error #1069: Property storeVoucher not found on flash.net.drm.DRMManager and there is no default value.

AIR version 3.5.0.1060

http://forums.adobe.com/message/5015855#5015855

jrunrandy
Adobe Employee
Adobe Employee
January 23, 2013

Are you running it with file://// or http:// ? Flash Player has different sandboxing when you use the file protocol.

Let me know if that doesn't work and I'll drag in someone who knows what they're taking about. :-)

Regards,

Randy Nielsen

Senior Content and Community Manager

Adobe

Participating Frequently
January 23, 2013

Randy, I'm working with offline content, I got the video file stored locally, the same fot the token bytes (in a file). I'm not getting a security error, it looks like that "DRMManager" class has no "storeVoucher" method defined, even though the documentation states it does since AIR 3.0.

Thanks for the quick response!

Martin