[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.4

Flash 5 Preloader Problem

Asked by drydo in Adobe Flash

Tags: 8, frame_loaded, preloader

Got an unusual issue with creating a Flash 5 preloader (Note: Flash 5 is the client's specific request unforuntately).  Basically, I've been passed a pretty large Flash file to deal with that is approximately 2mb when compiled into a SWF.  It uses a lot of JPGs and other goodies.

To create the preloader, I created a second scene, changed the order of the scene to ensure the preloader is played first, and added the following code...

<code>
loadedbytes=getBytesLoaded();
totalbytes=getBytesTotal();
loadedkbytes=Math.ceil (loadedbytes/1024);
totalkbytes=Math.ceil(totalbytes/1024);

trace( loadedbytes  + "==" + totalbytes )

if (loadedbytes == totalbytes) {
      gotoAndPlay (3);
}
else{
      gotoAndPlay (1);
}
</code>

Note: I've tried a variety of other techniques, e.g. ifFrameLoaded, _Framesloaded, etc. to no avail.

With Frame 3 moving to the next scene.  My issue is that the actual preloader doesn't kick in until the 90% of the actual movie is loaded.  When using the Bandwidth profiler, it happily streams the movie in but the never moves from Frame 0 until its 90% - then all the logic kicks in.  On the preloader scene there is NO graphics, movies or anything - just the code.  It almost like its still loading in the majority of the elements on the second scene before it actual does anything.

So how do I get my preloader to *actually* work (and I'm assuming running from Frame 1 and using my preloader logic).  I've create preloaders in the past and never experienced this problem?

OS = XP Pro.  Environment = Flash 8.

M
[+][-]11/09/05 05:04 AM, ID: 15255613Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]11/10/05 06:50 AM, ID: 15265655Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]11/10/05 10:28 AM, ID: 15267864Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]11/11/05 02:15 AM, ID: 15272473Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]11/11/05 05:30 AM, ID: 15273263Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zone: Adobe Flash
Tags: 8, frame_loaded, preloader
Sign Up Now!
Solution Provided By: squarebracket
Participating Experts: 2
Solution Grade: A
 
[+][-]11/23/05 04:23 AM, ID: 15349324Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]11/27/05 04:13 AM, ID: 15367926Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]11/28/05 02:47 AM, ID: 15371866Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]11/28/05 07:00 AM, ID: 15373125Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091111-EE-VQP-89