User Profile

Collapse

Profile Sidebar

Collapse
Czechfish
Czechfish
Last Activity: May 1 '07, 04:02 AM
Joined: Mar 9 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Czechfish
    started a topic Multi-tier drop down menu problem

    Multi-tier drop down menu problem

    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...
    See more | Go to post

  • Czechfish
    started a topic Action script in a photo slide show using XML

    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;
    ...
    See more | Go to post
No activity results to display
Show More
Working...