This is a discussion on "Progress Bar Help" within the Flash & Multimedia Forum section. This forum, and the thread "Progress Bar Help are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Progress Bar Help
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Progress Bar Help
hi i want a flash progress bar that has a percentage at top of it like 0 - 100 and i want it so it after it loads to 100 then it it is linked to my webpage can any1 help please thanx
|
|
|
|
|||
|
Re: Progress Bar Help
i need a progress bar that when loadz to 100% it redirtects to my site www.3d-modelling-art-online.com?
Last edited by JacobHaug; Oct 10th, 2006 at 22:22. Reason: Made Link Work... |
|
||||
|
Re: Progress Bar Help
I will help you with this problem on MSN Messenger!!
|
|
|||
|
Re: Progress Bar Help
Ok Jacob mate no worries
|
|
||||
|
Re: Progress Bar Help
No Problem!!
|
|
|||
|
Re: Progress Bar Help
|
|
||||
|
Re: Progress Bar Help
That's the way to do it!!
Let me know if you need any help learning flash. |
|
|||
|
Hey mate
Yuh i wanna learn Flash |
|
||||
|
Re: Progress Bar Help
I will send you the video tutorial I am doing when I finish it!! But first I have to start it...lol
|
|
|||
|
Re: Progress Bar Help
ok mate kool i be on anywayz and i am in process of making an intro flash page
|
|
||||
|
Re: Progress Bar Help
Cool!!
|
|
|||
|
Re: Progress Bar Help
yup will be when done mate
|
|
||||
|
Re: Progress Bar Help
Great!!
|
|
|||
|
Re: Progress Bar Help
hey mate i downloaded something called Flash Effect Maker you ever used it lol you can make intro pages and stuff
|
|
||||
|
Re: Progress Bar Help
Is it really free? Or is it just a trial version? Personally I assume just to build the intro myself...lol
|
|
|||
|
Re: Progress Bar Help
na it free trial lol and i dunno how to do a flash intro page lol so needed a program whiched helped
|
|
|||
|
Hey Aaron,
I'm new on here but is this the type of loader your looking for? Sandy Lamb This is a site I have nearly finished making for a hip hop chick in London. Let me know if I can help out. Cheers muchos Rob DustMonkeys.com |
|
|||
|
Re: Progress Bar Help
yes that is a something i am looking for mate and the site is looking good and where bouts london you mate i am in brixton living with my uncle
Last edited by Aaron1988; Oct 12th, 2006 at 00:21. |
|
|||
|
Hey,
Im in the North London area. Anyhow, I have uploaded the file you need but it won't be there long so grab it asap It can be found at robsloader The main things you need to know is that you need a loadBar object in a layer and a loadText textbox in a layer. The first of these is the bar you want to use (colour, shape and size), Convert this to a movie clip. The second is just a textbox with whatever font you want etc. Once you have these you need another layer, which will hold the actionscript. I have called this layer action. In the first frame put this code: <CODE> bytes_loaded = Math.round(_root.getBytesLoaded()); bytes_total = Math.round(_root.getBytesTotal()); getPercent = bytes_loaded/bytes_total; _root.loadBar._width = getPercent*541; _root.loadText = Math.round(getPercent*100)+"%"; if (bytes_loaded == bytes_total) { _root.gotoAndPlay(3); } </CODE> 541 is the width of the bar! Then in the second frame put this: <CODE> gotoAndPlay(1); </CODE> All this code is doing is looping round until the bytes loaded is the same as the total bytes of your flash animation. Once it reaches the magic number it just goes to the 3rd frame where your animation begins. The best way is to just use the file I have sent you and just adapt it. If you study the code it is straight forward. Hope that helped. Cheers Rob DustMonkeys |
![]() |
| Tags |
| percentage loader, loading bar, flash, components, progress bar |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Work in progress... | Scotalia | Free Web Site Critique | 11 | Apr 15th, 2008 21:55 |
| indeterminate progress bar | veerbala82 | ASP.NET Forum | 3 | Mar 12th, 2008 02:41 |
| Slider/Progress Bar | JCote1985 | Flash & Multimedia Forum | 1 | Aug 2nd, 2007 21:22 |
| Help need with 2 progress bars | AdRock | Other Programming Languages | 0 | Apr 20th, 2007 22:59 |
| ASPUpload Progress bar | da_stimulator | Classic ASP | 1 | Dec 14th, 2004 17:29 |