Search

Bits of Creativity , Bunch of Coding, Bytes of Art and Good Vibes

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() {});

Applebyte Preloader AS3

1. Create your movieclip and textfield. For this recipe, you'll need a simple rectangle, and a dynamic textfield b. lpc (Dynamic Txt) – make sure this is embed to character rangec. loadBar (desire length) import flash.display.*; this.stop(); this.loaderInfo.addEventListener(ProgressEvent.PROGRESS, appleLoader); function appleLoader(event:ProgressEvent):void {var pcent:Number=event.bytesLoaded/event.bytesTotal*100;lbar.scaleX=pcent/100;lpc.text=int(pcent)+"%";if(pcent==100){this.gotoAndStop(2);}}

Apple AS2 XML Slideshow

Some few tricks on simple flash xml slideshow on Action Script 2. 1. The Slideshow function firstImage() { if (loaded == filesize) { picture._alpha = 0; picture.loadMovie(image[0], 1); desc_txt.text = description[0]; desc_txt2.text = description2[0]; btnLinks(0); slideshow(); } } function nextImage() { if (p<(total-1)) { p++;.....

The New UMapper


Posted in Web
Tagged
UMapper is a universal mapping platform that makes it a snap to create engaging maps. Microsoft Virtual Earth, Google Maps, and OpenStreet are all supported. You can now easily create interactive flash maps, display this map to your Wordpress, Facebook, Myspace, I Google and more......

And More Flash Map…

I love doing Flash Map! At work since we are building website for Realtors, flash map is common ingredients on this website. I have created different kinds of Flash Map... 1. Clickable and zooming map >> http://www.cfldg.com/ 2. Regional, pop up flash >> http://clients.thedesignpeople.com/agent_image/carbutti.com/stage/flashmap/map.html 3......

Flash Earth FAQ


Posted in Web
Tagged
Flash Earth is an experimental application of Paul Neave for viewing satellite and aerial imagery of the Earth from multiple mapping websites inside a single Flash-based interface. It is not yet designed to be a fully-fledged mapping application, but a promising flash application. You can.....