Part 1 Flash CS4 CS5 CS5.5 Full Website Template: Load bar and Intro tutorial
Posted on
Source files - www.developphp.com Look in the flash section there to see all of the free learning files for AS3 for CS3 and CS4. Learn how to assemble a complete dynamic website using Flash CS3 or CS4.
Video Rating: 4 / 5
December 20th, 2011 - 11:31
@airsoftslayer66 is this script just for the flash building blinking that part ? pls reply asap..thx so much
December 20th, 2011 - 12:18
function loadProgress(my_content:ProgressEvent):void {
var percent: Number = Math.floor( (my_content.bytesLoaded*100)/my_content.bytesTotal );
loadPercentText.text = Percent + “%”
briteDotsMask.width = percent * 3;
}
function loadComplete(e:Event):void {
gotoAndStop(2);
}
loaderinfor.addEventListener(ProgressEvent.PROGRESS, loadProgress);
loaderInfo.addEventLisitener(Event.COMPLETE, loadComplete);
December 20th, 2011 - 13:06
@ivanrey005 mine too =/
December 20th, 2011 - 13:28
I am unable to create line4 (the one from bottom to top). using Adobe flash pro 5. Please help…………….
December 20th, 2011 - 13:35
I have somehow clicked out of the sub timeline before i could link it to the main timeline, and now I can’t access it. All i can see id the main timeline. Can someone please help me?
December 20th, 2011 - 13:39
My “line 4″ Aint Going From [ "Bottom" ] To [ "Top" ] But From [ "Up" ] To [ "Down" ], Im Using Adobe Flash Professional CS5.5.
December 20th, 2011 - 14:22
My “line 4″ Aint Going From [ "Bottom" ] To [ "Top" ] But From [ "Up" ] To [ "Down" ], Im Using Adobe Flash Professional CS5.5.
December 20th, 2011 - 15:14
My “line 4″ Aint Going From [ "Bottom" ] To [ "Top" ] But From [ "Up" ] To [ "Down" ], Im Using Adobe Flash Professional CS5.5.
December 20th, 2011 - 16:12
i can’t believe it man, every good tutorial i find for the page i´m working on is yours, i swear, i almost feel like owe you something
December 20th, 2011 - 17:00
Finally a good video tutorial, good job
December 20th, 2011 - 17:43
Hmmm Ive done exactly what he said in this tutorial and Ive got error when I want to check my flash site ctrl+enter . It says that : ‘Scene 1, Layer ‘AS3′, Frame 1, Line 5 1120: Access of undefinded property briteDotsMask’. I checked line 5 of 1st frame in my AS3 script but I have no idea whats wrong with it. Any ideas what to do?
December 20th, 2011 - 18:31
@carlmackenzie83 no sorry :/ still searching
December 20th, 2011 - 19:07
@darkloller666 Did you find a fix for this as I am having the same problem. I am sure it is something simple but can’t work it out.
December 20th, 2011 - 19:42
@callmeLilSparky select the text and in the properties panel you’ll see filters at the bottom. At the utter left bottom of the properties panel you see 3 small buttons and the first one should be ” Add Filter”, then select the filter you want and adjust the settings
December 20th, 2011 - 20:40
amazing!
December 20th, 2011 - 21:21
Where do we get the filters? 37:00
December 20th, 2011 - 21:22
@MyPianoSucks it is a good language to know, even if flash dies in future, you’ve learned an Object Oriented language which will help you learn other languages, if you are good at it you ll enjoy coding more than copying.
December 20th, 2011 - 21:49
You’r so comprehensive..! I wish you taught at my college..
December 20th, 2011 - 22:22
Where can I get the script?! I can’t find it on his website?
December 20th, 2011 - 23:04
Subbed. You rule, sir.
December 20th, 2011 - 23:27
oh and thanx 2 u as well mr flashbuilding! u rock!
December 21st, 2011 - 00:17
@JacksonJukebox
dude thanx! ive been trying to figure that out all wk! i actually had 2 of such errors but fixed them both now that i understand what it was asking for.
December 21st, 2011 - 00:57
Thank you
December 21st, 2011 - 01:09
A lot of people are having problems, So here is what I did to solve them:
Some people made the mistake by NOT calling the symbol ”britedots” , but naming it something else. To solve this, Open up the action code, and change the ”britedots” into what you have called the symbol.
Now, If you have this problem:
1120: Access of undefined property loadPercentText.
Click on the textfile in the first frame of your intro and make it a dynamic text with the name: loadPercentText.
Contact me.
December 21st, 2011 - 01:45
@MyPianoSucks HTML5 will advenutaly take over but that wont happen for about 3 years