This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Flash Site Design > January 2007 > stop people stealing my flash website
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
stop people stealing my flash website
|
|
| noosachic 2007-01-10, 6:38 pm |
| What code can i use, and/or how can i stop people from saving, lifting, stealing my flash website design? Thanks!
| |
| PowerUp 2007-01-10, 6:38 pm |
| www.amayeta.com
They'll still be able to lift the SWF and replay it, but won't be able
to decompile it and change it to their needs. If you're also concerned
about them replaying your SWF on their site, you can add a check in your
FLA before you encrypt it, something like:
if (_root._url == "www.yoursite.com"){
// go ahead and proceed
}
This will stop anyone from using it on another domain. Best of luck!
Greg
http://iosysdevelopment.com
http://powerupmysite.com
noosachic wrote:
> What code can i use, and/or how can i stop people from saving, lifting, stealing my flash website design? Thanks!
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|