Results for swftextfield translation from English to Chinese (Simplified)

Human contributions

From professional translators, enterprises, web pages and freely available translation repositories.

Add a translation

English

Chinese (Simplified)

Info

English

swftextfield - addstring

Chinese (Simplified)

swftextfield- addstring

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

English

swftextfield - setname() concatenates the string string to the text field.

Chinese (Simplified)

º󍋼/a

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

English

swftextfield - setmargins() set both margins at once, for the man on the go.

Chinese (Simplified)

º󍋼/a

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

English

swftextfield - setleftmargin() sets the left margin width of the text field to width.

Chinese (Simplified)

º󍋼/a

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

English

swftextfield - setbounds() sets the text field width to width and height to height.

Chinese (Simplified)

º󍋼/a

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

English

swftextfield - setlinespacing() sets the line spacing of the text field to the height of height.

Chinese (Simplified)

º󍋼/a

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

English

swftextfield - setheight() sets the font height of this text field font to the given height height.

Chinese (Simplified)

º󍋼/a

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

English

swftextfield - setfont() sets the text field font to the [browser-defined?] font font.

Chinese (Simplified)

º󍋼/a

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

English

swftextfield - setname() sets the variable name of this text field to name, for form posting and action scripting purposes.

Chinese (Simplified)

º󍋼/a

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

English

swffont() returns a reference to the font definition, for use in the swftext - setfont() and the swftextfield - setfont() methods.

Chinese (Simplified)

º󍋼/a

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

English

?php $f = new swffont( "_serif"); $p = new swfsprite(); function label($string) {global $f; $t = new swftextfield(); $t - setfont($f); $t - addstring($string); $t - setheight(200); $t - setbounds(3200,200); return $t;} function addlabel($string) {global $p; $i = $p - add(label($string)); $p - nextframe(); $p - remove($i);} $p - add(new swfaction("stop() ;")); addlabel("no action"); addlabel("swfbutton_mouseup"); addlabel("swfbutton_mousedown"); addlabel("swfbutton_mouseover"); addlabel("swfbutton_mouseout"); addlabel("swfbutton_mouseupoutside"); addlabel("swfbutton_dragover"); addlabel("swfbutton_dragout"); function rect($r, $g, $b) {$s = new swfshape(); $s - setrightfill($s - addfill($r, $g, $b)); $s - drawline(600,0); $s - drawline(0,600); $s - drawline(-600,0); $s - drawline(0,-600); return $s;} $b = new swfbutton(); $b - addshape(rect(0xff, 0, 0), swfbutton_up _bar_ swfbutton_hit); $b - addshape(rect(0, 0xff, 0), swfbutton_over); $b - addshape(rect(0, 0, 0xff), swfbutton_down); $b - addaction(new swfaction("settarget(' / label'); gotoframe(1) ;"), swfbutton_mouseup); $b - addaction(new swfaction("settarget(' / label'); gotoframe(2) ;"), swfbutton_mousedown); $b - addaction(new swfaction("settarget(' / label'); gotoframe(3) ;"), swfbutton_mouseover); $b - addaction(new swfaction("settarget(' / label'); gotoframe(4) ;"), swfbutton_mouseout); $b - addaction(new swfaction("settarget(' / label'); gotoframe(5) ;"), swfbutton_mouseupoutside); $b - addaction(new swfaction("settarget(' / label'); gotoframe(6) ;"), swfbutton_dragover); $b - addaction(new swfaction("settarget(' / label'); gotoframe(7) ;"), swfbutton_dragout); $m = new swfmovie(); $m - setdimension(4000,3000); $i = $m - add($p); $i - setname("label"); $i - moveto(400,1900); $i = $m - add($b); $i - moveto(400,900); header('content-type: application / x-shockwave-flash'); $m - output();?

Chinese (Simplified)

?php $f = new swffont("_serif"); $p = new swfsprite(); function label($string) {global $f; $t = new swftextfield(); $t- setfont($f); $t- addstring($string); $t- setheight(200); $t- setbounds(3200,200); return $t;} function addlabel($string) {global $p; $i = $p- add(label($string)); $p- nextframe(); $p- remove($i);} $p- add(new swfaction("stop();")); addlabel("no action"); addlabel("swfbutton_mouseup"); addlabel("swfbutton_mousedown"); addlabel("swfbutton_mouseover"); addlabel("swfbutton_mouseout"); addlabel("swfbutton_mouseupoutside"); addlabel("swfbutton_dragover"); addlabel("swfbutton_dragout"); function rect($r, $g, $b) {$s = new swfshape(); $s- setrightfill($s- addfill($r, $g, $b)); $s- drawline(600,0); $s- drawline(0,600); $s- drawline(-600,0); $s- drawline(0,-600); return $s;} $b = new swfbutton(); $b- addshape(rect(0xff, 0, 0), swfbutton_up _bar_ swfbutton_hit); $b- addshape(rect(0, 0xff, 0), swfbutton_over); $b- addshape(rect(0, 0, 0xff), swfbutton_down); $b- addaction(new swfaction("settarget('/label'); gotoframe(1);"), swfbutton_mouseup); $b- addaction(new swfaction("settarget('/label'); gotoframe(2);"), swfbutton_mousedown); $b- addaction(new swfaction("settarget('/label'); gotoframe(3);"), swfbutton_mouseover); $b- addaction(new swfaction("settarget('/label'); gotoframe(4);"), swfbutton_mouseout); $b- addaction(new swfaction("settarget('/label'); gotoframe(5);"), swfbutton_mouseupoutside); $b- addaction(new swfaction("settarget('/label'); gotoframe(6);"), swfbutton_dragover); $b- addaction(new swfaction("settarget('/label'); gotoframe(7);"), swfbutton_dragout); $m = new swfmovie(); $m- setdimension(4000,3000); $i = $m- add($p); $i- setname("label"); $i- moveto(400,1900); $i = $m- add($b); $i- moveto(400,900); header('content-type: application/x-shockwave-flash'); $m- output();?

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Warning: Contains invisible HTML formatting

Get a better translation with
8,932,620,507 human contributions

Users are now asking for help:



We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies. Learn more. OK