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.
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
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.
North America
Europe, Middle East and Africa
Asia Pacific