Wrox Programmer Forums
|
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Flash (all versions) section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 22nd, 2004, 12:37 AM
Friend of Wrox
 
Join Date: Sep 2003
Posts: 451
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Ben Horne
Default Protecting Flash Files

Hi all,

I was wondering, is it possible to protect my flash movies? What I mean by this is that if someone saves the flash file off of my website, it will be blank when they go to open the file.

Thanks in advance

Ben Horne
Madison Area Technical College student
-------------------------
http://community.webshots.com/user/valerian114

Go there. I have a lot of awesome photos that I rendered myself
__________________
Ben Horne
-------------------------
I don\'t want to sound like I haven\'t made any mistakes. I\'m confident I have.

Most likely using FireFox and concocting my next Macromedia Flash project
Snibworks Forums Moderator

Welcome to the New Age
 
Old February 28th, 2004, 06:31 PM
Registered User
 
Join Date: Jan 2004
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to ExxWhyZee
Default

I don't think there is a need to protect the *.swf files. As far as I know, I cant affect the *.swf files and ya don't have to post the *.fla file. There might be a way to affect the *.swf file, but I unfortunately don't know how to.

*-*ExxWhyZee*-*
 
Old March 1st, 2004, 01:01 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 249
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Unfortunately if you look around there are lots of tools to view acitonscript in an .swf file. I found this article with some 3rd party products that are suppose to protect it. I'm not sure how or if they work to protect the files.
http://web.zdnet.com.au/builder/webd...281905,00.htm?
 
Old March 12th, 2004, 12:50 PM
Friend of Wrox
 
Join Date: Sep 2003
Posts: 451
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Ben Horne
Default

Mike,

I have to agree with you. I know of a tool called SWF Extractor that enables you to extract images and sound files from any given Flash movie that's out there. All you have to do is save the Flash movie to your hard drive and then go from there


Quote:
quote:Originally posted by harpua
 Unfortunately if you look around there are lots of tools to view acitonscript in an .swf file. I found this article with some 3rd party products that are suppose to protect it. I'm not sure how or if they work to protect the files.
http://web.zdnet.com.au/builder/webd...281905,00.htm?
Ben Horne
Flash Junkie (Seriously, I am)
Madison Area Technical College student
-------------------------
http://community.webshots.com/user/valerian114

Go there. I have a lot of awesome photos that I rendered myself
 
Old March 12th, 2004, 12:58 PM
Friend of Wrox
 
Join Date: Sep 2003
Posts: 451
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Ben Horne
Default

I forgot to say that SWF Extractor is basically being distributed as freeware on the internet



Ben Horne
Madison Area Technical College student
-------------------------
http://community.webshots.com/user/valerian114

Go there. I have a lot of awesome photos that I rendered myself

"A Person Who Claims To Be A Flash Junkie Isn't Really A Flash Junkie Unless He Can Prove It"
 
Old March 22nd, 2004, 07:20 PM
Registered User
 
Join Date: Mar 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

does this extractor work even on a .swf with the "protect from import" option selected? i am currently having the same problem with people posting my .swfs on their sites without my permission, and need to focus on prevention. is there any way to load one .swf into another .swf 'skin' and require a variable for the target .swf to play?

jennifer

angry alien productions
http://www.angryalien.com
 
Old March 23rd, 2004, 01:39 PM
Friend of Wrox
 
Join Date: Sep 2003
Posts: 451
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Ben Horne
Default

Jennifer,

All I can tell you is that I haven't really taken it this far yet. However I do know of one tool that should help you protect your SWF files. It's called Swift Optimizer and it's made by a company called Swishsoft. The program can be found at http://www.download.com

I just downloaded it last night and I've protected nearly all of my Flash files that are being used in a website project that I'm working on with Macromedia Dreamweaver MX 2004.

When you go to the Download.com website, type in these search terms
  • "Flash protect"
    or
  • "Swift Optimizer"

You should be able to find the Swift Optimizer program no matter what search terms you use

Hope This Helps,

Ben Horne
Madison Area Technical College student
-------------------------
http://community.webshots.com/user/valerian114

Go there. I have a lot of awesome photos that I rendered myself

"A Person Who Claims To Be A Flash Junkie Isn't Really A Flash Junkie Unless He Can Prove It"
 
Old April 10th, 2004, 09:06 PM
Registered User
 
Join Date: Apr 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote-
Protection against spying through loading
the complete movie into another movie.

if(_root != _level0){
//holla, we get spyed by someone
}


Protection against disassembling:

- Hide code, by putting important code into movieclips
- Hide code by putting code into external swf. Give the
swf a name like pixel.gif.
- Use complicated names in programming
- write long code, which is never used


Protection against spying with notepad

- Don't use the complete cgi address. It is better
to build the address at runtime.
- Instead of naming your variables like points, user,
password, it is better to name them like x34g, fgh65
and qwe223.
- You can use properties instead ot variables to store
results, eg. instead of points=30; use _root.someMc._x=30;


Protection against spying with a proxy or sniffer
- use POST
- use absolute serveraddresses
- encrypt variables and values into one big package
- add tons of useless information
- use GET and POST at the same time


Protection against calling the server with a manipulated swf:
- send _url to the cgi ;)

 
Old April 25th, 2004, 06:57 AM
Authorized User
 
Join Date: Nov 2003
Posts: 85
Thanks: 0
Thanked 0 Times in 0 Posts
Default

As far as I know the flash files(swf) cannot be downloaded!
I try to save a web page that contains a flash file and when i look at my disk there are all files except from flash ones.

Am I wrong?

Of course there are specific apps to steal flash like swift decompiler, but it is not so easy for the common user.

 
Old April 25th, 2004, 07:32 PM
Friend of Wrox
 
Join Date: Sep 2003
Posts: 451
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Ben Horne
Default

As I said before, there are lots of ways to download Flash movies off the internet. The hard way to do it is to open up your temporary internet files folder and search for the Flash movie that has been downloaded. Now, when I say downloaded, I'm saying that Flash movies are automatically downloaded to your computer as part of the web page content.
   An easier way to download Flash movies would be to find and download a program that is tailored to capturing Flash movies. Now, as I said in one of my earlier posts, there is a program available on the Download.com website that is called Swift Optimizer. I've only tried it a little bit but from what I've seen, it does a great job in not only optimizing your Flash files, it also protects them.

Ben Horne
Madison Area Technical College - Truax
3550 Anderson Street
Madison, Wisconsin 53704-2599


-------------------------
http://community.webshots.com/user/valerian114

"There are two kinds of people in the world: Those who claim to be Flash junkies and those who actually are Flash junkies"





Similar Threads
Thread Thread Starter Forum Replies Last Post
AdRotater Control Supports Flash Files? Harjinder ASP.NET 2.0 Professional 1 March 22nd, 2008 05:47 AM
converting movie files to flash format solomon_13000 Flash (all versions) 5 December 15th, 2006 11:33 PM
protecting xml files (content) icopec XML 0 March 2nd, 2005 08:48 AM
Integrating 4 simple flash files into one? Jimmystyle Flash (all versions) 2 January 12th, 2005 02:06 PM
Can You Download FLA files in Flash? Ben Horne Flash (all versions) 1 September 28th, 2004 09:27 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.