Targeting a flash MoviClip from Presenter Jun 12, 2012 By Mark Cairns I've loaded a swf into one of my slides. From this swf file I want to target a MovieClip within the same file. The AS 2.0 code looks like this: printBut.onRelease = function() { printed = PrintScaledMC (_parent.cert_mc) } cert_mc is the MovieClip I`m trying to target from the button. It works fine from the flash IDE but when I publish from Presenter it just hangs. This must be a target path issue. Has anyone had any experience with this issue. Thanks.
Mark Cairns Author over 11 years ago06/13/12 at 3:24 pm (UTC) I got it to work with... printBut.onRelease = function() { printed = PrintScaledMC (cert_mc) } For some reason it would only work once it was online.
1 Reply
I got it to work with...
printBut.onRelease = function()
{
printed = PrintScaledMC (cert_mc)
}
For some reason it would only work once it was online.
This discussion is closed. You can start a new discussion or contact Articulate Support.