Subscribe to our newsletter:
Awaiting 3 votes.
Posted by : redkip on 01/30/2008
7778 pageviews, 42 purchases
Package includes: FLA
Opens with: Flash 8, Flash CS3, AS 2.0
Viewable with: Flash Player 8 and above
Awaiting 3 votes.
This is a "tsunami" style menu including support for text menu items and vertical/horizontal orientation. You can easily change the text and url for menu items via an external XML file and adjust the "tsunami" size and items fading and text properties by simply editing one global menu item symbol from the flash movie library.
- Price : $4
- buy now
- add to alerts
Tsunami Horizontal Text
Tsunami Vertical Text
Hi I have the same issue as the previous user – could you clarify?
I need it to go to and Play another movie in my Flash project.
Posted on November 18, 2008







help
and feedback
latest
news
latest
forum entries
Hello,
In order to play another movie, go inside the code in Flash. In the function addMenuItems insteed of getUrl you write gotoAndPlay(your frame name/number).
function addMenuItems(){
..................
this[instance].onPress = function(){ getURL(this.url, “_blank”—here you make the change }
}