Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: [flasher] Starting Up question |
From: | Muzak |
Date: | Thu, 08 Feb 2001 23:25:41 -0000 |
My guess is you have some library symbols with linkage export (e.g. Sound??).
Those symbols will be loaded before anything else - so whatever you try, a preloader won't do any good.
If you want to get rid of it, the only solution I know is to not use exported symbols, or maybe put them in a seperate movie and
load that later on (when the preloader has started or something).
hth,
Muzak
----- Original Message -----
From: "Mike Helman" <mhelmanwnwolfe [dot] com>
To: "flasher from chinwag" <flasherlists [dot] chinwag [dot] com>
Sent: Thursday, February 08, 2001 7:26 PM
Subject: [flasher] Starting Up question
> I have a movie that I want to stream, but it takes along time to start up.
> The first couple frames doesn't have that much, no sounds or graphics, but
> when I check it out in the Bandwidth Profiler the first frame is huge. It
> says 128k is in there. This movie does have sounds that will play when a
> button is clicked, but why isn't this movie starting quicker?
>
> Even when I put a preloader - the 1st frame in the Profiler loads the movie
> then it loads the preloader. Does anyone know why this is?
>
> Thanks!
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]