
Popular Post
commercializzazione
-
Commenti Mo
AppleByte Tags
apples world apple template apple webdevelopers apple webmaster Apple Website Developer apple wordpress Apple Workplace Beyond Apple CSS CSS Templates design Design and Web Arts desktop entertainment flash games chitchat geek Harry Potter health html inspiration iTouch Joomla jquery miracle motivation movie music outreach philippine photos PSD Template techky web arts Wordpress Templates
AppleByte Blogs
HTML 5 Video Accessibility
Graphic Illustration of HTML5 Video!
TDP Pixatogoly IPAD Contest
Comments (8) | Print This Article | Email This Article |
Open to multimedia students, curious developers, illustrators and Apple fan developer. Yup… be a part of The Design People IPAD Touch Challenge.
The magic of get url
Yup, to combined flash to Jquery used the get url..
1. On Flash
stop();
getURL(“javascript:applebyte();”);
2. On CSS
.applenav {
display:none;
margin-top:0;
}
2. On Jquery
function applebyte()
{
$(‘.applenav’).fadeTo(’slow’, 0.1, function() {
$(“.applenav”).animate({“margin-top”: “215px”}, 1000).fadeTo(’slow’, 1);
// Animation complete.
});
}
$(document).ready(function() {
});
Happy Father’s Day
Comments Off | Print This Article | Email This Article |
This father’s day, I never been so lonely and wishing my father was here. Maybe he will console me and always he will said “Apple andyan na ko.”
I am lucky to have a father like him, I remember his long hour of waiting at school yard. Or the baon that he will prepared in [...]
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 range
c. 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 Flash AS2 Preloader
How to make simple preloader?
Preloader are the simplest to design but hardest in script. There are so many different ways to build a preloader in Flash and each variation has it’s advantage and specialist use. This is the most simple of all.
1. Create a movie clip with instance name preloader with the ff:
a. Loading (static)
b. [...]
McDo Playland – Applebyte says “I’m lovin it”
Comments Off | Print This Article | Email This Article |
A recent commercial of Mc Donald featuring a three stories high Adults Playland, taking up the space in front of the Customs House at Sydney’s Circular Quay.
One Monday it suddenly appeared, the biggest McDonald’s Playland ever constructed while it suited to clad adults broke their Monday routine with a little time spent on the giant [...]


