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




Is There A Way To Detect Whether Or Not A Person Has Entered Info?



I"m creating a form and I need to find a way to detect whether or not the user has filled in certain fields before being allowed to submit all of the info.

Is there a way to do this?



FlashKit > Flash Help > Flash Newbies
Posted on: 04-21-2006, 12:27 AM


View Complete Forum Thread with Replies

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

Print The Info Entered On A Input Text Box
anyone knows how i can print the content or the info entered on an input text box??????.... already know how to save the info entered to the nput box but how do i print it?????
thanx!

Print The Info Entered On A Input Text Box
anyone knows how i can print the content or the info entered on an input text box??????.... already know how to save the info entered to the nput box but how do i print it?????
thanx!

Detect A Person's Resolution/make Page Work For Many Res's?
Can anyone briefly describe how one makes a website that will dispplay appropriately for many resolutions? I know (*think) that java can be used to sniff out a person's browser and that a website can be coded to work based on the person's browser.

I'm not quite satisfied to put a note on the front that denotes a minimum reolution. I figure a good rule of thumb is to not use objects or images larger than 1024 x 768.

Thanks for reply!

ben

User Entered Code
Is it possible for the user of a Flash movie to enter code like >=5 and flash to enter it within an if statement like:

If aValue[>=usersEntry]
Gotoandstop(1)

How Do I Check For Letters Entered ...?
ok

i have 3 elements

1.input text field
2.dynamic text field
3.button

now i want to transfer only letters entered in the input text field to the dynamic text field.

i found a way to transfer only numbers with the following code

on (press)
{
if (Number (Input.text))
{
dynamic.text = Input.text;
}
}


BUT how do i do the reverse?
simply adding the "!" in front of the "Number(Input.text)" blocks numbers buy themselves but not letter and numbers (ex: "1a")

ok

so anyone have the answer?
thanks

-tha capn

Verify That Text Is Entered
I'm developing a movie which:
#1 asks the user to type a question into a text box
#2 checks to see if there is text in that text box
#3 if YES, then go to a random frame in the movie - or - if NO, then display a message saying the user HAS to enter a question into the text box.

I'm really new at this (d'uh) and assume that this is possible. yes?
thanks in advance for your input!

How Do I Know If I Have Entered A Specific Frame
I can't seem to figure out how I know if I have entered a specific frame for the first time. Actually, I'm not even sure how to figure out how I know if I have entered a frame at all. The onEnterFrame() function is called every tick of the framerate of the movie. Any other suggestions? thanks.

Verify A Number Has Been Entered
I have a form and I want to check if the data entered is a number if it isnt I want to be able to return an error message. I have the form pretty much nailed apart from this little problem.


