This is a discussion on How to Protect our text from copying in flash? within the Flash Actionscript Programming forums, part of the Web Development category; Hi, I am new to Flash Action Script Development I am having issues Protect our text from copying in flash...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Hi, I am new to Flash Action Script Development I am having issues Protect our text from copying in flash |
|
#2
| |||
| |||
| Use TextArea or TextInput Component and write the following codes below. InstanceName.label.selectable = false; For example: 1) Create a Flash Document. 2) Drag an instance of and Text Area component onto the stage. And give its instance name as "txtArea". 3) Write the following codes below. And try to select this. txtArea.label.selectable = false; txtArea.text=" Some Text "; |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to Password-Protect Web Pages: tutorial | suman | HTML, CSS and Javascript Coding Techniques | 0 | 08-08-2008 02:16 AM |
| How do I check that text entered in a text form field is an integer? | itbarota | HTML, CSS and Javascript Coding Techniques | 2 | 10-25-2007 11:25 PM |
| How do I rename all the files from .htm to .html after copying them from a PC to a UN | oxygen | HTML, CSS and Javascript Coding Techniques | 1 | 07-27-2007 03:04 AM |
| How to make use of .htaccess file to password protect a directory from users | bluesky | PHP Programming | 1 | 07-17-2007 07:49 AM |
Our Partners |