I use a command similar to:
on (release) {
getURL ( main);
}
on a simple button and it calls nothing, does nothing...just sits. I asked the "Flash" expert at work and he claims it's a bug within flash and the scripting does not communicate with HTML. Is this true? I just want to load a HTML page (within the same directory) into a target, using a buttion within my flash presentation.
It seems logical and easy to do, there are far more complicated things I have accomplished. Am I a dummy or is there something wrong here? Also, I checked the FAQ's, thier solution seems to be what I have done....?
on (release) {
getURL ( main);
}
on a simple button and it calls nothing, does nothing...just sits. I asked the "Flash" expert at work and he claims it's a bug within flash and the scripting does not communicate with HTML. Is this true? I just want to load a HTML page (within the same directory) into a target, using a buttion within my flash presentation.
It seems logical and easy to do, there are far more complicated things I have accomplished. Am I a dummy or is there something wrong here? Also, I checked the FAQ's, thier solution seems to be what I have done....?