A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Copy and Paste Text Command from a browser from a Flash SWF File?

  1. #1
    Freelance Graphic Artist
    Join Date
    Feb 2009
    Location
    Toronto
    Posts
    11

    Copy and Paste Text Command from a browser from a Flash SWF File?

    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/

  2. #2
    FK'n_dog a_modified_dog's Avatar
    Join Date
    Apr 2003
    Location
    "aaarf"
    Posts
    9,176
    enable the textfield selectable option in the properties panel,
    or add code to the same frame as the textfield - textInstanceName.selectable = true;

  3. #3
    Freelance Graphic Artist
    Join Date
    Feb 2009
    Location
    Toronto
    Posts
    11
    Quote Originally Posted by a_modified_dog View Post
    enable the textfield selectable option in the properties panel,
    or add code to the same frame as the textfield - textInstanceName.selectable = true;
    Thanks Dog!

  4. #4
    FK'n_dog a_modified_dog's Avatar
    Join Date
    Apr 2003
    Location
    "aaarf"
    Posts
    9,176
    you're welcome

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center