A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: Scrollbar for Flash content

  1. #1
    Member Egan311's Avatar
    Join Date
    Nov 2001
    Location
    Cincinnati, OH
    Posts
    98

    Scrollbar for Flash content

    Is there an easy way to create a scrollbar to scroll all of the content inside a flash movie? I'm not talking about scrolling text or images, but the whole movie.

    Maybe if the content is 800 pixels tall but I want the movie to be 600 pixels tall?

    An example here ---> http://www.pierinc.com/

  2. #2
    Senior Member braxius's Avatar
    Join Date
    Jul 2005
    Location
    Lithuania
    Posts
    126
    use ScrollPane component

    Easiest way to do this:
    • Drag and drop scroll pane component from components window
    • Change the size uzing transform tool
    • In your library locate the movie clip you want to show in scrollable area and pres RMB on it
    • Choose linkage
    • Add tick on export for action script and remove tick from export in first frame
    • Drag and drop scrollable movie somwhere on the stage where it wouldnt be visible
    • click on scrollpane component that is on the stage
    • Select parameters and in contentPath line add the identifyer that was used for your exported movie
    • test the movie


    this should work it did for me many times

  3. #3
    Member Egan311's Avatar
    Join Date
    Nov 2001
    Location
    Cincinnati, OH
    Posts
    98
    Thanks for your help. I'll try it out......

  4. #4
    Member Egan311's Avatar
    Join Date
    Nov 2001
    Location
    Cincinnati, OH
    Posts
    98
    When I use this method, the buttons and links inside the movie clip no longer work. Is there a way to do this, but keep all the interactive components?

    Thanks!

  5. #5
    Senior Member braxius's Avatar
    Join Date
    Jul 2005
    Location
    Lithuania
    Posts
    126
    i need to know how your code looks like

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center