| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
|
A couple of questions on how to do preloading in the best way. I'm going to post them in 3 separate message so that I can keep the answers straight in my head.
1. Coming from an Authorware background, I'm used to preloading intensive graphics before they are needed to make them appear promptly. I'm trying to figure out how to capture the same effect in Flash 5. If I have a larger graphic at the end of my movie, I almost have to preload the entire movie to make sure it doesn't stumble on that graphic when it gets there (testing streaming at 28.8) Any suggestions? Linda |
|
|
|
|
|
#2 |
|
Administrator
Join Date: Nov 2000
Location: Australia
Posts: 8,612
|
That really depends on your movie structure. The problem with preloaders is that a lot of people are using them as an excuse to over-do their content and not optimize it. Flash is a streaming protocol and the more you can stream without having to preload it, the better. As a rule my flash content is very much Actionscript based so I generally have little to preload, but if I do, I don't allow preloading or any more than about 10 seconds at any one time.
You might consider loading up your larger graphic as an external movie clip. This way you could preload the rest of your clip quickly and then when the user calls that large clip it will preload itself. 2 smaller prealoders are beter than one big one IMHO. Alternatively, experiment with how much data can be loaded during th duration of your clip. So if you you preload the first 3 of 4 scenes, while those 3 play, does scnee 4 have a chance to load? If so you don't have to preload them all. You're right to be streaming at 28.8 though, as many people on modems view more than one page at a time, so you will not have dedicated 56k bandwidth. Cheers Jesse
__________________
Cheers Jesse Stratford ActionScript.org Cofounder Email: presented in this way to stop spam-bots: My email is composed of my first name (jesse) followed by my last name (stratford) followed by @ followed by actionscript.org Please don't email or PM me Flash questions, that's what the Forums are for! ![]() Please don't rely on me reading my PMs either. Email me about important stuff. |
|
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Randomly Loading Questions from XML for Quiz. | Dave At ADC | ActionScript 2.0 | 0 | 12-14-2005 02:49 PM |
| How to get answers to your scripting questions | pixelwit | General Chat | 150 | 10-12-2005 06:12 AM |
| [Q] Do we need those forums??? | CyanBlue | General Chat | 59 | 07-27-2004 12:13 PM |
| Questions on preloading #3 | Linda | Other Flash General Questions | 1 | 02-03-2001 12:07 AM |
| Questions on preloading #2 | Linda | Other Flash General Questions | 1 | 02-03-2001 12:05 AM |