A Flash Developer Resource Site

Page 2 of 2 FirstFirst 12
Results 21 to 26 of 26

Thread: Scrollbars not appear when upload

  1. #21
    Animator
    Join Date
    Jul 2001
    Location
    India
    Posts
    238
    I am using Windows XP SP1 and Internet explorer 6. Oldnewbie swf file not shown outside the scrollpane on first click...(click on contact and check) if not, strange....what's the problem in my system..may be any amazing virus not detected yet by any company.


    And oldnewbie tell me what's the actionscript if we load a swf file in scrollpane in flashfx

    and in

    flashmx 2004 (using flash mx UI component) downloaded from macromedia.com
    Last edited by ashras99; 03-19-2004 at 01:39 PM.

  2. #22
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Nope! Everything looks fine but Im not on IE6 but on 5.5. There's no scrollbar on Contact, but the content doesn't appear outside of the frame.

    In MX...

    _level0.my_scrollpane.loadScrollContent("http://www.YourWebServer.com/nice.swf");

    In MX2004... Don't know!

  3. #23
    Animator
    Join Date
    Jul 2001
    Location
    India
    Posts
    238
    Oldnewbie no scrollbar is loaded at your site and my site the content appear outside the frame then it means there is some problem. Now tell me how to solve this problem or any other who using FlashMx 2004.


    oldnewbie i tried your suggestion (created scrollpane in flashmx) and it works but i have to upload to check it works or not. Can you tell me any other way of checking before uploading. And i have to give the full address like http://....... only "main.swf" will not work.

    And we can change the look of the scrollbar like color and style.

  4. #24
    Animator
    Join Date
    Jul 2001
    Location
    India
    Posts
    238
    oldnewbie, in flashmx scrollpane i want that when it loads in a page it loads i jpg file automatiocally. Can you tell me how to do it.

    I want to no one more thing..if i scroll down and left the scrollbar down and click on the other link then the link open the scrollbar down. Can you tell me how to open a link everytime scrollbar up.

    check my website...

    http://cgshowcase.netfirms.com

    and then first click on Contact and scroll down....

    then click on books.... you will see the problem.
    Last edited by ashras99; 03-20-2004 at 02:24 PM.

  5. #25
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Usually the scrollpane is used with a content mc, that could hold this starting picture you want to load at startup.
    Check this tutorial...

    http://www.flashkit.com/tutorials/Ge...-757/index.php

    As for re-setting the scrollbar's position, on every button, add the following line to the scripts you already have...

    on(release){
    //script you already have...
    // + the folowing line...
    _level0.myScrollPane.setScrollPosition(0,0);
    }

  6. #26
    Animator
    Join Date
    Jul 2001
    Location
    India
    Posts
    238
    Thanks oldnewbie. Please find the attached swf file.

    There is one problem in this file. When u move the cursor on the articles "s" then it select books. If you move the cursor on the books "s" then it select resume.

    I check the hit area but problem not solved. Can you tell me what's the problem.

    And one more thing it is possible to delete a loaded swf file from the cache when the browser closed.
    Attached Files Attached Files

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