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




Send A Variable Into A .loadClip Swf.



*** UPDATE ***

Cracked it.. very simple! the .loadClip swf can access the main movies _global.variables! So easy!

*** *** ***
Not sure if this would be possible, but it would be nice.

Here's the situation..
I have a flash movie (using forms, if that makes a difference) that allows a person to log in and play some mini games. One of these mini games is an external .swf that is loaded using .loadClip.

The mini game submits a score with a username at the end.

I want to be able to pass the user name from the first movie, that is gathered when a person logs in, to the second swf so it can submit it with the score to my database.

So far at the end of the game the player must enter their name manually, but I want to completely automate the score submittal.

Here's the code that loads the swf. The second swf itself is completely stand alone. (It was a project of mine from a while ago which I'm trying to integrate into a new project)


Code:
var container:MovieClip = createEmptyMovieClip("container", getNextHighestDepth());
var mcListener:Object = new Object();
var mcLoader:MovieClipLoader = new MovieClipLoader();
mcLoader.addListener(mcListener);
_root.application.openTitanX4.onPress = function() {
mcLoader.loadClip("Titan X4/TitanX4v5.swf", container);
};
If not sending variables into it, how about accessing the variables of the first movie.
I noticed that the game swf was using the _root._ymouse of the main swf and not itself. However trying to access _root.someVariable just comes up undefined!
Food for thought, there.



ActionScript.org Forums > ActionScript Forums Group > ActionScript 2.0
Posted on: 03-13-2007, 08:45 PM


View Complete Forum Thread with Replies

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

LoadClip With Variable Problem
I can not seem to find any info on the problem I'm now having. Using the below code will not work for some reason. It refuses to load the jpeg. If I substitute an actual path, it works great. Also, I can trace varFromAbove and it trace fine. Any ideas?



Code:
function loadImages(varFromAbove) {

var myLoader = new MovieClipLoader();

var myListener = new Object();
myListener.onLoadInit = function () {

}

myLoader.addListener(myListener);
myLoader.loadClip(varFromAbove, _root.largeImage);


}

LoadClip Url As Variable? Problem
ok,
I am constructing a appearently simple photo thingy in flash.
I have some variables that contain the paths to images.

