Jump to content


Movie Clip Menu


  • You cannot reply to this topic
3 replies to this topic

#1 eXGNet

    Young Padawan

  • Members
  • Pip
  • 2 posts

Posted 18 June 2007 - 03:49 AM

I have a movie clip menu and I cant figure out how to assign urls to the movie clips(not buttons) if you could help I would greatly appreciate it. Sorry if this is a double post short on time =|

The menu is along the top of exgnet.com, I need to figure out how to link the 2nd row (Home, Join, Staff, Apply, Standings, Movies, Log In, Forums.)

Thanks for the help!

#2 Pax

    P2L Jedi

  • Members
  • PipPipPip
  • 911 posts
  • Gender:Male
  • Location:Windsor, ON, Canada

Posted 18 June 2007 - 09:10 AM

inside the movieclip, make an actions layer, or if you've already got one for your button events, just add:

this.onRelease = function(){
getURL("http://www.myurl.com", target);
}

Replace target with where you want the html page to load...could be _blank or something along those lines. Standard targets for HTML.

#3 eXGNet

    Young Padawan

  • Members
  • Pip
  • 2 posts

Posted 18 June 2007 - 12:41 PM

View PostPax, on Jun 18 2007, 10:10 AM, said:

this.onRelease = function(){
 getURL("http://www.myurl.com", target);
 }

I tried this it gives an error each time.

#4 Pax

    P2L Jedi

  • Members
  • PipPipPip
  • 911 posts
  • Gender:Male
  • Location:Windsor, ON, Canada

Posted 18 June 2007 - 01:18 PM

What error are you getting? You need to replace target as well.

Make sure that code is *inside* the movieclip, not on it. Make a new layer for all your actions, and put that code on the first keyframe.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users