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?