When I give the url as a string like loadClip("url",.... all goes fine. When the url is inside a variable it does work when the variable is defined like: var something = "url"; it also works....

but as soon as I use my loop generated urls the image won;t
load.... Has that anything to do with the nature of my variables:

I am trying to load the var called photolocs


Code:


function showContent() {
var nr = 0;
for (i=0; i<this.m; i++) {
if(this["album_id"+i] == 23){
nr += 1;
var rijnr = i;
var photolocs = String('"'+this["photo_location"+i]+'"');
newMC = basismc.duplicateMovieClip("mcname" + i, i);
newMC._x = newMC._x;
newMC._y = newMC._y + 50*nr;
var mcname = eval("mcname"+i);
basismc._visible = false;

mcname.loc = photolocs;
mcname.nummer = nr;
mcname.rijnr = rijnr;
}
mcname.select_album = this["album_id"+i];
mcname.newsfla****em.team_mc.content.text = ">> "+this["album_desc"+i];
mcname.newsfla****em.vereniging_mc.content.text = this["album_name"+i];
mcname.newsfla****em.loploplop = 2+(i*10);
}
}
var c = new LoadVars();
c.onLoad = showContent;
c.sendAndLoad("getphotos.php", c, "POST");
stop();



I can not think of anything, I tried it all
I hope for a push in the right direction, many thanks!
game

Send Variable With GET URL ?
Hi,

I would like to know if it is possible to send a variable to a server VIA the GET URL.

Here's the situation:

I have a user INPUT box, USER types into it and has to hit SUBMIT. The Submit button needs to send whatever the user typed in to a remote server. So, I know the user in put is the variable name of the input field, but what is the method of SUBMITTING what the user typed in to a remote server?

Any help would be appreciated!!!

Thanks in advance!

How To Send Variable From *.swf To Another *.swf ?
Hi
How can I send variable from one flash file to another one.
For example if I call a html page which contain a flash file in it, can I send a variable to that flash file and can that flash file read that variable some how?

Thank you in advance for helping me.

Send Variable
plz i want to know that how i can send variable or variable value from main movie to movieclip

Send Variable From Asp Url
i have flash at the top of an asp file with the main menu defined in the asp code, not the flash file.

i want to manipulate the flash movie when ive selected a certain button on the main menu, but not sure how to send this variable to my flash movie.

could someone point me in the right direction?

thanks!

Get Url And Send Variable
I have a button in my flash movie and this code
on(click){
getUrl("redirect.php","_self")
}

but I also want to send a variable let's say "submit" to this page
if my variable will be "0" the script will do something
if it will be "1" ....

if I want to send a varaible to a php script I do this way
newEntry = new LoadVars()
newEntry.ref = this
newEntry.submit = "0"
newEntry.sendAndLoad("redirect.php?, newEntry , "POST");

but how can I lunch a php page and also send a variable to this page

Send A Variable
Hi there
In my main movie i load an swf into an mc
code:
on (release) {
loadMovie(link, "_root.mcSamples");
}

From the outside swf i wanna send a variable in main movie, i have this one for an dinamic text that work fine(dinamic text is in main movie).
code:
_root.mcBig.outText = "this";

this script again in outside swf that dont work

code:
_global.outLink = "http://www.yahoo.com/";



In main movie on first frame i have
code:
_global.outlink = "http://www.google.com/";

this script on a button in main movie
code:
on (release) {
getURL(_global.outLink, "_blank");
}

when i press the button i go to google and script from the outside swf dont work.

i have tryed many other ways but i cant make it work

can u please tell me what am i doing wrong?

Thank you

Send Variable Value To Another MC?
i have main MC in wich i load external MC...
so i load exMC on stage manMC
i have a varibale with walue in exMC and i want to use this varibale in main stage...
how can i do that?
Fresh_ales
p.s.: localconnection?

Send A Variable From Two .swf
How do I send a variable from a.swl to b.swf
Tkank
Bruno

Send Variable To Pop Up ?
Hi everybody,
I have a project to finish and no idea how to. I suspect that I have to use PHP on this one, but I ask you - flash guru!

I would like to open a popup window from a flash movie and send an action to it. I explain it better. I have a movie with 25 thumb. When you click on the thumbs a popup window should open displaying the respective picture in big dimensions. The popup window is simply a photo gallery were you can look than at all the big pictures with two normal next and prev buttons.
It?s possible to send a variable that loads the choosen pictures into the popup window? Somenthing like: if you click on the thumb1 the popup window open and load the pict1big into a movieclip, if you click on the thumb2 the pict2big is loaded .. etc..

here the code I use to load the thumbs on the movie and launch the pop up

Code:

for (var i = 1; i<=26; i++) {
   var thumb = tumbs["t"+i];
   thumb.loadMovie("http://www.site.com/pict/thumbs/"+i+".jpg");
   thumb.id = i;
tumbs.onRelease=function(){
   getURL("javascript:NewWindow=window.open('http://www.site.com/popup/popwin.html','newWin','width=561,height=784,left=100,top=50,toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen=No');  NewWindow.focus();void(0);");
}   
}


and here the code I have in the first frame of the pop up window (to be as clear as possible..)


Code:

stop();

empty.loadMovie("http://www.site.com/pict/big/1.jpg","_root.empty")



bnext.onRelease=function(){
   empty.loadMovie("http://www.pulver-studio.de/pict/s04/big/2.jpg", "_root.empty")
}

prev.onRelease=function(){
   empty.loadMovie("http://www.pulver-studio.de/pict/s04/big/25.jpg", "_root.empty")
}


At the moment when the pop up opens it dislpays the picture number 1.
It?s possible to do what I would like?

thaks for reading all this at least ;)
any help, please!

Send Variable From Swf To Another Swf
I want to sent a variable with swf(1) and update this variable when i open a new browser window with swf(2).

how i make this?????

please help me!!!

JS Send Variable To SWF-movie
Hello everyone.

My problem:
I have a movie with a dynamic textfield (info).
Is it possible to put a new value into the textfield from outsiede with JavaScript?

Thanks for any idea.
gerda

Send Variable Via Email
hi ...i want to know if its possible to send variable via email and php ...the only thing i am able to do is to send input text variable but not dymamic text variable.
Thanks in advance

Problem With Send Variable
While sending the variables using send variables , all of the variables are sent to the URL , is there any way that only specified variables can be sent through send variables.

I Need Send A Variable Between Movies
Hi.... I have a movie... with variables... and when i load a new movie in another level...I' need know the value of the variable, to use in an action in the second movie..
Sorry for my english and thanks in advance !!

How Can I Send A Variable With A Button
hola!!, I want to send the variable "mynumcontrol" to the frame "main" but I donīt know, first how load it of menu.htm, and then how send it to general.htm....

Please can some body help me.... thanks, gracias

Send To My E-mail With Variable
ok,
i got a text field and a button. when the user enter some text in the text field and click the button, the text in the text field will be send to my e-mail for example myName@website.com
how do i make this?
can this be done only using flash?

Send Variable From SWF To SWF Thru LoadMovie
I want to use a button to load a movie (not movie clip), a new url, and also pass the variable REQUEST into it. Any suggestions?
--------------------------------------------------------------------
Currently I'm using this:

on (release) {
request = "privacy";
loadMovie("pages/termsconditions.swf", "this", "POST");
}

Send Variable Values From One SWF To Another
Greetings

Here's the didge: I want to send different variable values to a SWF when loading it - so it goes to the frame I want it to.

I have several buttons - each send the SWF to a different frame upon loading - okay I got that... but now when I want to choose a new link to zip to a different frame, or part of the site, the SWF must load again - some kind of caching problem.

A kind gentleman gave me some assistance to solve this problem, but I didn't know how to interpret it: (this is out of context - from the scripting & backend forum)
__________________________________________________ ___

Hi,

if you require a recent flashplayer (this feature was added to FP6 later), you can also use <embed src="movie.swf" flashvars="var1=value1&var2=value2"> and its param counterpart - this looks the same for the movie but solves the caching problem

Either way is very similar to flash loading variables from a text file or server, and you do not add quote marks there either

Musicman
__________________________________________________ _____

Could this work with a loadMovieNum command?

The work in progress is at

http://www.indoamericanfilms.com/test.html

several links under "the film" all go to the same SWF-but jump to a different frame. but the SWF reloads every time

Any feedback would be greatly appreciated!

Thank you,

quazi

Capture The MC Name And Send It As A Variable
Can this be done from within the MC? The name is generated so I can't hardcode it. I just need to figure out how I can capture the MC instance name so I can passit to another page.
Peace and Thanks

How Do You Send A Variable To Google?
I don't want to make my own search program. I saw something about Froogle but I don't think that's what I want.. I don't want to get the results and put them somewhere else.

All I want is to be able to enter text into a field on my flash movie, click a button, and send that to google and open a google page with the search results.


Is there any easy way to do this?

Thanks.

Send Variable W/ Fscommand?
Hello,

I have a popup that opens when someone exits my site using this javascript in the html:

<script language="javascript">
<!-- begin

var exit=true;
function exitwindow()
{
var url = 'http://www.yahoo.com';
var win = 'toolbar=0,directories=0,menubar=0,scrollbars=1,re sizable=0,width=520,height=600';
if (exit)
open(url,'WindowName',win); }


// end -->
</script>


for links on my site that I don't want to activate the popup I use the following code:

<a href="http://www.yahoo.com" onClick="exit=false">

How can I pass this "exit=false" from my buttons in Flash w/ the fscommand? This question seems to go unanswered on any board I post to so any help would be greatly appreciated.

Thanks!

Using A Button To Send A Variable
Hey, I'm using an input text field for a user to enter their email address into, then I'm using a button that they would click on to submit their email address to me to join a list. When they click the submit button I want their address to be emailed to me. Help please?

Send Variable To PHP From Projector
I have made an XML file editor that needs to run from a stand alone projector. The code i have will overwrite and save the XML via PHP just fine when used in a browser, but i cannot get it to work when run from a projector.


i am using this code to send variables to a php script:

code:
send_btn.onRelease = function() {
input_xml.parseXML("<edit> new text </edit>");
input_xml.firstChild.firstChild.nodeValue = input_txt.text;
input_xml.xmlDecl = "";
// declaration duplication bug
input_xml.sendAndLoad(server_file, output_xml);
output_txt.text = "Loading...";
};


the PHP script is as follows:

code:
<?php
$filename = "unit401.xml";
$raw_xml = file_get_contents("php://input");

print $raw_xml;

$fp = fopen($filename, "w");
fwrite($fp, $raw_xml);
fclose($fp);
?>


This works fine when used in a browser. However it needs to work from a stand alone flash projector. any suggestions?

Send A Dynamic Variable To An SWF
I have an ASP page where users can choose from a list of titles. When they click on one I need it to open up an SWF and display data appropriate to the title chosen by the user. So in other words I need to pass an ID from ASP to Flash. I know about LoadVariables and how I can have it grab variables from an ASP page, but how do I have it grab a variable that changes based on what the user clicks? I hope that made sense. Thanks in advance.

Need Simple Way To Send Variable To Php
Hi all,

i want to send variable from flash form to php. i have visited many related topics but could not understand any of these cause i am not a programmer but designer.

I have my input type and button on same MC.
variable of that input type is bt.
i want
on(press){
getURL("searchpage.php?"+bt)
}

edit
---------------
http://www.mysite.com/searchpage.php?bt=

after that = these value should be from flash form.
----------------

or what?

plz correct it to help me solving this problem.

Thanks



I Solved this problem.
=========================================
on(press){
var sValue = srch;
getURL("search.php?sString="+sValu);
}
=========================================

That was all i was looking for.

Send Variable To Xml (which Is Actually A Php Page) Possible?
I have an xml file that is dynamic. Depending on the variable sent to it, it will have different content. So how do I do this? When I used the following it doesn't work:

gamedata.load("gamedata.php?id=1");

I take off the 'id' variable and it works. Ugh. Please advise.

The header of my php file is like so:


Code:
<?
header('Content-type: text/xml');
echo "<?xml version="1.0" encoding="ISO-8859-1" ?>"; ?>
<gameshow>
<data dtype="PROJECT_SETTINGS">
<project_type>1</project_type>
<title>Whatever...

Send Variable To PHP And Recieve XML?
Hey everyone

I have a variable in flash containing a number. I want to send this number to php, and that PHP page will use this number to grap info from database and output XML.

But I can't figure out how to send the variable? I've tried putting a variable after the php-page name in the xml.load action like this:

xml.load("index.php?id=2");

But that doesn't work... how would you go about doing so simple a thing :-(

- Ronze

Send A Flash Variable To Php
hi guys, i want to submit a number from a textbox to a php file with flash, but have know idea where to start!! i have searched this forum and looked at a few tutorials but i cant seem to get them to work!! sorry, this seems like a really simple thing but i am running out of time for my assignment!! thanks alot for any help!!!

How Do I Send A Variable To A 'search.cfm'?
I have a search field in flash, it has a text box with a variable name. When the user clicks the search button, I need to send whatever is in that text field to
something called 'search.cfm' . I am unfamiliar with any sort of backend coding, but I am hoping this is a fairly basic thing to do.

Wondering if someone can help me with the syntax on how I could achieve this.

Thanks.

Sending Xml And A Variable In One Send
is it possible to send an xml file and a variable in one send?

at the moment i have xml.send("xxx.php","_blank");

but i also want to send a variable as well

i could use:


Code:
var Sender = new LoadVars;
Sender.newFileName = aaa;
Sender.xmlFile = xml;
Sender.send("xxx.php","_blank","POST");
in php i can pick up the newFileName as 'aaa' and the xmlFile contents but does this cause a problem with it being an xml file?

thx

Send A Dynamic Variable To An SWF
I have an ASP page where users can choose from a list of titles. When they click on one I need it to open up an SWF and display data appropriate to the title chosen by the user. So in other words I need to pass an ID from ASP to Flash. I know about LoadVariables and how I can have it grab variables from an ASP page, but how do I have it grab a variable that changes based on what the user clicks? I hope that made sense. Thanks in advance.

How To Send Variable To A Textfile?
I could load a variable since a textfile "exemple.txt" but I could not change the variable of the file "exemple.txt" (to send it variable since flash
towards this file).

ActionScript Code:
//to load a variable of a textual file

ActionScript Code:
loadVariablesNum ("exemple.txt", 0);
Then which is the actionscript necessary to send my variable from Flash to
"exemple.txt"
Please help me!

Help... Send Variable To Popup
i have script to post/send variable to popup window from flash...
i tried on OPERA browser it works correctly...
but whe i tried on IE browser, cannot send the variable...
anybody can help me???

here i send the script and flash sample...

varsToSend = new LoadVars();
varsToSend.nama="name";
varsToSend.email="bla@bla.bla";
varsToSend.umur=23;
varsToSend.kelamin = "man";

function sendThisVars(){
varsToSend.send("request.php", "popup", "POST");
clearInterval(intId);
}

bt_ntr.onPress = function(){
getURL ("javascriptpenNewWindow('request.php','popup',' width=450,height=335,toolbar=no,scrollbars=no');") ;
intId = setInterval(sendThisVars, 100);
}

thx in advance

Send Variable To HTML Help
Hi,

I need to tell my HTML page to hide a DIV once a button in my flash movie has been clicked. I need to do this once without page refresh.

I already have FlashVars going from my page to my movie but I also need to return vars to my page. Is this possible?

Thanks for reading

Send Variable From ASP To Flash To ASP
I'm really, really new to Flash and using Flash 8 Pro. This is what I'm trying to do. I have a list of cars, when someone clicks on a car, they are taken to a page with details about the car and a flash gallery. The Flash Gallery is reads the image files names from an xml file. I'm really using an asp file (photos.asp). Anyway, I need the pass photos.asp the vin of the car from flash.
I did this is the VehicleDetailSaleen.asp screen

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="

How To Send A Variable From One Class To Another?
hello,
i have "One.as", which is the document class for one.swf.
i also have "two.swf", with "Two.swf" entered as its document class...

One loads two into it. two is basically a 10 frame movieClip with a variable at the beginning called "var endFrame:Boolean = false", then on the last frame it says endFrame = true.

my question: how in the world do I communicate this back to One.as??? i've tried ENTER_FRAME listeners, declaring the variable here and there... and many other embarrassingly usuccessful strategies.

i would just like to load in "three.swf" after two.swf finishes... but One needs to know that it has indeed finished.

your help would be greatly appreciated. thanks

Help... Send Variable To Popup
i have script to post/send variable to popup window from flash...
i tried on OPERA browser it works correctly...
but whe i tried on IE browser, cannot send the variable...
anybody can help me???

here i send the script and flash sample...

http://www.actionscript.org/forums/a...0&d=1138232597


varsToSend = new LoadVars();
varsToSend.nama="name";
varsToSend.email="bla@bla.bla";
varsToSend.umur=23;
varsToSend.kelamin = "man";
function sendThisVars(){
varsToSend.send("request.php", "popup", "POST");
clearInterval(intId);
}
bt_ntr.onPress = function(){
getURL ("javascript:openNewWindow('request.php','popup ',' width=450,height=335,toolbar=no,scrollbars=no');") ;
intId = setInterval(sendThisVars, 100);
}
thx in advance

How Do I Send A Variable Between One Movie To Another?
I'm trying to work on a friends site. He wanted a bios page to show some pictures. I have structured it so that when you click to see the bios section, it loads the bios flash movie. I also have a separate flash movie for the gallery. I wanted it so that, if you are in the bios and click on a picture, it will take u to the gallery section, and bring up the picture that you selected.

Is this even possible? Any assistance on this would be very helpfull. Thanks.

How Do I Send A Variable To A 'search.cfm'?
I have a search field in flash, it has a text box with a variable name. When the user clicks the search button, I need to send whatever is in that text field to
something called 'search.cfm' . I am unfamiliar with any sort of backend coding, but I am hoping this is a fairly basic thing to do.

Wondering if someone can help me with the syntax on how I could achieve this.

Thanks.

How Do I Send A Variable To A 'search.cfm'?
I have a search field in flash, it has a text box with a variable name. When the user clicks the search button, I need to send whatever is in that text field to
something called 'search.cfm' . I am unfamiliar with any sort of backend coding, but I am hoping this is a fairly basic thing to do.

Wondering if someone can help me with the syntax on how I could achieve this.

Thanks.

How Do You Send A Variable In The GetURL Line?
Hey,

I'm trying to send the current frame number in the url string of the getURL command. I tried this:

On (Release)
Set Variable: "currFrame" = _currentframe
Get URL ("../search/search_questions.cfm?framenumber=currFrame", window="_blank")
End On

If the current frame is 204 (for example), I want to be able to send this url:
../search/search_questions.cfm?framenumber=204

Any ideas?

Janet

Send Variable When Sound Stops?
HI
I have used this code to play a sound from the library.

with (song_link) {
sound1 = new Sound(song_link);
sound1.attachSound("inga");
sound1.setVolume(100);
sound1.start(0, 0);
}

and when the sound stops i would like to stop a MC that loops.

if there is any way to have an if command in the MC that waits for a variable to be sended and then stops.

or to set some kind of countdown when u start to play the sound that tells the MC to stop.

PHP 4.2 Error :can Not Send Flash MX Variable
<?
/*make form variable the same value as sending variable*/
$headline=$addheadline;
$body=$addnewsbody;
//make a flash readable format
$echostatement="headline=".urlencode($headline)."& body=".urlencode($body);
echo $echostatement;
?>

THis is my PHp code which try to recieve variable from FLash
and turn it back to FLash .
But when I install PHP 4.2.
THis code does not work
it said"
Undefined variable: addheadline in C:InetpubwwwrootphpTESTNEWS.PHP on line 3 PHP Notice: Undefined variable: addnewsbody in C:InetpubwwwrootphpTESTNEWS.PHP on line 4 "
I used to try this with PHP 4.0 without no problems.
Please Help , Thanks



[Edited by rukpong on 06-14-2002 at 03:18 AM]

Send Variable To Flash From HTML
Does anyone know how i would go about declaring and sending a variable to a flash movie that is embedded into an html page.

Here's what I'm trying to do...

I have a menu tree designed in flash.
It sits in a table on an html page.
I need to let the flash movie know what page it is on...
so that the menu will open to the appropriate submenu.

My initial thought was to set up the embed code to url encode
the variable like so...

(EMBED src="mymovie.swf?mymenu=submenu1" ect)

But this causes the movie to not play.

If anybody knows how to control a flash movie with the html
page that the movie is embedded into, it would be greatly appreciated.
thanks.

How To Send Variable From Html To Flash?
Can anyone give me some hint how to do this?
I have a html file with pull down menu. It will direct the user to a flash file, simply depend on what value he has selected from the pull down menu. (a flash file with some frames, go to which frame simply depends on what value he has chosen from the html files).

Send A Variable From Flash To Dreamweaver
OK,

I have a flash movie embeded into a dreamweaver designed page, I have loads of variables passed to flash, and have no problems with that.

I now want to use a button in flash, that once pressed will send a variable in the flash movie back to dreamweaver.

I want it to send the variable to a blank form field or text field.

Is there a nice an simple way to do this?

Send A Variable To A Shim-movie
I'm using a shim-movie to load data across domains (as explained at http://www.macromedia.com/support/fl...ad_xdomain.htm)

The shim-movie that I use, activates a PHP script, and because the PHP-script can be activated in diffrent ways, and the results will differ (depenting on the action started), I would like to send a variable to the shim movie.

Now I run movie.swf, which calls the shim movie like:
loadMovieNum("http://www.MyOtherDomain.com/shim.swf",1);

In shim.swf I call script.php like:
loadVariables("script.php",1);
(or something like this, because I'm not home right now I can't check the exact way I run this, but the effect will be the same...)

now I want to ad some options to the loadVariables-line, and I'm wondering how I can do this. Is this possible by calling the shim movie like:
option="run";
loadMovieNum("http://www.MyOtherDomain.com/shim.swf",1);
(or maybe it's possible to do this???:
loadMovieNum("http://www.MyOtherDomain.com/shim.swf?option=run",1);
)

and then put the next thing in the shim-movie:
if(option=="run"){
loadVariables("script.php?action=run",1);
} else {
loadVariables("script.php",1);
}

Can anyone help me? I really have no clue on how to sent a variable into the shim-movie, so that I can use this variable in the way I want to call my php-script.

Thanks in advance!!!
(by the way, I'm pretty new with actionscript as you may have noticed, but I really would like to get more familiar with the language. I'm experienced in PHP, CGI, HTML, etc so I'm not totally wacko...)

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