Flasher Archive

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


Subject: Re: [flasher] Re: Netscape??
From: Patrick Mullady
Date: Mon, 12 Mar 2001 16:27:41 -0000

Once again Helen.............YOU ROCK! Great idea.....worked perfect.
Looking at the srcipt you wrote......I think I could modify the script and
use the bytesLoaded technique for a movie on Level 2 that has used the
attachMovie method. Cause I'm sure as you know Flash loads everything in the
first frame when you use attach movie. I've been trying to conquer that too.
My only problem seems to be that This movie that I've created only works in
Level 0 because of my variables. What do you think?
Thanx a million .........again!!!!
Patrick

----- Original Message -----
From: "Helen Triolo" <designerati-technica [dot] com>
To: "flasher from chinwag" <flasheratlists [dot] chinwag [dot] com>
Sent: Monday, March 12, 2001 5:39 AM
Subject: [flasher] Re: Netscape??


> Patrick,
>
> If your preloader compares _framesloaded to _totalframes as the check
> for the movie being loaded, make sure you also add a condition that
> _framesloaded>=1 to the check or Netscape will proceed before the movie
> has even started to load. This is the only issue I know of with
> Netscape and preloaders. Here's an example that I pulled from an old
> post that shows a check on a movie being loaded into level 2 before
> being positioned. The code in frame 3 is what I'm talking about:
>
> actions for frame 2
> loadMovieNum ("testmovie.swf", 2);
>
> actions for frame 3 (looper)
> if (_level2._framesloaded>=1 && _level2._framesloaded ==
> _level2._totalframes) {
> gotoAndPlay ("starthere");
> }
>
> actions for frame 4
> gotoAndPlay ("looper");
>
> actions for frame 9 (starthere)
> _level2._x = 100;
> _level2._y = 100;
> stop ();
>
> Regards,
> Helen
> -------------------------------------------------------------------
> 1240 Flash Answers from 424 people: http://i-technica.com/flashlist
>
> Patrick Mullady wrote:
> >
> > Has anyone had serious problems with Netscape 4x on PC playing Flash 5
> > movies correctly? I'm doing some preloading functions with load movie
and a
> > loop check. It works beautifully in IE. The script completely freaks out
in
> > Netscape. Are there any known bugs and possible bug fixes out there?
> > Thanx guys
> >
> > ReTrOpUnK
> > Digital Artist
> >
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> The Chinwag site carries a wealth of Flash resources.
> Find useful links, suggested reading and archives at:
>
> ** http://www.chinwag.com/flasher **
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> You are subscribed to flasher as: patatretropunk [dot] com
> To unsubscribe, email leave-flasher-485563Latlists [dot] chinwag [dot] com




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