Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash




Can't Click In Input Text Box



Hello, I cannot click in an input text box... WTF?

I don't understand what's going on...

It worked earlier, but now, nothing. Any ideas?



FlashKit > Flash Help > Flash Newbies
Posted on: 05-03-2006, 10:43 PM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

On Click Input Text - Anyone Can Help Me?
Hello
I'm making a form where i want the users to click on a button and a smile in ascii appear. this works so far but then when i send the form the smile in ascii is not sent...
anyone can help?

here is my code:

code to add text to input text box by clickin on a button:

Code:

on (release) {
//Movieclip GotoAndPlay Behavior
form.smiles.replaceSel(":) ");
//End Behavior
}
and my php code is:

PHP Code:



<?php$sendTo = " xxx@xxxxx.com";$subject = "klic";$headers = "From: " . $_POST["nome"];$headers .= "<" . $_POST["mail"] .">
";$headers .= "Reply-To: " . $_POST["mail"];$message = $_POST["nome"] ."
";$message.= $_POST["falar"] ."
";$message.= $_POST["sorrisos"] ."
";mail($sendTo, $subject, $message, $headers);?>




if you want to check my fla to better understand here is the fla:
http://www.klicseguro.com/mail/enviarmails.fla

Thanks :)

Input Text Box, Clear On Click
I'm trying to figure out how to have an input text box instance display my message ("search by last name") and then when a user clicks on it the text clears and the user gets a left aligned insertion point.

i was hoping to do something like this:


Code:
stop();

var LO:Object = new Object();
LO.change=function(eventObject:Object){
itext.text="";
};
itext.addEventListener("change", LO);
but apparently that only works on instances of the textinput component and I need a custom font in there (so i have to use an input text box...right?)

any help would be appreciated.

How Do I Detect A Click On The Input Text Box?
Hello
I need some helps. I have many input text boxes, I want to do something when a user clicks on an input text box but I don't know how to detect which input text box got clicked, anyone know?
Thanks.

Changing Input Field Text On Click?
Ok so in my flash i have a contact form. It has a name field, and the field already has the word 'Name' in it. As well as the Email field with 'Your Email Address' and a message field with 'Your message' in it.

What I need to happen is that when I click in the message field, or any of them, the label text (ex: Your Email Address) needs to disapear. But, I can't apply a onClick to an Input Text! How else can this be done?

How can i solve this problem!? Help!

The form works fine now and I would rather not change it up by putting it in movies or chainging properties or anything. WHat kind of workaround or solution is there?


THANKS FOR ANY INPUT!!
-nanascalala

Input Text Box With Blinking Cursor Without Having To Click On It
Hi, I want the input text box in my flash file to be instantly accessible, like if you start typing you are typing in the input text box; a blinking cursor should appear the instant someone views the flash file. Any ideas, thanks!

Select All Text On Click In An Input Text
Hi, I want to create a form with input text. I want to enter a caption in this input text like "enter e-mail here" but if the user clicks on the input box to enter the email i want to earase this text so the user can enter the email.

If I could capture the event Click on the input text, i could change the text with mytextbox.text = "";

Any ideas?

Thanks in advance.





























Edited: 06/20/2007 at 12:34:31 PM by Reperger

Input Text/query And Click To Search Google ?
> An input text field (variable="STRING") with a button next it > User types in something then clicks the button :> User is taken to the google search results for that what they typed in.

