Flasher Archive

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


Subject: Re: FLASH: Loading music movie twice (again)
From: Cheri Harder
Date: Sun, 10 Oct 1999 21:00:57 +0100

I know this was just pseudo-code but try using "eq" in your If statement,
instead of the "=" sign. Off-the-wall idea, but maybe....

~~~~Cheri Harder~~~~~
Advantage Web Solutions
http://members.home.com/cherica
AdvantageWebSolutionsatHome [dot] com (mailto:AdvantageWebSolutionsatHome [dot] com)

question was:

I have my music in a seperate .swf file which I'm loading at the appropriate
point, but now I've changed my movie file so that you can skip to 2
different points during the introduction (using labels, rather than seperate
movies)

So now I want to load the music at 2 different points, and if the timeline
hits the first instance, it shouldn't load the music again at the second
instance.

In pseudo-code, I have

set variable musicloaded=yes
load movie music.swf

at the first point. And

if musicloaded="no"
load movie music.swf
endif

at the second point. I've examined the variable, and it is being set to
"yes"



flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California

Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  FLASH: Loading music movie twice (again), Michael Galvin

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