Code:
// set some variables
//
//
mailform = "mailform.php";
confirm = "thanks";
error1 = "contact name required";
error2 = "company name required";
error3 = "number required";
error4 = "valid email required";
error5 = "input required";
error6 = "weight required";
codeError = "need code";
response.text = "";
//
//
//
//
// 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);
}
//
// clear form
function clearform() {
username.text = "";
company.text = "";
code.text = "";
telephone.text = "";
email.text = "";
from.text = "";
to.text = "";
weight.text = "";
nextDay_rb.setValue(true);
sameDay_rb.setValue(false);
before9_rb.setValue(false);
before12_rb.setValue(false);
response.text = "";
}
// form check
//
function formcheck() {
if ((((email.text == null)) || (email.text.length<1)) || (email.text == "valid email required")) {
email.text = error4;
formData.action = "";
}
if (!validate(email.text)) {
email.text = error4;
formData.action = "";
}
if ((username.text == null) || (username.text == "")) {
username.text = error1;
formData.action = "";
}
if ((company.text == null) || (company.text == "")) {
company.text = error2;
formData.action = "";
}
if ((code.text == "") || (!isNaN(code.text))) {
code.text = codeError;
formData.action = "";
}
if ((telephone.text == "") || (isNaN(telephone.text))) {
telephone.text = error3;
formData.action = "";
}if ((from.text == null) || (from.text == "")) {
from.text = error5;
formData.action = "";
}
if ((to.text == null) || (to.text == "")) {
to.text = error5;
formData.action = "";
}
if ((weight.text == null) || (isNaN(weight.text))) {
weight.text = error6;
formData.action = "";
}
if ((validate(email.text)) && (email.text != error4) && (username.text != "") && (username.text != error1) && (company.text != "") && (company.text != error2) && (code.text != "") && (code.text != codeError) && (telephone.text != "") && (telephone.text != error3) && (from != "") && (from.text != error5) && (to.text != "") && (to.text != error5) && (weight.text != "") && (weight.text != error6)) {
return (true);
}
}
//new LoadVars function
function sendInfo() {
trace("formcheck() returned true, run actions");
//test trace
formData = new LoadVars();
formData.username = username.text;
formData.company = company.text;
formData.code = code.text;
formData.number = number.text;
formData.email = email.text;
formData.from = from.text;
formData.to = to.text;
formData.weight = weight.text;
formData.delivery = deliveryGroup.getValue();
formData.action = "send";
// make new LoadVars for returned data
returnData = new LoadVars();
// send information
formData.sendAndLoad(mailform, returnData, "POST");
// load the returned data
returnData.onLoad = function(success) {
trace("----------------connected to php page----------------");
if (success) {
response.text = "thanks, a confirmation email has been sent to your email address";
} else {
trace("no returned data");
}
};
//------------test formData info, this will trace before returnData info
trace("formData.action ="+formData.action);
//test trace
trace("formData.name ="+formData.name);
//test trace
}
//end sendInfo()---------
stop();
I have highlighted the area that I need to change, many thanks in advance

Nick

Deleting Self When Frame Is Entered
What is the script I put on the last frame of a movie clip if I want it to delete itself when it reaches that frame?

Check If Number Has Been Entered
How can I check if the value entered in the textbox is number or not.
Dont want to restrict the user to enter number by putting restrict etc.
just want to validate at the end
How?

Making Sure User Has Entered Numbers
Hello,

I have some boxes that also have some error codes attached to them(if a box is left blank, if the values are too high, etc) but one error I do not have is if the user types in a letter or letters instead of just numerals. How would I be able to add an error code that basically says "if ia = A-Z, then return "blahblah" error message"?

Any help would be greatly appreciated. Thank you in advance.

Only Allow Numbers Entered, Phone Mask?
Is there a way to do this. I've played with the input box component flash has to offer couldnt find such a property or a mask.

Email validation i did myself for the other input. since its a lot easier, but phone... well i cant let users enter anything but the phone number into it and cant seem to find a way to make this component do that.

so my question i guess is what i am trying to do possible in flash and if it is whats the way? our c# builder has it, i thought flash would have something like that too.

Form Remembering Values Entered
I have a company that would like me to develop a detailed online form.
They also want to be able to save the data entered if the user should not want to fill all the form in at that particular time.

What way can I do the form so it will remember any data entered (for each indiidual customer too)

[F8] User Entered Hyperlink... Flashvars?
hello to you all in flashland. does anyone have an example of a variable getUrl hyperlink entered by a user into an HTML form?

i connected the getURL hyperlink into a flashvar, now i just need the user to be able to control it via html form.

if you don't have the answer, just let me know if this is super complicated i've already worried about this for too long.

Help With Reading User Entered Data
hey guys hoping someone can help me with this or point me towards some tutorial ive had a look and can't see exactly what i need...

I have a calculator that calulates body mass index. it works fine with predefined values but not when users input the values

I think the numbers entered into the input text boxes are not being read as numbers...i have initialised the variables as numbers and If i put in values to start it works fine....i get NaN if i a user adds in a value...help!

Text Entered In Textinput Not Visible
I have seen a number of posts on this board and others on this topic but I have not been able to find a solution to the problem. The form is very simple. Nothing is added programmatically as everything is on the stage and there is no actionscript addressing the fields. I am using an ezForm component by Flashloaded. I have done this several times before and it worked fine by just dragging the components to the stage without any other work but now it just won't work. Is there something I am missing?

Vince

