Scroll Bar Handle Position - Left?

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

  1. #1

    Default Scroll Bar Handle Position - Left?

    Is there a way to have the scroll bar appear on the left side as opposed to the right side for a text area component?
    cVarz Guest

  2. Similar Questions and Discussions

    1. Scroll Position
      I have a working listener on a mock scroll bar, but I get results that are not correct. I was hoping that somebody knows how I could get the...
    2. page scroll position
      Hi all, I have a datagrid in my asp.net webpage. Datagrid can have lot of rows like more than 300 so the scroll gets enabled for the page to...
    3. Listbox scroll position?
      Are you trying to have it select an item or just set the scroll property? -Ken "Mike Horton" <mhorton@teknical.com> wrote in message...
    4. setting scroll bar position
      I have a script that places a scrollable text box on the screen with a number of lines of text inside. At the moment it opens the text box with the...
    5. Saving scroll position on a nested div?
      What I have is a user control that contains a master/detail datagrid. When the datagrid is "opened" (put into edit mode), one column contains an...
  3. #2

    Default Re: Scroll Bar Handle Position - Left?

    Hi there,
    Yes you can put your scroll component on the left. It snaps on when you drag
    it to the text box, and can be placed on the top, bottom, left or right. Just
    drag it close to the side you want it on. It's that simple.
    luna

    ladyluna Guest

  4. #3

    Default Re: Scroll Bar Handle Position - Left?

    I cant see the scroll bar in MMF so how can I drag it to were I want it. ??? I
    am talking about the "scroll bar" that shows itself when the content becomes
    larger then the text area.

    I am not sure if you misunderstood me or I asked the question with
    insufficient details. So, if there is a way for the scroll bar to be placed on
    the left, please let me know.

    cVarz Guest

  5. #4

    Default Re: Scroll Bar Handle Position - Left?

    I'm sorry, I did misunderstand. I thought you were talking about the scroll
    component that you add to a dynamic text box. You are talking about the scroll
    bar on the browser window? I believe I have seen threads about this, but this
    is an html or css question, not a flash question. You might have better luck
    going to the DW forum or I would recommend the Advanced HTML For Beginners site
    at AHFB2000.com. Try a thread search in the html, css. or javascript sections
    of that forum. Hope this helps!
    Luna

    ladyluna Guest

  6. #5

    Default Re: Scroll Bar Handle Position - Left?

    I should have posted this from the beginning.

    I have a textarea component in a flash movie file (FLA - SWF) all by itself.
    It grabs the content from an html document that is formatted in XML. This HTML
    doc grabs it's style from a CSS sheet that is linked to the HTML doc that
    supplies the flash movie it's content.

    Now, when the content exceeds the size of the textarea component, a scroll bar
    appears and it is on the "right" side of the .swf. Is there a way I can make
    the scroll bar appear on the "left" side of the swf.

    This would be ideal for the site I am using it on and if I can't do this, it
    means a little revamping on my part.

    Thanks for the respones already, maybe this info will better assist you in
    helping me. (or anyone else for that matter)

    cVarz Guest

  7. #6

    Default Re: Scroll Bar Handle Position - Left?

    I don't think there is a way to change which side the scroll bar appears
    within the parameters of the component itself. But you may be able to
    edit the xml file. Or perhaps search for a 3rd party component that has
    the layout you want.

    Kat

    cVarz wrote:
    > I should have posted this from the beginning.
    >
    > I have a textarea component in a flash movie file (FLA - SWF) all by itself.
    > It grabs the content from an html document that is formatted in XML. This HTML
    > doc grabs it's style from a CSS sheet that is linked to the HTML doc that
    > supplies the flash movie it's content.
    >
    > Now, when the content exceeds the size of the textarea component, a scroll bar
    > appears and it is on the "right" side of the .swf. Is there a way I can make
    > the scroll bar appear on the "left" side of the swf.
    >
    > This would be ideal for the site I am using it on and if I can't do this, it
    > means a little revamping on my part.
    >
    > Thanks for the respones already, maybe this info will better assist you in
    > helping me. (or anyone else for that matter)
    >
    Kathy Guest

  8. #7

    Default Re: Scroll Bar Handle Position - Left?

    Thanks, I searced around just about every forum I could find before I posted
    in here. I was hoping fr a response from possibly one of the MM people even
    though I know these forums are not official support forums.

    Anywho, I will keep looking. One more question while we are on this subject.
    I know how to turn alpha on and off, is there a way to change the hue to say
    red or yellow instead of green?

    cVarz Guest

  9. #8

    Default Re: Scroll Bar Handle Position - Left?

    In the script pane of the actions layer, frame 1, place this in addition
    to the stuff already there:

    x.setStyle("themeColor", "0x0033FF");

    Where x is the instance name. The "0x0033FF" is the hex number of the
    color after the initial addition of 0x. (a blue)

    Kat

    cVarz wrote:
    > Thanks, I searced around just about every forum I could find before I posted
    > in here. I was hoping fr a response from possibly one of the MM people even
    > though I know these forums are not official support forums.
    >
    > Anywho, I will keep looking. One more question while we are on this subject.
    > I know how to turn alpha on and off, is there a way to change the hue to say
    > red or yellow instead of green?
    >
    Kathy Guest

  10. #9

    Default Re: Scroll Bar Handle Position - Left?

    Very nice, thanks a bunch.
    cVarz 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