Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: Get Propery of a MC loaded in a target |
From: | Karin Christensen |
Date: | Sun, 7 May 2000 16:47:46 +0100 |
Hi Laura,
I think the path to the loaded movie would be this:
GetProperty ("/screen/test.swf", _height)
(if screen is on the main time line)
When you test the movie look at the variables and objects, it will
give
you the pathways. Most of the actions in your loaded movie need to
include
the name of the mc that it is replacing.
Karin
> > Hi Laura. GetProperty("/screen",_height) returns the height of
the
> > movieclip screen (if it's on the main timeline, or use
"/window1/screen"
> > if it's nested in mc window1 on the main timeline). When you load
a
> > movie into it, that movie does take on the height of the mc, so
you're
> > really finding the height of the mc, not the original height of
the
> > loaded movie (I just tried it, loading a 100x100 movie into a
113x200
> > mc, and the height returned was 113). Is that what you were
looking
> > for?
>
> Hey Helen,
> I'm trying to find a way to find out what the height of the loaded
movie
> is... it knows... if you load a 50x50 movie into a 100x100 movie
clip, the
> little movie stays little (it doesn't actually change height). I
think I did
> need another frame though. You have to load the movie on one frame
and then
> get the property on another... I think.
>
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 helpchinwag [dot] com
Replies
Re: FLASH: Get Propery of a MC loaded in, Laura Mollett
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]