Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: what language? platform probs? |
From: | John Croteau |
Date: | Tue, 17 Aug 1999 13:35:34 +0100 |
Hi Chris,
> does anyone know why the action wont work on a mac with netsape, and
> will always default to frame 1 of the movie "Internal" ////?????? (ps
> the ActionScript works fine o mac ie , pc both browsers and randomly
> goes to frame 1,2 or 3 of the movie 'internal')
> Set Variable: "frame" = Random (3) + 1
> Begin Tell Target ("/internal")
> Go to and Stop (/:frame)
> End Tell Target
> Stop
I would expect that the problem is that you are trying to call a frame
that isn't loaded yet. The Mac Netscape may be loading slower than your
other test browsers.
Use an If frame is loaded routine to protect against this possibility.
To prove the point (one way or the other), put the action in a button
and wait for the movie to completely load before pressing tghe buton. If
it works after the file is loaded then it is as I described.
----------- -----------------------
John Croteau croteauerols [dot] com (mailto:croteauerols [dot] com)
------------- -------------------------
FlashTek (Advanced Websites with Flash) http://www.FlashTek.com/
Flash Bible (Fast track to good Flash) http://www.FlashBible.com/
Flash Central(The Universe Starts Here) http://www.FlashCentral.com/
The Flash Tech Resource (Tech Notes) http://www.FlashCentral.com/tech/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-managershocker [dot] com. Problems to: ownershocker [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-managershocker [dot] com
Replies
Re: FLASH: what language? platform probs, cHRISTOPHER bLAIR
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]