00:00
00:00
Newgrounds Background Image Theme

Someone gifted MetalSlayer69 supporter status!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

Link targetting?

744 Views | 5 Replies
New Topic Respond to this Topic

Link targetting? 2006-08-07 15:02:49


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.

Response to Link targetting? 2006-08-07 15:03:42


on(release) {
getURL("http://www.somewhere.com","frame")
;

}


Hi there!

BBS Signature

Response to Link targetting? 2006-08-07 15:15:23


At 8/7/06 03:03 PM, jmtb02 wrote: on(release) {
getURL("http://www.somewhere.com","frame")
;

}

it's not working :S

Response to Link targetting? 2006-08-07 15:19:16


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!

BBS Signature

Response to Link targetting? 2006-08-07 15:29:52


This code is doing nothing at all

on(release) {
getURL("http://www.newgrounds.com","frame"
);
}

Response to Link targetting? 2006-08-07 16:11:34


**BUMP**

Anyone?