I'm using Flash CC on a windows computer. My document is an HTML5 canvas. I have my animation all finished, with the exception of the Actions for the button. I have tested the animation before adding any Actions and it shows up in the browser fine (I used both Chrome and IE). But when I add in the Actions for the button to go to another web page and test it out, the animation turns all white. I used the code snippet "Click to go to Web Page", while the button is selected.
I have looked at many different sites and books and it looks like I'm doing everything right. But my test just shows a white box.
In the output is says the following:
WARNINGS:
Text support is limited. It is generally recommended to include text as HTML elements (see DOMElement). (6)
Frame numbers in EaselJS start at 0 instead of 1. For example, this affects gotoAndStop and gotoAndPlay calls. (2)
Content with both Bitmaps and Buttons may generate local security errors in some browsers if run from the local file system.
Motion tweens are published as frame by frame animations. Use classic tweens where possible. (15)