Flasher Archive

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


Subject: RE: FLASH: PRELOADER HELP
From: Kathy Reddin
Date: Wed, 4 Oct 2000 12:27:23 +0100

Assuming that your main.swf movie is more than one frame long.....
You need to check to see if the LAST frame is loaded and not the first.

If you have 20 total frames in the scene "Scene1":

if frame is loaded (Scene1, 20)
Get URL ("main.htm")
end frame loaded

If your movie is only 1 frame long....just add one frame and do this:

if frame is loaded (Scene1, 2)
Get URL ("main.htm")
end frame loaded


-----Original Message-----
From: owneratchinwag [dot] com [owneratchinwag [dot] com]On">mailto:owneratchinwag [dot] com]On Behalf Of Bob
Weinacht
Sent: Tuesday, October 03, 2000 1:20 PM
To: flasheratchinwag [dot] com
Subject: FLASH: PRELOADER HELP


Hello everyone,

I am having a problem with my preloader and am sure
the solution is simple, but my brain refuses to help
me out.....

I have two SWFs each with their own HTML file:
preloader.swf (which is embedded in preloader.html)
and main.swf (which is embedded in main.html)

What I want to happen is thus: While preloader is
looping through a sequence, main.swf is preloading.
Once main.swf has been preloaded (or cached) the
preloader movie launches the main.html file.

I have been using the load movie action with the
target being another movie clip (instance name dummy)
whose alpha is set to 0%. The script looks like this:

Load movie ("main.swf", "/dummy")

My "if frame is loaded" action looks like this:

if frame is loaded (/dummy, 1)
Get URL ("main.htm")
end frame loaded


This is not working! When the main.html file is
launched, the main.swf file is obviously not loaded.

I would greatly appreciate your help. My first born
child is up for grabs if necessary.

Thanks so much,

Bob


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NudeGuru.com is proud to sponsor the Flasher list
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
IT'S THE ART OF MONEY, HONEY!
Tips and Advice from some of the most popular Flash
artists + industry power-brokers on how to hold onto
your rights, negotiate contracts and get full value
for your work.http://www.nudeguru.com from Franke James
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  FLASH: PRELOADER HELP, Bob Weinacht

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