Hello. Excuse my english again (i'm spanish).

I have to "obfuscate" in any way some jpg's in my standalone flash
application to avoid that users could get jpg of the directory i read
it with moviecliploader and use it out of the application.

1) Images are sliced -> first method for make harder the copy of
images. They will find slices in directory of images
2) Extension of images -> instead of .jpeg or .jpg, they are called
.xxx Flash will read it fine thanks to it read header of file to know
what kind of file it is.

And i want to make the third

3) Changing any byte of header in jpeg will make it unreadable for
photoshop or any application. Take a look at:
http://www.obrador.com/essentialjpeg/HeaderInfo.htm

F.e. if i change the first FF by 00 , will make this effect. But of
course, flash and actionscript will have the same problem.

How can i override MovieclipLoader or any class of flash in the time
it reads header to change on the fly this byte by the correct and read
image without problems?

if it isn't possible...
Can i use one kind of "byteLoader" that gives bytes to movieclip
loader changing this one?

if it isn't possible
Any idea?

thanks so much in advance!
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to