Do animations need loading bars?
Moderators: Víctor Paredes, Belgarath, slowtiger
-
The-Bloody-Fedora
- Posts: 10
- Joined: Mon Nov 10, 2008 8:45 pm
Do animations need loading bars?
I want to do a long animation but I need to know if a laoding bar is needed. So is it? And if so how do you add and/or make one?
Please and thank you ^^
Please and thank you ^^
-
The-Bloody-Fedora
- Posts: 10
- Joined: Mon Nov 10, 2008 8:45 pm
DK wrote:You create a pre-loader in Flash AFTER you make the animation in AS. Export it as swf from Anime Studio and import that into Flash.
EDIT: Here's the script for a pre loader in case you need it.
ifFrameLoaded ("end") {
gotoAndPlay ("start");
}
Cheers
D.K
Thank you I'll try it = ) but how do I import it in?
- synthsin75
- Posts: 10370
- Joined: Mon Jan 14, 2008 2:20 pm
- Location: Oklahoma
- Contact:
Your right. There's no real need for a preloader. It mostly depends on the size of your swf and what you are creating. A preloader is a visual indicator of how the download progress is going. If it's just a small animated swf file that you want put on the net you probably won't need a preloader but I assumed from the initial question that The-Bloody-Fedora had a Flash background and wanted to know if a preloader could be added in AS rather than Flash.
Cheers
D.K
Cheers
D.K
- funksmaname
- Posts: 3174
- Joined: Tue May 29, 2007 3:31 am
- Location: New Zealand
bear in mind that when exporting the animation in flash, pay careful attention to the streaming graph - quite often, even a long animation/big file doesn't need a preloader if your viewers are generally 1mb+ broadband viewers... if the frames height are lower than the line (the line changes depending on which speed of connection you are simulating, check the menus) then the animation will load faster than it plays and YOU DON'T NEED TO PRELOAD (if you do you are unnecesserily forcing people to download 1 big file instead of just playing it perfectly anyway!)
-
The-Bloody-Fedora
- Posts: 10
- Joined: Mon Nov 10, 2008 8:45 pm
But lets say if it was 10 minuets long, wouldn't I need a loading bar? And I unfortunately don't have Flash, could that be a problem?DK wrote:Your right. There's no real need for a preloader. It mostly depends on the size of your swf and what you are creating. A preloader is a visual indicator of how the download progress is going. If it's just a small animated swf file that you want put on the net you probably won't need a preloader but I assumed from the initial question that The-Bloody-Fedora had a Flash background and wanted to know if a preloader could be added in AS rather than Flash.
Cheers
D.K
- synthsin75
- Posts: 10370
- Joined: Mon Jan 14, 2008 2:20 pm
- Location: Oklahoma
- Contact:
Maybe you could clear this up? Where exactly are you wanting to post the video? If it is a video hosting site like YouTube, you definitely DO NOT need a preloader as those sites handle loading themself within the web player.
If you needed to post it in Flash, I'd assume you'd have Flash.
I assume there's some confusion between a loading bar and a preloader. A loading bar is something produced by the web player that is streaming the video, while a preloader is used to show the download progress of a Flash video.

If you needed to post it in Flash, I'd assume you'd have Flash.
I assume there's some confusion between a loading bar and a preloader. A loading bar is something produced by the web player that is streaming the video, while a preloader is used to show the download progress of a Flash video.
-
The-Bloody-Fedora
- Posts: 10
- Joined: Mon Nov 10, 2008 8:45 pm
I'm posting it on deviantart, and I ment the laoding bar, sorry for the confusion. And I don't have flash, I can't play my animations on my computer but when I do post them on deviantart they do work.synthsin75 wrote:Maybe you could clear this up? Where exactly are you wanting to post the video? If it is a video hosting site like YouTube, you definitely DO NOT need a preloader as those sites handle loading themself within the web player.
If you needed to post it in Flash, I'd assume you'd have Flash.
I assume there's some confusion between a loading bar and a preloader. A loading bar is something produced by the web player that is streaming the video, while a preloader is used to show the download progress of a Flash video.
![]()
- synthsin75
- Posts: 10370
- Joined: Mon Jan 14, 2008 2:20 pm
- Location: Oklahoma
- Contact:
-
The-Bloody-Fedora
- Posts: 10
- Joined: Mon Nov 10, 2008 8:45 pm
synthsin75 wrote:Then no, you don't need a loading bar, DeviantArt's player handles that itself.
Can't play them on your own computer?!
Nope, and now I'm faced with another problem: The frame limit. Only 3000? Not sure why there is a frame limit but okay. Well I thought it was to good to be true, to have an animation program for $50. I looked around here and I'm guessing the most I could do on an animation is 2 minets. Well I think I really don't need a loading bar for that. Thank you all anyway ^^