scrollpane referencing

Ask a Question related to Macromedia Flash Actionscript, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. scrollpane help
      Respected flash gurus how can i load a jpeg image in a scrollpane on a particular frame of my mainmovie. Cheers Avi
  3. #2

    Default 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...
    > 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
    >

    James Fee Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139