preloader help

This is a discussion on "preloader help" within the Flash & Multimedia Forum section. This forum, and the thread "preloader help are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Flash & Multimedia Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Sep 26th, 2007, 15:04
New Member
Join Date: Sep 2007
Location: Portsmouth
Age: 27
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
preloader help

Help!
below is the code for the preloader on my website. My website link is www.thepixelplaypen.com/site. It doesn't go straight to the preloader and load the site after and I don't know why. I have pasted my code below. Also some of the other buttons on the site are now going back to the preloader instead of the scenes they are supposed to go to(the portfolio sections are now doing this). Can someone please take a look at my site and the code and tell me what the hell i've done wrong! Help is definitely needed.

Code: Select all
onClipEvent (enterFrame) {
    loading = _parent.getBytesLoaded();
    total = _parent.getBytesTotal();
    if (percent == undefined) percent = 0;
    percent -= (percent-((loading/total)*100))*.25;
    per = int(percent);
    percentage = per+"%";
    loadBar._width = per;
    if (percent>99) {
        _parent.gotoAndPlay(2);
    }
}

Last edited by karinne; Sep 26th, 2007 at 15:12. Reason: Please use the vBcode [ code ] when inserting code in your post.
Reply With Quote

  #2 (permalink)  
Old Sep 26th, 2007, 15:46
Multimedia Specialist
Join Date: Apr 2007
Location: Arizona
Age: 25
Posts: 666
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Sgaspar11
Re: preloader help

I take it you got this working, checking the site it seems to work fine for me. :-)
Last Blog Entry: Yay!? (Oct 8th, 2007)
Reply With Quote
  #3 (permalink)  
Old Sep 26th, 2007, 19:09
New Member
Join Date: Sep 2007
Location: Portsmouth
Age: 27
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Re: preloader help

yeah, think its all sussed now. Cheers for the reply tho, hope you liked the site!
Reply With Quote
  #4 (permalink)  
Old Sep 27th, 2007, 20:35
Multimedia Specialist
Join Date: Apr 2007
Location: Arizona
Age: 25
Posts: 666
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Sgaspar11
Re: preloader help

I like it! Very unique and cool! Great job.
Last Blog Entry: Yay!? (Oct 8th, 2007)
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with preloader tcpodg Flash & Multimedia Forum 2 Dec 6th, 2007 13:57
preloader crazytyler34 Flash & Multimedia Forum 3 Oct 28th, 2007 17:27
Preloader Problems 2 imriven Flash & Multimedia Forum 2 May 26th, 2007 19:28
Help with preloader huminuh83 Flash & Multimedia Forum 4 Jan 6th, 2007 20:10
how do i insert a preloader ? tigas langaw Flash & Multimedia Forum 15 Jun 13th, 2005 14:03


All times are GMT. The time now is 22:48.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43