Flash Help svp.

Out of context: Reply #7

  • Started
  • Last post
  • 9 Responses
  • cphunk0

    i really don't want to code this all out. so i'll just give the theory.

    what you can do is make a javascript function on the html page that the dropdown will be present on.

    the javascript function should be something (pseudocode) like - an onExit command. onExit set a variable to false.

    Then in flash on your movie clip dropdown. use an onClipEvent(enterFrame) to test whether the javascript variable has changed. If it's changed. hide the dropdown. That should work.

View thread