This is a discussion on "preloader problem" within the Flash & Multimedia Forum section. This forum, and the thread "preloader problem are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
preloader problem
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
||||
|
||||
|
preloader problem
hey.
i've made a preloader, and i have a movie clip inside the movie clip that controls the preloader, and i wanted the movie clip (loaderbar, instance = l_bar) to be as wide as the % loaded. but it doesn't work. i'm applying this AS to the movie clip:
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
|
|
#2
|
|||
|
|||
|
Re: preloader problem
Can you post it and I will take a look at it please. There might be an easier way to do this.
Last Blog Entry: Yay!? (Oct 8th, 2007)
|
|
#3
|
||||
|
||||
|
Re: preloader problem
sure, i'll post the fla as an attachment.
gotta switch pcs a min
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
#4
|
||||
|
||||
|
Re: preloader problem
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
#5
|
|||
|
|||
|
Re: preloader problem
hi try this. i have made a small change.Hope this will work.
onClipEvent(load) { this._xscale = 10; } onClipEvent(enterFrame) { kBytesLoaded = _parent.getBytesLoaded()/1024; kBytesTotal = _parent.getBytesTotal()/1024; kBytesRemaining = kBytesTotal - kBytesLoaded; percentloaded = 100 * (kBytesLoaded / kBytesTotal); percentRemaining = 100 - percentloaded; this._xscale = percentloaded; } |
|
#6
|
|||
|
|||
|
Re: preloader problem
There are also slightly easier ways to do this...I'll post more a bit later.
Last Blog Entry: Yay!? (Oct 8th, 2007)
|
|
#7
|
||||
|
||||
|
Re: preloader problem
thanks to both.
gotta switch pcs to try it out
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
![]() |
| Tags |
| preloader |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PreLoader Problem | monkeygraphik | Flash & Multimedia Forum | 3 | Sep 19th, 2007 17:43 |
| another preloader problem aaaaah | ahwell | Flash & Multimedia Forum | 12 | Sep 17th, 2007 18:10 |
| flash preloader problem | sathishbabu | Flash & Multimedia Forum | 1 | Sep 5th, 2007 12:50 |
| preloader problem!!! | sipherlucian | Starting Out | 0 | Apr 23rd, 2007 11:48 |
| Help with preloader | huminuh83 | Flash & Multimedia Forum | 4 | Jan 6th, 2007 20:10 |