2

Is there any way using flash action script to stop copying text from the website. The text will be visible through a swf object and that is locked for selection or copy. it will read the text by HTTP request from a page url in server. Server will send encoded text, which will be decoded by action script.

Is it possible to copy any copy protected text from inside a flash object. Because this text are not visible from the page source. Further as the text is encrypted only the action script can decode it.

Its only some idea but I am not able to make the action script ready to talk to browser and send some http request. Please anyone help me.

Samik Chattopadhyay
  • 1,820
  • 6
  • 23
  • 34

2 Answers2

3

You could use an image, but there might still be some software that could extract the text from it, and there's always the problem of getting several well-trained monkeys to copy the text by hand.

So the absolute answer, no, you can't prevent someone from copying your text.

Madara's Ghost
  • 172,118
  • 50
  • 264
  • 308
2

No, there is no way. If it's shown on client-side, it can be copied.

afaf12
  • 5,163
  • 9
  • 35
  • 58