/*********************** * Adobe Edge Animate Composition Actions * * Edit this file with caution, being careful to preserve * function signatures and comments starting with 'Edge' to maintain the * ability to interact with these actions from within Adobe Edge Animate * ***********************/ (function($, Edge, compId){ var Composition = Edge.Composition, Symbol = Edge.Symbol; // aliases for commonly used Edge classes //Edge symbol: 'stage' (function(symbolName) { })("stage"); //Edge symbol end:'stage' //========================================================= //Edge symbol: 'tes' (function(symbolName) { Symbol.bindElementAction(compId, symbolName, "${_test-1}", "click", function(sym, e) { // Navigate to a new URL in the current window // (replace "_self" with appropriate target attribute for a new window) window.open("/lawyer/Prior-Results_cp12795.htm", "_self"); }); //Edge binding end Symbol.bindElementAction(compId, symbolName, "${_test-2}", "click", function(sym, e) { // Navigate to a new URL in the current window // (replace "_self" with appropriate target attribute for a new window) window.open("/lawyer/Prior-Results_cp12795.htm", "_self"); }); //Edge binding end Symbol.bindElementAction(compId, symbolName, "${_test-3}", "click", function(sym, e) { // Navigate to a new URL in the current window // (replace "_self" with appropriate target attribute for a new window) window.open("/lawyer/Prior-Results_cp12795.htm", "_self"); }); //Edge binding end Symbol.bindElementAction(compId, symbolName, "${_test-4}", "click", function(sym, e) { // Navigate to a new URL in the current window // (replace "_self" with appropriate target attribute for a new window) window.open("/lawyer/Prior-Results_cp12795.htm", "_self"); }); //Edge binding end Symbol.bindElementAction(compId, symbolName, "${_test-5}", "click", function(sym, e) { // Navigate to a new URL in the current window // (replace "_self" with appropriate target attribute for a new window) window.open("/lawyer/Prior-Results_cp12795.htm", "_self"); }); //Edge binding end Symbol.bindTriggerAction(compId, symbolName, "Default Timeline", 0, function(sym, e) { // insert code here }); //Edge binding end Symbol.bindTimelineAction(compId, symbolName, "Default Timeline", "complete", function(sym, e) { // Play the timeline at a label or specific time. For example: // sym.play(500); or sym.play("myLabel"); sym.play(0); }); //Edge binding end })("tes"); //Edge symbol end:'tes' })(jQuery, AdobeEdge, "EDGE-4193484");