Check Users Entered Answers
I tried code like this (This may not be exact as I removed it when it did not work)...

if (scoreA = 3 && scoreA = 0){
score = score +1}
else
{score = score - 1}

I'm assuming its the if statement that's wrong how should I check the two entry's that the user makes in two text boxes?

As for the entry answers being 3-1 can you guess what the question is, give you a clue it is a football quiz covering 2006-2007!!!

Saving Text Entered In Flash Onto A Txt Or Php
I've done a search on this forum for this but so far no luck concerning on how to do this the php way, only cookies...

Is there a way to save text that people input to a textbox into a .txt using .php so it can be loaded into the textbox everytime somebody sees it using the loadVars function?

Here is what I have so far but it won't work... I'm very much php illiterate.


PHP Code:



$filename = $ai.".txt";
$dir = "/";
$fullpath = $dir.$filename;
$handle = fopen ($fullpath, "w+");

fwrite($handle, $_POST["text"]);

fclose($handle); 




I named the php file "comments.php" Then in Flash I put this...


ActionScript Code:
_parent.loadVariables("comments.php");


Then I get lost.

Delete A Button If A Certain Frame Is Entered
hi everyone!

i want my button to delete if a certain frame plays...how would i do this?

Activating A Movie When Text Is Entered.
Hi! This is my first time here.

I have an .swf file that is going to serve as a login for a new website being built. The .swf will contain a movie symbol and two text fields underneath it. The idea is for the movie symbol to play at different points on its timeline based on what is being typed in the text fields below. For instance, when someone is typing in their user name, the movie file will start at a certain point on the timeline and when they type in their password, it will jump to another point in the timeline. I figure thats the easy part and I would settle for just that.

The complicated part is this: Ultimately, I want the movie symbol to jump to those points on its timeline based on how many characters have been typed into the text fields. For example, if someones user name is "christoper", I need the file to play the movie once someone has typed in "chri" and then jump to the next section of its timeline after they've typed in "stopher", and so on down through the password.

Can this be done?

Saving Text Entered In Flash Onto A Txt Or Php
I've done a search on this forum for this but so far no luck concerning on how to do this the php way, only cookies...

Is there a way to save text that people input to a textbox into a .txt using .php so it can be loaded into the textbox everytime somebody sees it using the loadVars function?

Here is what I have so far but it won't work... I'm very much php illiterate.


PHP Code:



$filename = $ai.".txt";
$dir = "/";
$fullpath = $dir.$filename;
$handle = fopen ($fullpath, "w+");

fwrite($handle, $_POST["text"]);

fclose($handle); 




I named the php file "comments.php" Then in Flash I put this...


ActionScript Code:
_parent.loadVariables("comments.php");


Then I get lost.

How Do I Get Variables Entered Through A Flash Form Sent To Me Via Email?
I have a simple Flash from on my web site. How (in simple terms please!) do I get the variables input by users sent to me via email?

The server has a POST program that works with HTML forms on a normal web page - can I link to this somehow?

Grateful for any help!

Checking Format Of A Date Entered By User?
Hello,

I have an input filled called StartDate I want to check to make sure that filled is in this format: DD/MM/YYYY

Can someone give me a hand?

Thanks

Any Way To Load New Movies Into Target (when Frame Entered)?
Hi...
I have a small prob. with frame actions...I am not too good with actionscript and basicly done my whole movie on tutorials and examples, but now i am running out of these.
I need to load a ext. movie into target when frame is entered...
Ok the goal i want to achieve is that:
when my main movie is loaded i have a another movie loaded into target movie right away (without pressing any buttons, it just loads by itself)
The point is that my all other content is loaded into the same target and when I load something else it dissappears because something else is loaded into the same target.
And also when i go back to the first scene ( i have three scenes in my main movie) it loads the "default movie" by itself...does this make any sense...
thanks for ANY help...

Flash Writes What User Entered Into A Text Box...
hi,
if i have for example "what is your name?", a text box underneath and and OK button, the user would enter there name and click ok, and then be taken to frame 2. how would i make it so that on frame 2 it says "hello (whatever user entered for there name on frame 1) ?

