Hiding the "Next" Button

bobbailey
bobbailey Community Member Posts: 4
Here is an example.If your Next button's HTML name is "button37"Then at the end of your Flash movie have actionscript make this call.      getURL("javascript:button37.on Show()");     That should do it.