Hi all, I came across this simple flash site,..
http://www.carolreeddesign.com/
in the Profile (first button) you are able to copy and paste the text. I was wondering how this was done.
Thanks in advance!
David M
http://www.davidmoratto.com/
Hi all, I came across this simple flash site,..
http://www.carolreeddesign.com/
in the Profile (first button) you are able to copy and paste the text. I was wondering how this was done.
Thanks in advance!
David M
http://www.davidmoratto.com/
enable the textfield selectable option in the properties panel,
or add code to the same frame as the textfield - textInstanceName.selectable = true;
you're welcome :)