A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: scrollbar in flash8

  1. #1
    Junior Member
    Join Date
    Aug 2006
    Posts
    15

    scrollbar in flash8

    Can someone help me out with using scroll bar in flash. Whenever i try to use it in my movie, the text cant be seen, dynamic text cant be seen .. i am unable to use them .. Can anyone give a working fla file , a movie clip with a scroll bar working ??

    thanks

  2. #2
    Senior Member donaldparkerii's Avatar
    Join Date
    May 2005
    Location
    San Diego
    Posts
    616
    use the scrollpane

  3. #3
    Junior Member
    Join Date
    Aug 2006
    Posts
    15
    i am using scrollpane component,but its not working.. can u just send a sample working scrollbar .. thanks

  4. #4
    Senior Member donaldparkerii's Avatar
    Join Date
    May 2005
    Location
    San Diego
    Posts
    616
    I can get the file small enough to allow for an upload
    do this
    1. make a move clip named content_mc
    2. in the libary right click on content_mc and go to linkage, check Export for ActionScript and press the OK button
    3. drag an instance of the ScrollPane on the stage and give it the instance name of scrollPane
    4. make a new layer for actions ifyou have not already done so
    5. add the following code
    Code:
    scrollPane.contentPath = "content_mc";

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