I do not see your file any different from mug’s file… and I have no intention of doing the same example twice…
Why don’t you open up the example that I have made for mug and apply the code in your file??? Let me know if you get stuck or something… I’ll be happy to assist you…
cause i have a whole bunch of radio buttons as i had posted
“”"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
function HaveYouBeen1(component)
{
_level0.HaveYouBeenTo = component.getValue();
}
“”"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
so doooo i have to put under that level more levels?
or do i close it off and then start a new function havebeen1 again etc etc and then close it off and start for each dot thata i have?
cause really what i need is to be stored to a database, so when i hit retrieve the variable we be loaded up again on the form with out the person haVing to fill them out!!
so basically an sql database or something…
Yes and No… _root is the same thing as _level0 if you are not loading anything, but it is not if they are used in the loaded movie… You can read some more about this stuff from searching for the ‘path’ in Flash…
so doooo i have to put under that level more levels?
or do i close it off and then start a new function havebeen1 again etc etc and then close it off and start for each dot thata i have?
If I have understoodd your question correctly, Yes… You will have to create one function to each questionairs…
so when i hit retrieve the variable we be loaded up again on the form with out the person haVing to fill them out!!
I am not getting any meaning out of this sentence… What do you mean???
if u want to take a look at it http://members.rogers.com/lastdon00/help.zip
I don’t know why you are keep forcing me to do your job… Didn’t I make myself clear??? I did one already… I did it so that other people can take a look at it and make it themselves… Go over the crappy code that I have in there, and try to make it yours… And ask questions if you have any… I am here to help others, I am not here to do other people’s homework… Alrighty???
:crazy: dam kid relax i ain’t forcing anybody to do my work
i posted the link up, so u knew what i was talking
“I don’t know why you are keep forcing me to do your job”
i didn’t put a knife to ur throat so take a chill pill
chillax dude.
just posted a link to see if _root what i had
was the same as _level0
yeh i just couldnt under where u had gotten the _level1
cause i was use to seeing _root
so i was a lil confused.
Well… I haven’t used _level1 in there… _level0, I think… If you are new to Flash and haven’t seen _level0 yet, I think it is good time to learn… Like I was saying, go over the Flash path stuff… It’s really important to know what the differences…
HaveYouBeen.setChangeHandler(“HaveYouBeen1”);
function HaveYouBeen1(component)
{
_level0.HaveYouBeenTo = component.getValue();
}
i am not worried about the input text cause i know it works
just the radio buttons
i just rename it to
radioGroupp.set blha blha blha
and put_root on release and i guess it should work then?
If I remember correctly, HaveYouBeen was the name of the radio button group… So, replace it with your group name and change the name of the function accordingly, and I think it should work… If it doesn’t, copy and paste your source for it… and use [ php ] tag to format the code… (If you need to know how to do code formatting, see here)
what i had asked before, i can store this data, and then when i was to recall the page back up, the data will still be there,
like how cookies work with explorer
I am not sure if there is any question in that paragraph, but yes… it all depends on how you save the user’s input data to the database and load the data again when it is necessary…
I AM glad that you got it working… Good job, lastdon… I’m proud of you… Really… :rambo:
I hope I wasn’t too hard on you… But I AM sure you have gotten learned much more thatn me doing that file for you and you go over it afterwards… Don’t you think so??? :beam:
Oh, yes… LoadVars() object does good job calling server side script…