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.