So i make the input text field a variable ("STRING") and then give the appropriate actions to the button - i tell it to somehow get the google search results page (*ttp://www.google.co.nz/search?q=something&ie=ISO-8859-1&hl=en&btnG=Google+Search&lr=) and add in the right place the variable STRING (_root.STRING)

this is not the realistic way of searching google obviously but it will help me learn more about variables etc

any suggestions?

Is It Possible To Send A Variable From An Input Text Box On Click Enter
Hi there

is it possible to send a variable from an input text field: on keyPress enter, and how
[Edited by mmsag on 09-12-2002 at 06:45 AM]

When I Click In A Text Input Box The Cursor Doesn't Blink.
I have this weird problem. When I click in a text input box the cursor doesn't blink.

Is there a way to check what is happening?

Glen Charles Rowell

Adding Text To Input Field At The Click Of A Button
The www.bbc.co.uk/raw has a flash move at http://www.bbc.co.uk/raw/gamesandquizzes/storytelling/ choose "story writing" (left selection).

It has a simple way of adding text by clicking the button and adding it to the input field where the curser is left.

I have tried to repeat it with external .txt files but all i seem to be able to do is replace all the text when I click the button.

Can anyone guide me in the right direction or even give me an idea what this function is called so I can add it to my project.:confused:

Thanks

Chris

Evaluating A Text Input Field On Button Click
can anyone tell me why the following code wouldn't be working? this is on a button, so that the input would be evaluated and a certain msg would appear when the button is clicked.


Code:
on (release) {
if ((inputName = "this") || (inputName = "that")) {
msg = "msg1";
} else {
msg = "msg2";
}
}
help?

How Can I Clear Inside Input Text When I Click Inside
How can i clear text inside "input Text" when i click inside
thank's
David K.

INPUT TEXT - How To Restrict Number Of Lines Of Text A User Can Input Into Textbox
In a flash form I've created I have a input textbox. I don't want the user to be able to input more than 7 lines of text. Is this possible to do? I know that I can set a value for 'max char', but this is not useful for me -- it's essential that the user cannot input more than 7 lines of text.

How can I limit the number of lines a user can input into a textbox?


Thanks!
Glenn

[mx] Is It Possible To Have An Input Box Appear At The Click Of A Button?
hi im very new to flash and actionscript... so please help...

is it possible to have a pop up box that is a text input box appear when a button is clicked on??
what am i trying to do ?
well basically i have a heater and have been told to make it so that when i click on the plug it will bring up a text box. in the text box i can put in a min or max temp....

is it possible with mx actionscript??

Clear Input Textfield On Click
I have a mailform in my website which sends mail to my email. When a user enters an unvalid email (no "." or "@") the phrase "please enter a valid email" is seen in the input textfield. I want This phrase to go away as soon as the user clicks in the field, rather than having to select the phrase to delete it.

It should be rather easy but I need it to go with my current code which I have been having trouble with....


Code:
fscommand("allowscale", "false");
//
// set some variables
//
mailform = "mailform.php";
//confirm = "thank you a confirmation email has been sent to your email address.";
action = "send";
error1 = "Oops... enter a valid E-mail";
error2 = "Input required";
//
// and focus on variable fname
//
Selection.setFocus("name");
//
// validate email function
//
function validate(address) {
if (address.length>=7) {
if (address.indexOf("@")>0) {
if ((address.indexOf("@")+2)<address.lastIndexOf(".")) {
if (address.lastIndexOf(".")<(address.length-2)) {
return (true);
}
}
}
}
return (false);
}
//
// form check
//
function formcheck() {
if ((((email == null)) || (email.length<1)) || (email == "Oops... enter a valid E-mail")) {
email = error1;
action = "";
}
if (!validate(email)) {
email = error1;
action = "";
}
if ((name == null) || (name == "")) {
name = error2;
action = "";
}
if ((comments == null) || (comments == "")) {
comments = error2;
action = "";
}
if ((validate(email)) && (email != error1) && (name != "") && (name != error2) && (comments != "") && (comments != error2)) {
action = "send";
loadVariablesNum(mailform, 0, "POST");
gotoAndPlay("wait");
}
}


stop();

Help With Email Form - Input Text Boxes Not Allowing Input
i placed an email form into a movie clip in this site...and the input text boxes are no longer allowing me to type into them.

the email form (which i got from flashkit), as it's own file, works fine, so i know it's possible...but for some reason when i take the movie clip from one file and drag it into the one i'm working on...it loses that input text funcionality. All the actionscript is the same...everything is identical...i don't get it.

i even tried to place it on top of a movie clip within the main content clip thinking maybe because it was an mc within an mc within an mc that had something to do with it...but not the case.

any help you can provide is appreciated.
(attached file was saved as MX..orig is in MX 2004 Pro)

thanks.

oh, also....how would i load movie clips to different layers?...if i understand some things i've read here, that will help me speed up the site overall...as it is VERY slow in browser. but...maybe i'm wrong.

Enter Key On Input Field Needs To Trigger Button Click
I have a stripped down FLA here: http://www.webmarksonline.com/temp/detectenter.fla

where if you click the button, a label saying "Button clicked" will display. This was accomplished using the following actionscript attached to the button...

on(release) {
display._visible =true;
}

Now I want to make it so that when the enter key is pressed in the edit field, the same thing happens.

On the button actionscript, I have used ...

on (keyPress "<Enter>") {
display._visible = true;
}

But does not work. Why not? Google search says that this should work. I'm on Flash 8, by the way.

Remove Input Text On Input Text Box Select?
Right now I've got an input text box with an instance name of EMail and Var of EMail. Then in my AS I've got:

code: var EMail:String = "Enter Your Email Address";

which puts "Enter Your Email Address" in the text box when it displays. What I'd like to do is when a user clicks inside the box to enter their email address is for that string to disappear.

Input Text To Show Up In Input Text Box In Later Frame
Hi, I am making a game where the player enters his or her name into and input text box at the beginning and then prints out a certificate at the end with his or her name on it. This is the actionscript I am using, however, this only allows me to have the box where the player enters his or her name to be on the same frame as where the text appears.

input_txt.onKillFocus = function () {
user_name = input_txt.text;
input_txt2.text = user_name;
}
_global.style.setStyle("fontSize",30);

I was wondering if there was anyway to modify this script to make it so that the name appears in the input_txt2 box in a later frame.

Thanks,

Lindsay

What Are The Best Ways To Capture Input From An Input Text Field?
Hi,
I don't know ASP, CGI, PHP etc. I do, however, have a flash form with two input text fields named “E-mail” and “Name”, and a submit button.

How can I set this up so a user can input the info in these two fields and click the submit button to some how send me the data - Via Email? txt on the server? Anything...

Also, if this is not possible, what is the simplest way to learn PHP or whatever is most appropriate to get these goals accomplished.

Thanks,
Stephen

Converting Input Text To Non-input With Actionscript
Is it possible to set a text field whose property is Input to Static Text with Actionscript?

Input Text Field Won't Allow Input
We are having a really strange and stupid sounding problem with a text input box. It appears but won't allow any input. Before you shout 'stupid newbie' yes the properties are correctly defined as input text etc.

The input field is in a movie clip i.e. _root.myClip but we have never had this problem before. It is probably something obvious to to prevent us pulling out all of our hair has anyone got any idea why this is happening. We have tried forcing the text box focus etc but to no avail.

Help us!!!!!!!

How To Input Text Without Input Textfield
hi,

does anyone know, how i can display user input text without a textinput field ?

what i'm trying to achive is a message that is displayed on screen like in multiplayer games:

you press "t" for talk, and you see what you write in a kind of console but without changing to a text field

thanks

Trasfering Text From One Dynamic Text Box To A Input Text Box On A Differnt Page?
Ok so I have a text box set up which receives the date on a callendar which you click on. On another page (a seperate html file) I have an input text box for receiveing this text.

I've been trying to do this using various methods using getURL, but, I can't get it to work. This is becoming tedious especially as I'm not able to test it without having to reupload the files.

If someone could please inform me on how I should do this I'd be vary greatful.

If you need any further information I'll reply as soon as possible.

Input Boxes - Then Printing A Frame With Dynamic Boxes With The Input Text In Them...
I have created a flash document with input text... I put the input text with a a variable for each.. I need to print the variables on a seperate page. I used a bounding box inside a movie clip and the printing is working correctly... However it is not reading my input boxes into the dynamic text boxes..

What I did is I have the input boxes on the root timeline........ You input it and go through a few frames and you get the option to print from a button (which is printing 2nd frame of a movie symbol) NOTE: the printing is working correctly using #b.... This is what I have on the 2nd frame of the movie clip for the dynamic text boxes to read the input boxes and place those variables inside of those dynamic text boxes so it will print them as they inputted them...

Here is what I have for my button:

on (press) {
print(_root.Printing, "bmovie")
}


Here is what my variables are on the input boxes which are sitting on the root timeline, each word is a variable:

curious
passionate
accountable
resourceful
commited
teamwork
open
engerizing

External_focus
Clear_thinker
Imagination_courage
Inclusive_leader
Expertise


INSIDE THE PRINTING MOVIE I HAVE A FRAME WITH THIS ACTION ON IT FOR THE DYNAMIC TEXT BOXES TO READ THE INPUT TEXT BOXES:

External_focus1 = _parent.External_focus;
Clear_thinker1 = _parent.Clear_thinker;
Imagination_courage1 = _parent.Imagination_courage;
Inclusive_leader1 = _parent.Inclusive_leader;
Expertise1 = _parent.Expertise;
curious1 = _parent.curious;
passionate1 = _parent.passionate;
accountable1 = _parent.accountable;
resourceful1 = _parent.resourceful;
commited1 = _parent.commited;
teamwork1 = _parent.teamwork;
open1 = _parent.open;
engerizing1 = _parent.engerizing;


FOR SOME REASON IT IS NOT PRINTING MY INPUT BOX INFORMATION IN THE DYNAMIC TEXT BOXES.... DOES ANYONE KNOW WHY?

Long Text Doesn't Fit Inside Single-line Input Text Field
Hi, I've been browsing these forums for a long time but this is my first post.

I'm creating an interface by which a user can design and order their own customized decal. Please see my example (I've added my script at the bottom of this post):
http://www3.sympatico.ca/sin.young/decaldesigner.html

