Flasher Archive

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


Subject: Re: FLASH:load movie question
From: Robert Bleeker
Date: Sat, 8 Apr 2000 22:16:32 +0100

Hi,

best thing I find is to create a placeholder MC (possibly empty) and give
that instance a name like "newMovie" then when you load your movie use your
code:
Set Variable: newmovie = "iswto.swf"
Load Movie (newmovie, "newMovie")

Now you have loaded the new movie into the placeholder and you can change
the position with:
Set Property ("newMovie", X Position) = "200"

Try it.


Robert


on 8/4/00 5:01 PM, Ilia Pasymansky at iliap75athotmail [dot] com wrote:

> Hi to all!
>
> Can I use a variable to load the movie??
> i am trying something like this
>
> Set Variable: newmovie = "iswto.swf"
> Load Movie (newmovie, 1)
>
> I guess i am doing something wrong with the string..
> the reason i want to do it is because i want to position my movie wherever i
> want
>
> Set Property ("newmovie", X Position) = "200"
>
> and have any control on loaded movie
>
> Thank you
>



flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the last 100 messages from the flasher list NOW
http://www.chinwag.com/flasher/last100.shtml

Flash books http://www.chinwag.com/flasher/books.shtml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  FLASH:load movie question, Ilia Pasymansky

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