I encypted swf using DES Algorithm. Then I play it using C# application according to this Link. How to play encrypted swf in c#
But when I make swf called "Main" for load external swf file with URLLoader, Then I encrypted "Main" swf and use these codes to play it. But it not works well. It cannot load external swf. How can I fix it?
Mike GPosted Jul 16, 2014, 2:16 PM
1. f-in-box is able to play swf from a stream: http://f-in-box.com/dotnet/#feature_load_movie
2. BoxedApp SDK is able to create a virtual file, here an article about playing encrypted video (the problem is the same as yours): http://boxedapp.com/encrypted_video_streaming.html
Hope this helps.