I want to encrypt the swfs suggest me how to do it

.NET Edition of the F-IN-BOX
Tanny
Posts: 1
Joined: Sun May 16, 2010 7:42 am
Location: Pune

I want to encrypt the swfs suggest me how to do it

Postby Tanny » Sun May 16, 2010 7:53 am

Hello, i m encrypting the swf but at certain stages i m getting problems so is there any other way to do that?
Plese give quick reply for this. Its very urgent.
I need the code or any logic to develop that code that will help to not store my file in temp files and that fully protect my swf pls suggest anything IN VB.net or ASP.net
Last edited by Tanny on Wed Jun 23, 2010 5:25 pm, edited 1 time in total.
Tanny

Softanics
Site Admin
Posts: 1402
Joined: Sat Sep 18, 2004 3:03 am
Location: Russia, St. Petersburg
Contact:

Re: I want to encrypt the swfs suggest me how to do it

Postby Softanics » Sun May 16, 2010 3:07 pm

Thank you for your questions.

Tanny wrote:Hello, i m encrypting the swf but at certain stages i m getting problems


What are the problems?

Tanny wrote: so is there any other way to do that?
Plese give quick reply for this. Its very urgent.
I m using this code to not save the swf in temp files
private void MainForm_Load(object sender, System.EventArgs e)
{
Stream MovieStream =
GetType().Assembly.GetManifestResourceStream("Sample2_SWF_FLV_Embedding.Embedded_Movies.movie.swf");

f_in_box__control1.PutMovieFromStream(MovieStream);

f_in_box__control1.FlashMethod_Play();
}

But its giving some problem i need the code that fully protect my swf pls suggest anything IN VB.net


This code looks well.

You can put a crypted movie (if you need a quick solution, use usual XOR) into resources and decrypt it before loading into f-in-box control.

Thank you.
Best regards, Artem A. Razin,
F-IN-BOX support
Ask your question here: http://www.f-in-box.com/support.html


Return to “.NET Edition”

Who is online

Users browsing this forum: No registered users and 6 guests

cron