I'm writing a simple game in Flash CS3 ActionScript, and I embed the swf output to my website. But, for now, the .swf file is directly downloadable. And it contains things that the players should not see, like the "AJAX" calls.
So I'm wondering, if one can see the source code from my swf?
And if so, how can I embed the swf in a way that the user does not see the filename?
Instead of <embed src='./myswf.swf'></embed>
?
- So the real question becomes, how do I hide the swf's filename?