Captivate 9 - Is there a limit to the number of Advanced Action IF statements in SWF?
Hello,
I have a project called MENU.
On Slide 1 I use On Enter to run some JavaScript to pick up a 'myCallingMenu' variable stored on the hard drive.
I then use the On Exit to run an Advanced Action.
The Advanced action uses IF statements to jump to a slide based on the value of the variable myCallingMenu.
All this works perfectly when I publish as HTML5.
and
All of this worked perfectly published in SWF when I only had 16 IF statements.
I then added a 17th IF statement to jump to a new slide.
Now...
All still works perfectly in HTML5
However, when I publish as SWF, the Jump to Slide 1-16 works, but the Jump to Slide 17 fails.
Remedial actions
I have tried various actions to rectify this problem.
Save As to new file, in new location.
Published to new location.
Published to Folder.
Published to Flash Player 10 / 11.
Deleted the IF and created it again.
Changed the position of the IF in the Advanced Action.
Changed the text I use in the comparison.
But nothing solved the problem.
Question:
Have I done something wrong?
Does the SWF have a limit of 16 IF statements?
Is my file corrupt?
Any thoughts greatly appreciated.
Thank you
Peter

IF numbers 1 - 16 (all works perfectly in HTML5 and SWF)

IF number 17 (Works in HTML5, but fails in SWF)

