Textfield problem

This is a discussion on "Textfield problem" within the Flash & Multimedia Forum section. This forum, and the thread "Textfield problem are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Flash & Multimedia Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Oct 21st, 2007, 22:54
marSoul's Avatar
Moderator
Join Date: Sep 2007
Location: Tehran - Iran
Age: 28
Posts: 411
Blog Entries: 2
Thanks: 3
Thanked 4 Times in 4 Posts
Send a message via MSN to marSoul Send a message via Yahoo to marSoul
Question Textfield problem

Hi,

I have exercising the flash text fields, i have 3 text fields which has their name in them, i want when user click on one of them their name disappear but when user click on other field their name appears.
I dont know if this way is right or not ?

Code: Select all
myListener = new Object();
myListener.onSetFocus = report;
function report(oldFocus, newFocus) {
    curfield = Selection.getFocus();
    curfieldtext = newFocus.text;
    oldFocus.text = curfieldtext;
    if (curfield=newFocus) {
        newFocus.text = "";
    }
}
Selection.addListener(myListener);
also i have attached the .fla file
Attached Files
File Type: fla test.fla (32.0 KB, 10 views)
__________________
Designing For Communicating
Website : http://www.datisdesign.com
Weblog : http://blog.datisdesign.com

Last Blog Entry: Throughout IRAN (Dec 10th, 2007)
Reply With Quote

Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] help with checkbox and textfield in form BRONIC JavaScript Forum 8 Apr 22nd, 2008 16:08
First image problem and inline list problem konnor5092 Web Page Design 8 Dec 1st, 2007 09:08
javascript in textfield Ozeona Flash & Multimedia Forum 2 Aug 26th, 2005 00:42


All times are GMT. The time now is 07:45.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43