Thanks,
lee

Can I Limit Which Keys Can Be Entered In A Text Field?
Hello!

I have a question. I have an imput text where user should be able to type only LETTERS, no numbers, no punctuation.

I thought I could achieve it by setting de embed fonts to lower an upper case letters but i get this strange result: user can type letters, but also some characters (like comma, but not others like ; ) and some numbers!!! Yes, they can type 7,8,9 but not 6!!!

Can someone guide me how to achieve this?

Button Text Changes Size After Target URL Entered
I'm new to MX and just purchased a nice template off TemplateMonster to play with and it seems every time I add a URL to any button the font grows in size. I've tried for over an hour to figure out why with no luck and could really use some help.

If I remove the URL (the only chnage I made) the font size doesn't restore :/ and I am forced to copy over the .fla with my stored copy.

PLZ Help

[F8] If Entered Text Is Correct, Goto And Play
stop ();

if ans_1 = ("50") {
play();
)

I have that so far.

What am i doing wrong??

(the dynamic input box is called ans_1).

Many Many Many thanks

[CS3] Run User-entered Actionscript From Input Text Box
i am using actionscript 2, so any code examples need to be in that... unless it is only something which can be achieved in AS 3, in which case it would be impossible to incorporate into my current project, and i also have almost no knowledge of AS 3, but it would still be useful to know

Hi... i have been trying to research this but so far i haven't been able to find anything on the subject

basically... i want to have an input text box, for example with a variable name of 'enterscript' and when the user clicks a button i want whatever actionscript has been entered into the 'enterscript' text box to be run as if it were the on (release) action of the button

this would then mean that the user can write actionscript and see what it does to the movie as they do it, which would be extremely useful for me, and it would also mean that you can dynamically change what the button does... any suggestions???

Contact Form Send Without All Fields Entered
I have a contact form set up with 5 fields and it can only be sent if all 5 fields are filled in. Not all my clients want to enter a phone number or wedding date, so I need to know how to change the action script so that it will still send if only 2 or 3 of the text fields have been entered. I think the following is the action script I need to edit -- I just don't know how;

_submit.onRelease = function(){
if (txt1.text == txt1.startText ||
txt2.text == txt2.startText ||
txt3.text == txt3.startText ||
txt4.text == txt4.startText ||
txt5.text == txt5.startText) {
clearFields();
gotoAndStop(3);
} else {
_this.loadVariables("email.php", "POST");
clearFields();
gotoAndStop(2);
}
}


Thank you for any help you can send.
Susan

Messages Or Actions According To Strings Entered By The User
I want to build a flash application in which there is a text box.
According to the string entered by the user, there is a reply message appears or a special scene is being played.
How can I realize this request?
Is there any wizard in flash CS3 allowing me to do this?

Load File Into Movieclip As Soon As Homepage Is Entered?
Hi, Im using this piece of code for my menubuttons:

on (release) {
_root.name-of-empty-movieclip.loadMovie("name-of-external-flash.swf");
}

I'm using it to load external flash-movies into an empty movieclip. It all works very well, but I now need an external flashfile to be loaded as soon as you enter the website and not when u push a button. how can I make this work ? help anyone, plz

regards, soma

Load File Into Movieclip As Soon As Homepage Is Entered?
Hi, Im using this piece of code for my menubuttons:

on (release) {
_root.name-of-empty-movieclip.loadMovie("name-of-external-flash.swf");
}

I'm using it to load external flash-movies into an empty movieclip. It all works very well, but I now need an external flashfile to be loaded as soon as you enter the website and not when u push a button. how can I make this work ? help anyone, plz

regards, soma

Making Sure All Fields Are Entered - Flash PHP Mail
Hi Guy's

Ive built the PHP mail form that was on the site and wanted to know if there was a way i could make the form so every field must be entered before they are allowed to send the form.

I'm a actionscript newbie so please could some help me out :)

Sorry if this thread has been posted before....I did a search and could not find anything (I was unsure what the procedure was called so that may be why)

Anyway if anyone could help that would be great!

Thanks Guys

