Page 1 of 1

Did you have a look at swf kit 3 pro??

Posted: Tue Jan 13, 2009 3:58 am
by coolshadow
Did you have a look at swf kit pro 3??

In swfkit pro 3,if you choose to give a encryption password to a swf file, then when the exe run in windows, you can't find the swf content from memory.
This feature is very usefull if you don't want your swf file to be saved by others.


How can we achieve this purpose with FPC?

With the newest version of FPC trial, the content of the swf file that being played can be found in the memory. So you can use tools such as Flash Vampire to save it.

PS:if you want me to give you a example of swfkit pro3 out file and the flash vampire,I can send you a email. And let you to have a try. :lol:

Re: Did you have a look at swf kit 3 pro??

Posted: Tue Jan 13, 2009 9:04 am
by Softanics
Thank you for your idea ;)

If you provide a movie using OnLoadExternalResourceAsync, does flash vampire find it?

Thank you!

Posted: Tue Jan 13, 2009 9:16 am
by Softanics
Sorry, my mistake. This handler is not called for flash movies.

Posted: Tue Jan 13, 2009 9:27 am
by coolshadow
Softanics wrote:Sorry, my mistake. This handler is not called for flash movies.


If the swf data is intact in the memory, flash vampire can find it.

Sometimes ago,I use some tools to see the memory of app created by swf kit pro 3, and found that the swf data was not intact.
I don't know how swf kit pro 3 achieve this.

Posted: Tue Jan 13, 2009 9:33 am
by coolshadow
Here is an unregister version of flash vampire. And you can test FPC with it.

Posted: Tue Jan 13, 2009 2:26 pm
by Softanics
Thank you, I'll check it.

Posted: Wed Jan 14, 2009 10:12 am
by coolshadow
OK, I wish I will hear a good result. :lol: