Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: Unload movie from target |
From: | Cheri Harder |
Date: | Wed, 13 Oct 1999 16:42:17 +0100 |
Good point, Carl. However, it gives the same error message even when there
IS already a movie loaded (I have the same commands in several buttons, each
unloads the secondary movie at rollover, to make room for the other things I
show at rollover, then loads a different movie in the MC on release) And
the commands work just fine, I was just getting the "Output window" error on
"test movie" and the error message doesn't affect the actions at all.
~~~~Cheri Harder~~~~~
Advantage Web Solutions
http://members.home.com/cherica
AdvantageWebSolutionsHome [dot] com (mailto:AdvantageWebSolutionsHome [dot] com)
> Hi Cheri,
>
> The cause of your error is that a rollover event comes before a release
> event so your loaded movie does not exist until you release but you have
> already rolled over. So I think is probably the cause.
> Your load and unload commands are ok.
>
> HTH
>
> >I get an error in the Output window when
> >using
> >>Unload Movie from Target...listing the path to the movie I am playing
> >(well,
> >>it's also the path to the movies I am loading into the target) but no
> >file.
> >>I don't see that we are supposed to specify the name of the movie to
> >>unload...if so, where??? Or should this message be ignored? (Works
> >fine in
> >>the swf) And I get the error message whether or not there is yet a
> >movie to
> >>BE unloaded from the MC in question. Code excerpt (and the Load
> >movie works
> >>great, so path should be ok)
> >>
> >>On (Release)
> >> Begin Tell Target ("/blurb")
> >> Go to and Stop ("park")
> >> End Tell Target
> >> Load Movie ("gridattempt.swf", "/screen")
> >>End On
> >>On (Roll Over)
> >> Unload Movie ("/screen")
> >> Begin Tell Target ("/blurb")
> >> Go to and Stop ("action")
> >> End Tell Target
> >>End On
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 helpchinwag [dot] com
Replies
Re: FLASH: Unload movie from target, CARL
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]