My issues are:

1. I've set the character limit to 21, but if you were to type in 21 "W"s into the input field for whatever reason, or choose a wider font, the text shifts to the left and some of the characters become hidden as they don't all fit. I'd like to make the width of the text to always fit inside of the width of the white area. I can't figure out how to make this work.

Here's an example that does pretty much what I'm trying to describe: www.stickerjunkie.com.


2. I have the Standard Colors combo box working perfectly but can't seem to get the Fonts combo box working.

Any hints or links to actionscript tutorials/help that might be useful to my predicament is extremely appreciated.

// display colors and formatting
decalColor = new Color(decal);
color1 = new Color(decalColor);
//
function changeColor(comp) {
decalColor.setRGB(comp.getSelectedItem().data);
}
//Standard Colors array
standardcolors = [{label:'STANDARD COLORS'},
{label:'White', data:0xffffff},
{label:'Black', data:0x000000},
{label:'Silver', data:0x9c9c9c},
{label:'Gray', data:0x636b73}];

collistStandard.setDataProvider(standardcolors);
collistStandard.setSelectedIndex(0);
collistStandard.setChangeHandler('changeColor');
//
//Fonts array
myfonts = [{label:'FONTS'},
{label:'Arial', data:'Arial'},
{label:'Serpentine', data:'Serpentine'},
{label:'Enviro', data:'Enviro'},
{label:'Forte', data:'Forte'}];

