|
RE:Nested Movie Clip URL Buttons
by Lamont Pinckney
on
Jun 29, 2008 at 4:19:37 pm |
Hey Guys,
Its me again. I'm almost finished with my site(thanks in large part to your help).
I of course have another problem.
I did a search in this forum about URL request.
I connected my nested moive clip buttons to their resective URLs using the code:
var getokayplayer = new URLRequest("http://www.okayplayer.com/");
link1_btn.addEventListener(MouseEvent.CLICK,link1Click);
function link1Click(event:MouseEvent):void {
navigateToURL(getokayplayer);
}
This code worked for one page of buttons.
But won't work for the other movie clip pages with buttons.
I have alot of links.
Can you tell me what I'm doing wrong?
Thanks in advanced.
Lamont Pinckney
Lamont Pinckney
Silver Spy Designs
Respond to this post • Return to posts index
| |