I have a rollover button done as a swf . However if I create a button and use the swf the rollover doesn't work it is just static.
So I have included my swf as an image added an ID ScenarioID and added a script icon
ScenarioID.onRelease = function () {
rootIcon.nextPage();
}
This is causing an error.
I have tried using a hotspot but this also cause the rollover not to work.