Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: FLASH: Problem with endless preloading loop
From: Marc Hoffman, Poison Dart Frog Media
Date: Fri, 11 Feb 2000 16:00:54 GMT

Paul,

I could not easily find the source code you're using for this. But that's
where I'd look first.

At 05:58 AM 2/11/00 , you wrote:

>I'm having a problem with a preloader sequence. It seems that on *some*
>Win98 and WinNT platforms (mix of browsers) the preload sequence continues
>to loop, even after the whole movie has loaded. I can't duplicate this
>problem on any box I have access to- but I've gotten feedback on it from
>enough people to know it's a real problem.
>
>Here's what I've tried.
>
>I initially created a simple if/then:
>
>If (_framesloaded=total_frames)
> Go to Next Frame
>Else
> Go to and Play (2)
>End If
>
>Getting feedback that some people were experiencing an endless loop on
>preload, I added a variable, incremented it on each loop, (in an attempt to
>limit the loading sequence loop to five times) and changed the framesloaded
>logic to a "hard number":
>
>Set Variable: "timeslooped" = timeslooped + 1
>If (timeslooped>4)
> Go to Next Frame
>End If
>If (_framesloaded<25)
> Go to and Play (2)
>End If
>
>
>Still getting reports of problems. Any ideas?
>
>The site in question is: http://www.retake.com
>
>tia,


Marc Hoffman

Poison Dart Frog Media: Specializing in Flash Animation and Digital Audio
Production
Our latest Flash job is on display at <http://www.dartfrogmedia.com/rickfrnd>
See our Flash portfolio at <http://www.dartfrogmedia.com/sampler>
(featured in Flash 3 Web Animation, by Ken Milburn)


flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and The Flash Film Festival
"The World’s Premier Flash Solutions Conference and Expo"
March 27-29, Nob Hill Masonic Center, San Francisco, California

-Register before Feb 25 and save $200!!-- www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  FLASH: Problem with endless preloading l, Paul Gleason

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]