My files are located here:
HTML & SWF
FLA
I am trying to create a multi-tier drop down menu, but I can't get it to work.
Maintime line, frame 1 - loads a mc. When you rollover the mc, this drops down a list: Elementary schools, Middle, Junior High, High schools.
When you roll over each of the categories, another menu is suppose to pop up. I was working on Elementary schools. When you...
User Profile
Collapse
-
Multi-tier drop down menu problem
-
Action script in a photo slide show using XML
How do I change my script to automatically play, rather than clicking through individual slides?
What is the action script to skip to a specific slide in the show via a button? (Right now I have a next an previous buttons.)
Here is my script:
...Code:slides_xml = new XML(); slides_xml.onLoad = startSlideShow; slides_xml.load("conferencephotos.xml"); slides_xml.ignoreWhite = true;
No activity results to display
Show More