MasterSyde
Programmer
Hi. Im new here, and was told this is a good place to find help. I have downloaded a free web template, and jumped right in to work with flash. Guess i always start the hard way....
anyway, i'm having a few problems with some of the code...
1- i can't get the links to open in a new window like they are coded to do.
2- the resume window, won't read the text file. this i think i just coded wrong...
here is the code for the resume window... the first one is from the 2nd text window that works, and the 2nd one is from the 3rd text window that doesn;t..
2nd window-
tell target (win2){
//notice the win2
loadvariables ("text2.txt","text_box2"
;
//load text file
loaded2 = 1;
}
tell target (win2){
//notice the win2
loadvariables ("text2.txt","text_box2"
;
//clear text
loaded2 = 0;
}
3rd window-
tell target (win3){
//notice the win3
loadvariables ("text3.txt","text_box3"
;
//load text file
loaded? = ?;
}
tell target (win3){
//notice the win3
loadvariables ("text3.txt","text_box3"
;
//clear text
loaded? = ?;
}
What should i code into the question marks????
last question i have is.. my links wont open in the new window.. this is the cod ei have for it.. is it correct?
on(release){
getURL("hxxp://}
thanx for any and all info on this matter....
anyway, i'm having a few problems with some of the code...
1- i can't get the links to open in a new window like they are coded to do.
2- the resume window, won't read the text file. this i think i just coded wrong...
here is the code for the resume window... the first one is from the 2nd text window that works, and the 2nd one is from the 3rd text window that doesn;t..
2nd window-
tell target (win2){
//notice the win2
loadvariables ("text2.txt","text_box2"
//load text file
loaded2 = 1;
}
tell target (win2){
//notice the win2
loadvariables ("text2.txt","text_box2"
//clear text
loaded2 = 0;
}
3rd window-
tell target (win3){
//notice the win3
loadvariables ("text3.txt","text_box3"
//load text file
loaded? = ?;
}
tell target (win3){
//notice the win3
loadvariables ("text3.txt","text_box3"
//clear text
loaded? = ?;
}
What should i code into the question marks????
last question i have is.. my links wont open in the new window.. this is the cod ei have for it.. is it correct?
on(release){
getURL("hxxp://}
thanx for any and all info on this matter....