PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
My website is Flash file http://www.top10googlerank.com/, please look at source code on index page and you will see .swf file. My question is how can I hide .swf file, so nobody can see it.
2. I dont see how you can 'hide' a swf file if it gets loaded on the client's PC. Because this is a purely client side part you cannot get someone to not to copy that swf file as it gets downloaded anyway.
3. I dont know Flash - but I thought the source is .fla which gets converted to .swf - so no one would be able to get the source right ? So what are you worried abt ? Or is it like Java where .class files can be converted back to .java ?
You could use php to output the swf file, and a token (unique ID), this way they cant just copy the URL from the source code. They would still be able to look in their temporary internet files and see the swf file, there is no way to stop thieves like feyd said, but at least you can deter some of the more incompetent ones