Skip navigation
Currently Being Moderated

fire click event to a swf loaded dinamically

Nov 24, 2009 8:07 PM

I have an swf converted from powerpoint, the version is in flash 8, and i want to fire a click event on that swf to advance in the slides, how can i perform this action?

 
Replies
  • kglad
    62,016 posts
    Jul 21, 2002
    Currently Being Moderated
    Nov 24, 2009 9:36 PM   in reply to javii1986

    if you click the stage of that swf, slides advance?  and you want to dispatch a click event from somewhere?

     
    |
    Mark as:
  • kglad
    62,016 posts
    Jul 21, 2002
    Currently Being Moderated
    Nov 24, 2009 10:24 PM   in reply to javii1986

    btn.onRelease=function(){  // where btn is the button you click
        mc.onRelease();  // where mc is the load target movieclip
    }

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points