fontlist.setDataProvider(myfonts);
fontlist.setSelectedIndex(0);
fontlist.setChangeHandler('');

Passing User Input Values(text Form) Into A Text File
Hey,

I've created a form-like input to receive user input in the form of text in a frame. Now, I would like to pass that input into an external text file. I hope to get help to implement this. Let's assume that this app will be only used locally and not over the web.

Thanks

Loading Text Files Into Multiline Input Text Boxes
Can someone tell me if it is possible to load text files (.asp, .txt, .css, .js) into a multiline input text box in FlashMX?

I have a text box called "textArea" that I want to use as the text editor for any text file on the server.

myTextStream = "somefile.xxx";
textArea.text = myTextStream;

Problems With Formating Text Cursor In Input Text Field II
You have a cursor which you move with your mouse, and when you type text in form field you have another cursor which is in this FlashKit form colored black.



I want it to be white.

There isn't a tut. to do that.


__________________
Buby

Input Text Fields Colours To Fade In And Out On Entering Text?
I am uploading a file with input text field that changes colour when you click in it - this is great, but what if i wanted the following:

in the initial state, the text box is grey as you can see, but when i click inside it, it fades to pink instead of suddenly just changing to pink. And likewise, when i click outside the box it fades back to grey.

You will see what i mean if you view the file.

it's mx not mx2004

Thanks.

Making A Input Text Field Remove Text When Clicked
Hi,

I would like to know how would you remove text within a Input textfield when clicked. For example Barney's New York website has this field with text displaying Enter Email to subscribe, so when u click on the field it will remove the text when clicked.

"Click on the fallowing below, so you would know what exactly what I'm talking about."

http://www.barneys.com

Thanks!

Abel Gudino(Creativemindz.biz)

[MX04] How Do I Make A Dynamic Text Always Have The Exact Same Text As An Input?
Well, I want the player of my game to be able to type in the name they want, but the script in the frame I have does not work.

