The magic of get url
Yup, to combined flash to Jquery used the get url.. 1. On FlashAS2stop();getURL("javascript:applebyte();"); AS3stop();import flash.external.ExternalInterface;ExternalInterface.call("applebyte"); 2. On CSS.applenav {display:none;margin-top:0;}2. On Jqueryfunction applebyte(){$('.applenav').fadeTo('slow', 0.1, function() {$(".applenav").animate({"margin-top": "215px"}, 1000).fadeTo('slow', 1);// Animation complete.});}$(document).ready(function() {});