Hey, is there any way I can target a link in a flash? I'm making a website and all of the links are targetted to an iframe called "frame" and I want to be able to create a flash navigation bar.
Hey, is there any way I can target a link in a flash? I'm making a website and all of the links are targetted to an iframe called "frame" and I want to be able to create a flash navigation bar.
on(release) {
getURL("http://www.somewhere.com","frame")
;
}
Hi there!
At 8/7/06 03:03 PM, jmtb02 wrote: on(release) {
getURL("http://www.somewhere.com","frame")
;
}
it's not working :S
Well, link targeting works something like this in flash...
getURL("URL","Target");
Make sure your target is case-sensative, and that if you are setting up relative URL's, that they are hitting the right page.
Hi there!
This code is doing nothing at all
on(release) {
getURL("http://www.newgrounds.com","frame"
);
}