I have two movie clips on the same frame. One is a character selection menu that allows you to put in your name using an input box called ", choose your face, etc., then you click the blue button to close that movie clip (Skips to empty frame 2 in the movie clip), showing the actual level, where your HUD that is supposed to show your name that you typed in the input text box is.

I put this non-working code in the frame:
_root.charactermenu.playername.text = _root.player_HUD.player_name.text;

Yes, I am aware that I put an underscore in one, and not in the other. It is to prevent confusion.

The first part is the input text and the second is the HUD part.


Can anyone help me get this working?

Actionscript: Email Text From An Input Text Field Problem.
I am having difficulty with my email example.
I am using Flash mx2004 pro 7.2

(This example needs to be viewed in a explorer browser)

My first problem is that when you type in the & Character into the input text field.
The text following the & Character cuts out when sending info to the outlook program..

The code on my send button looks like this:

on (release) {
getURL("mailto:Youraddress@domain.com?subject=Stan dard title"+"&body="+body);
}


I would also like to find out if it’s possible to retain text format from a copy/paste job into a input text field that translates all the way to outlook.


Thanks for any suggestions you may provide.
~Josh

MouseChildren = False + Text Input = No Text Selection Cursor
I need to be able to set mouseChildren to false and still see the text selection cursor when rolling over the field. Everything is currently working correctly except the text selection cursor has changed to the regular pointer. Any ideas?

Can't Access Dynamic Text>properties>var (text Input Field) In AS3
Hello,

I got VB to put text in a dynamic text field I created in actionscript 2 but can't get it to work with as3. The difference being that in as2 I can draw a dynamic text field on the stage name the instance 'testField' in properties and then there is a var: text box also in properties where I can add a variable name 'testVar.' As3 won't let me access that var:text box in properties. Why is this? For some reason VB needs both the instance name 'testField' and also the variable name 'testVar.' How do I set the variable name in as3 for a dynamic text field? Is the var:text box in properties to give the dynamic text field a variable name in as2?

Thank you if you can help me clear this up! If something in my questions does not make sense please ask me!

Button WITH Text & Input Text Field Color Difference
Hi all,

In Flash MX 2004 Pro, I am trying to create a rectangular button that has the word "Enter" on it. For some reason, the text is gone and I don't know what happened to it. Can someone take a look and tell me what I'm doing wrong, please?

Oh, also... There is an input text field I created, but it's white (and so is the rest of the movie). How can I change it so that the background of the entire scene is different from the input text field (so it is seen)?

Thanks!

Chris

PS. I'm a Flash NEWBIE so please use small words!

Input Text Field To External Text File
Is there anyway to send the information typed into an input text field to an external simple text file? I don't know CGI scripting.
Thanks

Text Input / Text Output...help With Actionscript Required..
hi

I have 2 text input boxes (input1 & input2) and 3 text output boxes ( output1 & output2& output3), also there are 2 buttons to add the text from the input boxes to the text output boxes.

What i need to do is this:

i input text into the 2 text input boxes and when i click the button for input 1 i want it to add the text from input1 to output1,i might then need to add input1 again and i want it to display in output2 as well as output1, then i might need to add input2 and i then want it to display in output3, then again i might want to add them in a totaly different order but always moving to a new output box if the above one is already full.

i hope you understand the gist of what im getting at and your help would be greatfully received.

thanx in advance

Changing Input Text To Dynamic Or Static Text.
How would I do this? Is it possible? Or is there another way such as changing the input text fields variable?



Thanks for your patience,
Nionicle

HELP -> How Can I Auto-Update Dynamic Text W/ Input Text?
Here is my scene:

ROOT:

I have 3 MCs -- (all are the same right now)

DesktopsMC.

LaptopsMC.

ServersMC.

Each MC is on it's own keyframe (5-10-15) with a stop action.

Then I have the total amount of $$ remaining:

Drag.TotalMC

------------------------------

Inside the MCs are as follows:

DesktopMC --

A series of Checkbox MCs that affect the Dynamic Text box in a MC on the root stage, called "Drag.Total".

the function for the CheckBoxes goes somethin' like this:



