Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Flash attachMovie Problem

  • 14-04-2006 01:17PM
    #1
    Registered Users, Registered Users 2 Posts: 589 ✭✭✭


    Hi there.

    I want to implement a drop-down style menu which appears when the mouse hovers over a button.

    Here's what I have so far:

    on(rollOver){
    _root.attachMovie("Symbol3", "Symbol31", 1);
    }

    "Symbol3" is a movie where another button appears.

    Unfortunately, when I hover over the button, nothing happens. I have entered other functions in the above function to see of the event is triggered at all and they work correctly, so it does get called.

    I have tried changing the layer number (the last function parameter above) so that its equal to the highest layer I have in my project but nothing happens there either. No errors are given saying that the movie couldn't be loaded or whatever. Am I missing some lines that actually play the movie?

    Thanks in advance for the help,
    Borat.


Advertisement