Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
graydog #1
scrollpane referencing
How do you reference a movie located inside a scrollpane. Since the movie in
the scrollpane is from an external file, I am having difficulties referencing
it. What I am looking to do is scale the size of the movie in the scrollpane by
using the setpropery function. I have named the component "pane" and the
external swf file that the scrollpane is using is "flowchart.swf". There is a
movie clip in flowchart.swf with an instance name of "chart" if that helps
HELP!!
Thank
graydog Guest
-
from scrollPane to other movie
This is my problem: I have some movies in a scrollPane. When I click on a button, I wouldk like to remove a movie from scrollpane and attach this... -
Scrollpane question
Does anyone know how I can control the POSITION of the vertical scroll bar thumb? When I load the content of my scrollpane, my objective is to... -
scrollpane!!
I have one more question ...!! While building our site if the data exceeds from the space available in the movie than how can a scrollpane be... -
Use SWF contents in a Scrollpane
Hello all. I have a small problem. I've put the contents of an external swf file into a scroll pane. I need the content to be rich (Thus excluding a... -
scrollpane help
Respected flash gurus how can i load a jpeg image in a scrollpane on a particular frame of my mainmovie. Cheers Avi -
James Fee #2
Re: scrollpane referencing
Are you using MX2004? if so, then you can use:
pane.spContentHolder.xscale = (some number);
pane.spContentHolder.yscale = (some number);
Jim
"graydog" <jason.gray@attws.com> wrote in message
news:c0ufca$qg7$1@forums.macromedia.com...in> How do you reference a movie located inside a scrollpane. Since the moviereferencing> the scrollpane is from an external file, I am having difficultiesscrollpane by> it. What I am looking to do is scale the size of the movie in theis a> using the setpropery function. I have named the component "pane" and the
> external swf file that the scrollpane is using is "flowchart.swf". There> movie clip in flowchart.swf with an instance name of "chart" if that helps
>
> HELP!!
>
> Thank
>
James Fee Guest



Reply With Quote

