flash>> _currentframe?

  • Started
  • Last post
  • 1 Response
  • Jman

    we're working on a video player...We took the component from flash and modified it to our specs. It was originally designed to only control one movie, which was on the main timeline. We need it to load external movies on demand, so we are loading those into a movie clip...Everything works for the most part, except the video scrub bar, which is dependent of the _currentframe of the movieclip, which I can't seem to access. Anybody ever had this prolem, or know a solution?

  • mr_flaco0

    I use _currentframe without any problems; are you tracing undefined for that perameter? Could be a scope issue maybe?

    Can you post the code that is looking for _currentframe?