I have created an animated button and due to my current cms I have only been able to get the animation to load using an iframe. The issue is Chrome will not let me load the link in the parent window. I have been googling for hours and have found no solutions. Here is my link code:
Symbol.bindElementAction(compId,symbolName,"${_LinkSymbol}","click",fu nction(sym,e){window.open("http://www.adobe.com","_top");});
Works fine in IE, and firefox....mind you im not js wizard but I have a feeling this must be a simple solution.