Code:
//--------------------------------------------------------------------------------
function myHandler(component) {
switch (component) {
case Box1 :
checkValue = (parseInt(price1)*qty1);
break;
case Box2 :
checkValue = (parseInt(price2)*qty2);
break;
case Box3 :
checkValue = (parseInt(price3)*qty3);
break;
case Box4 :
checkValue = (parseInt(price4)*qty4);
break;
}

if (component.getValue()) {
deskTot += checkValue;
_root.totRemaining -= checkValue;
// total -= checkValue;
} else {
deskTot -= checkValue;
_root.totRemaining += checkValue;
// total += checkValue;
}

_root.Drag.total.test = (_root.totRemaining);
}
//--------------------------------------------------------------------------------

the above code works on the checkboxes.

BUT

I would like to make the Price1 dynamic text auto-update when you type in the QTY1 box.

This would continue for Price2 & QTY2, Price3&QTY3,.......
up to 50.

How Can I Auto-Update My DYNAMIC Text with INPUT Text?

Problem With Dynamic Text And Input Text Field
hi,

in flash movie how to Preserve the font.in my system swf shows the specified font in the dynamic and input field.but in other systems it does not shows the specified font what is the problem help me.

thanx
shan

Dynamic Text And Input Text: The Font Comes Out Different On Other Computers Why?
Dynamic Text and Input Text: The font comes out different on other computers! Why?

I've always had this problem. Is there a way to fix it?

Problems With Formatting Text In Input Text Fields...
I want to set up my cursor in input text fields to be white, because my backround is black.

Send Data Input Text Box To Dynamic Text Box
Hi,

I need some help with input and dynamic text.
I need send some input text to a dynamic box, but not all only 1 or 2 line is this possible?

Unicode Text In Input Text Field Flash MX
Hi
Do you know how to type in the input text field (Flash MX) in Unicode as we're Vietnamese but Flash MX input text field cannot afford this typing. But when I copy text (Unicode Vietnamese language) from Word then paste into that field, it appears correctly. I don't know why. Pls help me

Highlighting Text In Input Text Fields Automatically...
hi

i've searched the forums on this topic and attempted the solutions that i found but i can't get them to work the way i need to.. so here's what i need help with..

i have created a study planner that allows students to input the amount of hours they spend on particular activities during a day.. the total hours of the day remaining updates dynamically as does the amount of time remaining in a week.. to keep it all working nicely (and avoid a 'NaN' error) i force the value of the input box to always be 0..

what i would like to have happen is when the students click in the input box the 0 is automatically highlighted so they can just type over the top of it.. at the moment i just have an instruction telling them they need to highlight the 0 before they type but this just seems clumsy..

i got automatic highlighting working with textfield.onChanged but that only highlighted the text that the user has put in, ie after the textbox changed!.. i would like to avoid having to use a button as well.. any ideas would be greatly appreciated!.. i'm going round in circles.. i have attached the .fla

i'm using flash MX2004 professional...

thanks in advance,
sars

Input Text And Dynamic Text (simple) Problem?
Need some help on this:
2 input text boxes, for entering numbers, var a & b.
1 dynamic tex box that shoud display the value of var c=a+b.
Somehow I can't figure it out.

For instance var a = 52 and var b = 12.
The outcome displayed in the dynamic text box is 5212, while it should be 64.

Any suggestions?
Captain Edit.

Input Text To Scrolling Dynamic Text Field - Help
Greetings all:

I am attempting (with little success) to come up with a way to do the following:

1. Have user type input into an input field and have it display in another dynamic text field - Got that done.

2. I would like the display text field to scroll automatically across the screen (to the left). I can get it to scroll once user hits enter key, but no luck with the continuous scroll and still have the ability to add words to the field.

My code is below which works in so far as it goes, it scrolls up one word at a time. I am using Flash Mx and any help would be greatly appreciated.

Thanks in advance...




button_two.onPress = function() {
word();
rootup();
}




//show.text=_root.input.text

function word() {
show.text=_root.input.text
input.text=""
thing.gotoandstop(2);
example2.push(show.text);
preview2 = example2.join("<br>");
}
function rootup() {
_root.up = true;
scroll_words();
}
function scroll_words() {
if (_root.up) {
_root.preview2.scroll += 1;
}
else if (_root.down) {
_root.preview2.scroll -= 1;
}
}

Copyright © 2005-08 www.BigResource.com, All rights reserved