Flasher Archive

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


Subject: Re: FLASH: Differences in Flash Players (Netscape/IE) Documented Anywhere?
From: Mike Weiland
Date: Tue, 8 Feb 2000 22:15:46 GMT

>
> I haven't made any progress on solving my original problem, which was that
in IE, Flash will load my introductory scene and play it, then load my main
scene and execute the functions (initialization, etc...) in the function
library in the proper order. The same movie in Netscape just flies right
through both scenes nonstop without appearing to even see my initialization
function, etc... If any of you has seen anything even similar to this, I'd
like to hear from you.
>

How are you checking if your main scene is done loading, in my quest for
printing in my project and the subsequent crashes in Netscape and not IE, I
have tracked my problem down to my code for checking if the movie to print
was loaded.

I was using:

If ((GetProperty ("tech_sheet", _framesloaded) = GetProperty ("tech_sheet",
_totalframes)))
Set Variable: "movieloaded" = true
Go to and Play ("print")
Else
Go to and Play ("loop")
End If


Now the problem in netscape is the value for _framesloaded = 0 and the value
for _totoalframes = 0 so when the user first comes into the frame it says
that the movie is loaded and goes on to the Print screen. Then WAMO Netscape
crashes trying to print a movie that hasn't loaded yet. In IE it functions
just fine. So you might have to come up with a different way of checking if
your main movie is loaded.

Hope that helps,


Mike Weiland
-------------------------------------------------
Wasatch Interactive Learning
5250 S. Commerce Drive
Salt Lake City, UT 84107
mikeatwasatchnet [dot] com www.wasatchnet.com



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
  Re: FLASH: Differences in Flash Players , Gary DeJarnett

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