Web Design Web Design Forum
Registration is free! Here you can view your subscribed threads, work with private messages and edit your profile and preferences Calendar Find other members Frequently Asked Questions Search
Home Web Design

Convenient web based access to our favorite web design Usenet groups

web design reviews

This is Interesting: Free Magazines for Graphics designers and webmasters  





  Last Thread  Next Thread
Author
Thread Post New Thread   

Need Help please
 

NurAllesya




quote this post edit post

IP Loged report this post

Old Post  02-20-06 - 08:26 AM  
i'm new with flash.. and i have create a site using flash... my question is 
how can i insert  loading bar that we usually see before entering flashsite.
.


Post Follow-Up to this message ]
Re: Need Help please
 

droopy.ro




quote this post edit post

IP Loged report this post

Old Post  02-20-06 - 08:26 AM  
i hope that you have some vague experience in flash(at least).
you first draw a rectangle on the first frame of a movie. you select it and
make it a movieclip(watch it, on the grid which appears when you conver it i
nto
a movie clip, select the upper left corner). ok, in the properties, on left,
name the instance "preload".
now you have to write down the instance's width. then you resize it to 1
pixel(the width). then in the actions of the same frame(you can add another
layer, but this should still be in the first frame) add the next code:

BE CAREFUL: replace "the_width" with the width you wrote down!!!

totalSize = _root.getBytesTotal();
loadedSize = _root.getBytesLoaded();
bara._width = the_width * loadedSize / totalSize;
if (totalSize == loadedSize) {
gotoAndPlay(5);
}
else {
gotoAndPlay(1);
}


when everything will be loaded, the movie will start plaing from the 5th
frame(, you can change that).



Post Follow-Up to this message ]
Re: Need Help please
 

Chris (mudbubble)




quote this post edit post

IP Loged report this post

Old Post  02-20-06 - 08:26 AM  
you can always search this forum (see google group link in my sig) or google
 in general or
flashkit.com or kirupa.com for "preloader" - there are literally hundreds if
 not thousands freely
available across the web - source files for download that suit your needs.

******************************************
--> Team Macromedia
--> www.mudbubble.com
--> www.keyframer.com
--> http://www.macromedia.com/devnet/fl...tion_guide.html
--> http://groups.google.com/advanced_g...>
F-8&oe=UTF-8




NurAllesya wrote:
> i'm new with flash.. and i have create a site using flash... my question is how ca
n i insert  loading bar that we usually see before entering flashsite..


Post Follow-Up to this message ]
Re: Need Help please
 

NurAllesya




quote this post edit post

IP Loged report this post

Old Post  02-20-06 - 08:26 AM  
muahhh....thank you a lot....it help me..


Post Follow-Up to this message ]
Sponsored Links
 





All times are GMT. The time now is 04:46 AM. Post New Thread   
  Previous Last Thread   Next Thread next
Flash Site Design archive | Show Printable Version | Email this Page | Subscribe to this Thread

Popular forums

Adobe Photoshop forum Macromedia Flash Web Site Design
Dreamweaver FrontPage forum
JavaScript Forum XML forum
Style Sheets VRML
Forum Jump:
Rate This Thread:

 

XML RSS Feed web design latest articles Syndicate our forum via XML or simple JavaScript

Web Design archive  Database administration help  


Top Home  -  Register  -  Control Panel   -  Memberlist  -  Calendar  -  Faq  -  Search Top