Reading vector drawings from mysql

hi
im working in a project where i have a lot of .fla files with vector drawings inside of them,
what i supposed to do is to create a flash movie to show that drawings but i should protect them from being copied by bots or by users,
so my first idea is to save somehow the drawings into mysql (not as swf because a swf can be decompiled also not as regular image jpg,png,… etc) and then read the mysql database using amfphp or something similar and send the data to the swf and recreate the image using bitmapdata, so i need to know how to save the drawings to mysql and how to recreate them in the swf.

If someone knows a better way to do all this please tell me :thumb2:

any suggestions?