Question
loading sound previews?
is there any way to protect sound samples, which i would like
to present on my page?.. i understand loading mp3s via
Sound.loadSounc() method, but flash is not strong against
decompiling.. only way i know to put mp3 path is via .swf parameter
- load directly from given path or give to flash some id and load
mp3 from some php (or whatever) script.. but if somebody crack my
swf, reads address from script - my mp3s could be downloaded too
..
my first idea how solve this problem was make two .swfs. one public, loaded on page, second "secret" hidden from http. first clip would load second one.. but im not sure, if one clip can load second clip "locally" on server.. :s
my first idea how solve this problem was make two .swfs. one public, loaded on page, second "secret" hidden from http. first clip would load second one.. but im not sure, if one clip can load second clip "locally" on server.. :s