MovieClipLoader problem

Out of context: Reply #4

  • Started
  • Last post
  • 11 Responses
  • unfittoprint0

    first. any component that you have [music player, scroll bar, etc... should always function on their own]. One rule is to never use the _root. If you have to access the previous hierarchy use _parent or _parent,._parent instead.

    You seem to describe oher components [(a drop down menu, a volume control thingy, and play/stop controller)] as part of the main movie and not the loaded movie... In not, they should be.

    Another thing, you probably should check if the component is loaded and only then trigger the st track listening.

View thread