/*********************** * 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) { Symbol.bindElementAction(compId, symbolName, "${_link}", "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("/westlake-village-los-angeles-county-ca-trust-litigation-lawyer_pa15829.htm", "_self"); }); //Edge binding end Symbol.bindElementAction(compId, symbolName, "${_link_1}", "click", function(sym, e) { // insert code for mouse click here // Navigate to a new URL in the current window // (replace "_self" with appropriate target attribute for a new window) window.open("/westlake-village-los-angeles-county-ca-estate-litigation-lawyer_pa15458.htm", "_self"); }); //Edge binding end Symbol.bindElementAction(compId, symbolName, "${_link_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("/westlake-village-los-angeles-county-ca-estate-planning-lawyer_pa15453.htm", "_self"); }); //Edge binding end Symbol.bindElementAction(compId, symbolName, "${_link_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("/westlake-village-los-angeles-county-ca-trust-admin-lawyer_pa15828.htm", "_self"); }); //Edge binding end Symbol.bindElementAction(compId, symbolName, "${_link_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("/westlake-village-los-angeles-county-ca-probate-administration-lawyer_pa15459.htm", "_self"); }); //Edge binding end })("stage"); //Edge symbol end:'stage' //========================================================= //Edge symbol: 'link' (function(symbolName) { Symbol.bindTriggerAction(compId, symbolName, "Default Timeline", 0, function(sym, e) { sym.stop(); }); //Edge binding end Symbol.bindElementAction(compId, symbolName, "${_Rectangle}", "mouseover", function(sym, e) { // Play the timeline at a label or specific time. For example: // sym.play(500); or sym.play("myLabel"); sym.play('hov'); }); //Edge binding end Symbol.bindElementAction(compId, symbolName, "${_Rectangle}", "mouseout", function(sym, e) { sym.playReverse(); }); //Edge binding end })("link"); //Edge symbol end:'link' //========================================================= //Edge symbol: 'link_1' (function(symbolName) { Symbol.bindTriggerAction(compId, symbolName, "Default Timeline", 0, function(sym, e) { sym.stop(); }); //Edge binding end Symbol.bindElementAction(compId, symbolName, "${_Rectangle}", "mouseover", function(sym, e) { // Play the timeline at a label or specific time. For example: // sym.play(500); or sym.play("myLabel"); sym.play('hov'); }); //Edge binding end Symbol.bindElementAction(compId, symbolName, "${_Rectangle}", "mouseout", function(sym, e) { sym.playReverse(); }); //Edge binding end })("link_1"); //Edge symbol end:'link_1' //========================================================= //Edge symbol: 'link_2' (function(symbolName) { Symbol.bindTriggerAction(compId, symbolName, "Default Timeline", 0, function(sym, e) { sym.stop(); }); //Edge binding end Symbol.bindElementAction(compId, symbolName, "${_Rectangle}", "mouseover", function(sym, e) { // Play the timeline at a label or specific time. For example: // sym.play(500); or sym.play("myLabel"); sym.play('hov'); }); //Edge binding end Symbol.bindElementAction(compId, symbolName, "${_Rectangle}", "mouseout", function(sym, e) { sym.playReverse(); }); //Edge binding end })("link_2"); //Edge symbol end:'link_2' //========================================================= //Edge symbol: 'link_3' (function(symbolName) { Symbol.bindTriggerAction(compId, symbolName, "Default Timeline", 0, function(sym, e) { sym.stop(); }); //Edge binding end Symbol.bindElementAction(compId, symbolName, "${_Rectangle}", "mouseover", function(sym, e) { // Play the timeline at a label or specific time. For example: // sym.play(500); or sym.play("myLabel"); sym.play('hov'); }); //Edge binding end Symbol.bindElementAction(compId, symbolName, "${_Rectangle}", "mouseout", function(sym, e) { sym.playReverse(); }); //Edge binding end })("link_3"); //Edge symbol end:'link_3' //========================================================= //Edge symbol: 'link_4' (function(symbolName) { Symbol.bindTriggerAction(compId, symbolName, "Default Timeline", 0, function(sym, e) { sym.stop(); }); //Edge binding end Symbol.bindElementAction(compId, symbolName, "${_Rectangle}", "mouseover", function(sym, e) { // Play the timeline at a label or specific time. For example: // sym.play(500); or sym.play("myLabel"); sym.play('hov'); }); //Edge binding end Symbol.bindElementAction(compId, symbolName, "${_Rectangle}", "mouseout", function(sym, e) { sym.playReverse(); }); //Edge binding end })("link_4"); //Edge symbol end:'link_4' })(jQuery, AdobeEdge, "EDGE-667209719");