Skip navigation
Gyanendra Singh
Currently Being Moderated

Controling Captivate Slide elements from flash widget

Jan 18, 2010 12:36 AM

I am creating a widget in Flash and I am able to control the captivate movie by widget. But I do not know how to control the elements (clickbox, highlightbox or images) appearing on slide.

 

Is it possible to show/hide and image appearing in captivate slide from flash widget.

 
Replies
  • Currently Being Moderated
    Jan 21, 2010 4:54 PM   in reply to Gyanendra Singh

    Yes it is possible, but you must know the targetpath to the object you want to manipulate. You may want to use a swf decompiler tool to figure out the target path.  If you have Flash CS4, you could export your project to Flash and view it from there as well.

     

    Good Luck,

     

    Jim Leichliter

     
    |
    Mark as:
  • Currently Being Moderated
    May 4, 2012 12:02 PM   in reply to Gyanendra Singh

    I have the same issue.

     

    I have a button "Button_1" that I am trying to turn invisible, and have tried:

     

    var myRoot:MovieClip = MovieClip(root);

    var mainmov:MovieClip = MovieClip(myRoot.parent.root);

     

    mainmov.slide0__color_mc.Button_1.visible = false;

     

    Also tried:

    mainmov.Button_1.visible = false;

     

    Neither works.

     
    |
    Mark as:
  • Currently Being Moderated
    May 4, 2012 12:03 PM   in reply to Zelat

    double posting, already in another thread

     
    |
    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