GetURL Url Address Defined By Entered Variable
Can I use the getURL command like this?

var user:String;

>visitors enter a string into the user variable
>then

getURL (http://www.homepage.com/"whatevertheuservariableis".htm, _blank);

Info Needed On Passing Info To SQL DB
I'm trying to write a Flash message board, and would like to know how to get Flash 5 to chat to a SQL Database.

I understand this needs to be done via ASP, not a problem, but how do I pass the variables to the ASP page for storage?

I've seen mention of loadVariables, but would like to know exactly how this communicates to the ASP page.

Many thanks
Wydget.

Set Input Text Feild To 0 If Invalid Character Entered
Hi

Need some help with actionscript 2.0

I have set up a shopping cart and need the Quantity input feilds to automatically reset to 0 if a character that is not a number is entered.

Hopefully this is not too complicted!! (there are 5 quantity input feilds)

How Do I Validate The User-entered Content Of A TextInput Component?
A great deal is riding on getting this to work, so any help is much appreciated. I asked Geezer last week, and, may he be praised, he actually responded to me. What a great guy. Unfortunately, he could not help with this. So here I am reposting in prayerful hope that someone with take the time to help me.

I need to create a movie in which the user enters text into a TextInput field in Frame1, and then clicks a button in that Frame. When the buuton is clicked, the text is validated. If the text entered equals a specific string, then the movie advances to another frame, Frame2. If not, the movie advances to a different frame, Frame3.

This is what I have created so far:

In Frame 1-
Dragged a TextInput component to the Stage, named it myText.
Dragged a Button component to the stage, named it myButton.
Attached the following actionscript to the button:
code:
on (release) {
if(myText.text == 'newbie') {
gotoAndStop("2");
} else {
gotoAndStop("3");
}

In Frame 2-
Created Layer2.
Dragged a Label component to the stage, named it Label1.
Changed text parameter of Label1 to "Click the Next button to continue."
In Frame 3-
Created Layer3.
Dragged a Label component to the stage, named it Label2.
Changed text parameter of Label2 to "Not correct."

I play the movie. The button blinks like mad and I get the following error message:
**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 1: Mouse events are permitted only for button instances
on (release)

I'm using FlashMX 2004.

I really need to ge this working. Please post here or send a direct e-mail.

Thanks very much in advance.
--JCS

Create PDF Pre-filled With User Entered Data From Flash?
Hi,

I am working on a Flash 8 cd-rom based presentation that has a form in it. After the viewer enters their information into the form fields my client is requesting that they be able to print a document with the information that was entered filled into the right fields.

They have been talking about this printable document being a pdf. Is it possible to dynamically fill in info from flash to a pdf? And will this work from a cd-rom?

I have found a component named blazePDF which seems to be able to do this, but I wonder is there is a better component/way to accomplish this?

Is there a better way, like using flashpaper? I don't have any experience with Flashpaper, the one time I tried it, the results looked terrible. The client wants this to print sharp.

Any help or advice is much appreciated.

Thanks,

oohah

Can Cuepoints Be Entered In Any Order In MediaDisplay Component Inspector?
I'm going to adding a LOT of cuepoints to the Flash 7 compatible MediaDisplay component using the component inspector window, since that's the only way I can see to do it (is that right?). After I finish inputing them, invariably I'll be adding more that'll reside between the existing cuepoints. Can I just add them to the end or do the cuepoints have to be listed in order of time? It doesn't seem like the inspector lets me insert cuepoints between two existing ones, and I'd hate to have to delete all my work just to put in a few more. Thanks.

Adding Information Entered In Textboxes In Flash Into An Excell Spreadsheet?
hey...im still pretty new qith this stuff and i was wondering if it is possible to enter information from flash into an excell spreadsheet?

if there is a tutorial or anything you can do to herlp.. it will be greatly appretiated

sorry for wasting your time

Quick Help...checkbox From Unchecked To Checked When Text Is Entered In Another Textb
Hey all...

I just have a very quick question.

I would like to have my hidden checkbox go from unchecked to checked when the user types any text in the Input text text box.

I have no idea how to write the script, so if someone can help then I will love you forever and make you muffins!

Thanks

Jeff

Quick Help...checkbox From Unchecked To Checked When Text Is Entered In Another Textb
Hey all...

I just have a very quick question.

I would like to have my hidden checkbox go from unchecked to checked when the user types any text in the Input text text box.

I have no idea how to write the script, so if someone can help then I will love you forever and make you muffins!

Thanks

Jeff

Desperate Need - How Do I Validate The User-entered Content Of A TextInput Component?
A great deal is riding on getting this to work, so any help is much appreciated.

I need to create a movie in which the user enters text into a TextInput field in Frame1, and then clicks a button in that Frame. If the text entered equals a specific string, then the movie advances to another frame, Frame2. If not, the movie advances to a different frame, Frame3.

This is what I have created so far:

In Frame 1-
Dragged a TextInput component to the Stage, named it myText.
Dragged a Button component to the stage, named it myButton.
Attached the following actionscript to the button:
code:
on (release) {
if(myText.text == 'newbie') {
gotoAndStop("2");
} else {
gotoAndStop("3");
}

In Frame 2-
Created Layer2.
Dragged a Label component to the stage, named it Label1.
Changed text parameter of Label1 to "Click the Next button to continue."
In Frame 3-
Created Layer3.
Dragged a Label component to the stage, named it Label2.
Changed text parameter of Label2 to "Not correct."

I play the movie. The button blinks like mad and I get the following error message:
**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 1: Mouse events are permitted only for button instances
on (release)

I'm using FlashMX 2004.

I really need to ge this working. Please post here or send a direct e-mail.

Thanks very much in advance.
--JCS

Input Text Fields Change Colour When Entered - Great But What If....?
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

Don't know if this would be better in the actionscript forum, but well it's here.


Thanks.

Input Text Fields Change Colour When Entered - Great But What If....?
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

Don't know if this would be better in the actionscript forum, but well it's here.


Thanks.

Knowing Exact Url Entered By User So They Can Be Directed To Specific Parts Of Site
Using both flash 4 and flash mx.

I have several domains which I want to use as aliases to my site.
For example, let's say the main site is everything.com. Then let's say I have several aliases, e.g. music.com, flowers.com, sports.com, etc. which will all direct the visitor to everything.com.

However, I want to know which url (alias) the visitor entered and then turn it into a variable so that I can call the appropriate movies. e.g. visitor enters music.com, they'll be directed to everything.com and then music.swf will be called.

I tried using flash to call a php program but that doesn't seem to work.

Any suggestions?

Thanks in advance.

arsantigua

Fill A Webpage Html Form With Information Entered In A Flash Movie
In my flash movie the user must input information in a form.
I would like to post the data on a html website text area form.
For exemple in a flash movie the user must enter his message board login and password info and once the user click login the flash movie open a new web browser window with the login html page with the form already filled with the previous information inputed in the flash movie.....

Is it possible ???

Thanks

Playing Specific Sound Files Based On Letters In User Entered Word
Hi

I had an idea.

I was thinking that it may be possible to create a primitive, yet usable actionscript based text to speech system for Flash movies (One that is platform independent).

The biggest problem that I could think of off hand is this.

Is it possible to right a series of actionscript commands that would play a collection of certain sound files based on what word or words the user has entered?

For example:

If the user types "Red Pen"

Can actionscript tear apart those two words and play sound files "Arr", "ee", "Dee", "Pee", "ee" and "EN"?

If it is possible, and if someone could help me out on it, then I'll start figuring out what phonetic sounds I'll need to record and program, and see if I can't build a simple text to speech program for flash movies.
I have no immediate commercial application for it, and I don't plan on one.
So if I can pull it off it'll be free to everyone, source code and all. Of course, it may be in my voice, but it shouldn't be hard to take what I plan to do and use it as a template for anyone else's voice recordings.

I hope its possible, seems likely enough. I think I saw somewhere where actionscript could separate the letters of a word from each other, and from there you just need something along the lines of a series of if statements. But I don't know where to find the code needed.

I'd appreciate any help you may be capable of offering.

-Lem

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