HOME | DD

Published: 2005-01-08 18:45:46 +0000 UTC; Views: 15177; Favourites: 156; Downloads: 4185
Redirect to original
Description
I love making tutorials >_> They're fun!Covers:
Bandwidth Profiler
Dynamic Textfields
Preloaders
Please note that this tutorial was created for Flash MX 2004 (which was a LOOOONG time ago! Some things may have changed since then)
Related content
Comments: 77
Crimson-Designs In reply to ??? [2005-01-24 02:53:41 +0000 UTC]
Thanks for the Tutorial, and the reply. Lmao!
👍: 0 ⏩: 0
S0RD3N [2005-01-16 22:07:59 +0000 UTC]
Yup, the code doesn't work. That sort of sucks :\ Was looking forward to haveing a simple preloader. (No copying and pasting the code again doesn't work)
👍: 0 ⏩: 1
S0RD3N In reply to h3llbringer [2005-01-19 19:45:46 +0000 UTC]
lol meh it's okay.. I get the idea I altered it some but the tutorial was Great!
Keep them coming
👍: 0 ⏩: 1
JGT In reply to S0RD3N [2007-06-04 22:30:32 +0000 UTC]
What did you do to alter it, so far nobody's suggestions work for me.
👍: 0 ⏩: 1
S0RD3N In reply to JGT [2007-06-05 03:31:58 +0000 UTC]
I have no idea I made that comment about 2 years ago lol
👍: 0 ⏩: 1
S0RD3N [2005-01-16 21:59:57 +0000 UTC]
Yup, the code doesn't work. That sort of sucks :\ Was looking forward to haveing a simple preloader. (No copying and pasting the code again doesn't work)
👍: 0 ⏩: 0
nekodesu [2005-01-11 00:26:38 +0000 UTC]
I'll read the details later...I'm supposed to be typing my essay...so *faves*
👍: 0 ⏩: 1
hardcell [2005-01-09 12:10:27 +0000 UTC]
**Error** SymbolreLoader, layer=Actions, frame=1:Line 9: Syntax error.
_root.play();
**Error** SymbolreLoader, layer=Actions, frame=1:Line 10: Unexpected '}' encountered
}
Total ActionScript Errors: 2 Reported Errors: 2
👍: 0 ⏩: 1
h3llbringer In reply to hardcell [2005-01-09 14:33:45 +0000 UTC]
try copying the code again?
👍: 0 ⏩: 1
nopalita In reply to h3llbringer [2005-02-12 01:04:26 +0000 UTC]
i had the same problem: i replaced _root.play(); with _root.gotoAndPlay(2);
i only know a tiny little about action script but i think that fixed it for me
thanks for the great tutorial
👍: 0 ⏩: 2
BenSpector In reply to nopalita [2005-03-09 15:30:07 +0000 UTC]
**Error** Symbolreloader, layer=actions, frame=1:Line 9: Syntax error.
_root.gotoAndPlay(2);
Total ActionScript Errors: 1 Reported Errors: 1
That code didn't work for me, either.
👍: 0 ⏩: 1
apocalypse-om3ga In reply to BenSpector [2005-04-03 10:40:34 +0000 UTC]
I tried editing this around a bit... try this... it seems to work for mine.
//Gets the percent loaded and assigns it to the variable x
var x = _root.getBytesLoaded()/_root.getBytesTot al()*100;
//Scales the FillBar to the percent loaded
FillBar._xscale = x;
//Rounds the percent and displays it in the text box
loaded = Math.round(x) + "%";
//If the movie is loaded, play
if (x>=100) {
_root.play();}
By "work", I mean it doesn't come up with the **error** message. XD
Rofl... late reply XD
👍: 0 ⏩: 0
h3llbringer In reply to drish [2005-01-09 03:53:47 +0000 UTC]
what is a tyard, and why am i one?
👍: 0 ⏩: 1
drish In reply to h3llbringer [2005-01-09 17:12:46 +0000 UTC]
i meant tard, sorry, not tyard
Tard
Adjective used to describe one so retarded, they do not deserve the 're'.
you are one because you can't seem to stop making faulty tutorials
👍: 0 ⏩: 1
h3llbringer In reply to drish [2005-01-09 17:13:59 +0000 UTC]
>_> the other one wasn't faulty, neither is this one.
👍: 0 ⏩: 1
curtisEbear In reply to ??? [2005-01-08 22:43:59 +0000 UTC]
fantastic, i didnt have time to test it out but i look forward to doing so, great job.
👍: 0 ⏩: 1