Pls help - how to create a navigator scroll bar in full flash site

hi to all,
good day! i'm norman of RP this s for all d flash master, i'm
beginner only in flash and i want to create a full flash website
but i didn't know on how to put a navigational scroll bar. is der
anybody can help me to give me a simple code of it or a link?
i appreciate any help from all of u. I nid it badly to my
project.
many tnx an advns
- normz - RP -

hi,
use this below div tag to the table:
<div style="overflow: auto; width: 480px; height: 100px; border-left: 1px gray solid; border-bottom: 1px gray solid; padding:0px; margin: 0px;">
<table>
</tabe>
</div

Similar Messages

  • Pls help - How can I add a typekit font to muse?

    As Muse doesn't come with all typekit fonts already included in the dropdown list of webfonts, I'd like to know how I can add a typekit font to the dropdown menu so I can use it for my website. I have Adobe creative cloud membership.
    I've searched the whole of the web and can't find anything about this at all - only about adding one of the existing muse typekit fonts which I already know how to do.
    Why doesn't Adobe include all typekit fonts with Muse when you're already a full creative cloud subscriber?

    Done!
    Date: Thu, 20 Dec 2012 03:13:17 -0700
    From: [email protected]
    To: [email protected]
    Subject: Pls help - How can I add a typekit font to muse?
        Re: Pls help - How can I add a typekit font to muse?
        created by morgan_in_london in Help with using Adobe Muse - View the full discussion
    You're very welcome - can I be cheeky and ask for a "correct answer" to be noted? :^D
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/4935814#4935814
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4935814#4935814
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4935814#4935814. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Help with using Adobe Muse by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • How to create a Navigation with submenu ? { Mega Navigation Menu} ?

    Please iam playing around with Flach Catalyst, but i cant find how to create a navigation menu with submenus
    i've created the design in photoshop but i dont know how to do the rest in Catalyst.
    the Navigation menu that i want is should be more or less like this
    Home          Contact        Gallery     Team                                                            { Now when i mouse over inTeam it shows a block with text and links that i
                                                                                                                               can be able to click them.}
    -------------------------------------------------------^---------------------------------- ---------------
                                           |---------------^-------------------------------------------------|
                                             Race Team                  |   Swim Team
                                          .....................................| .............................
                                             Football Team              |   NR Team
                                          .....................................|..............................
                                             Sprint Team                 |  Basketball Team
                                         ......................................|..............................
                                             Jump Team                  |  Water Team
                                         |.....................................................................|
    Please help me i've search on google but didnt found anything.
    Thank You

    Hi,
    This file may help. DropDownMenu.fxp (Right-click > Download Linked File to download this Fc CS5.5 file).
    It illustrates a simple drop-down menu.  Note that only the File menu has button items in it. 
    Best,
    Tanya

  • How to create a navigation bar with custom made buttons?

    I'm used to work with a similar program as Muse. In there we can create a single button and link them together into a navigation bar. I have tried all sorts of tutorials but none of them is discussing this possibility.
    To summorize. The idea is to create a button in photoshop and to use this as a theme to build a navigation bar. Possible or not and how? Thanks for assistance. Rgds Rufin

    Hi Brad,
    Thanks for your reply.
    No, not really. I used to work with XARA up till now. And being an Adobe Cloud user I think it a bit silly using two different systems. In XARA I can create a custom button and turn them into a navbar. For your information I include a few links to sites I created with Xara and I would like to know if I can create the same type of navbars with Abobe Muse. I already found out that all the other functions are available and some work a lot better in Muse, but I’m stuck on the navbar issue. I know I can create a button in Adobe PS and use it in Muse. But I didn’t manage to figure out how to create a navbar in Muse on basis of a button created in PS.
    www.restaurant-cedric.be or www.discoamigo.com or www.radioparadijs.be
    Grtz,
    Rufin
    LOGO-RUFIN'S-REISBUREAU-outlook
    Koningslaan 36 – b31
    8300 Knokke – Heist
    Tel: 050621052
    Fax: 050621072
    e-mail:  <mailto:[email protected]> [email protected]
    <http://www.rufins.be/> http://www.rufins.be
    <http://www.travelcoop.be/> travelcoop_logo_2013[1]  <http://ferventreisagent.be/rufins-reisbureau> klein logo
    Van: Brad Lawryk
    Verzonden: zondag 12 oktober 2014 19:40
    Aan: RUFIN DUWEL
    Onderwerp:  How to create a navigation bar with custom made buttons?
    How to create a navigation bar with custom made buttons?
    created by Brad Lawryk <https://forums.adobe.com/people/Brad+Lawryk>  in Help with using Adobe Muse CC - View the full discussion <https://forums.adobe.com/message/6817739#6817739>

  • [Help] - How to create BP many times.

    Dear all,
    Pls help..
    i created Business Partners(BP) many times (use FM: COM_BPUS_BUPA_CREATE)
    This is the code:
    LOOP AT lt_mstcust INTO ls_mstcust.
    i FILL data cust that want to be created.
      CALL FUNCTION 'COM_BPUS_BUPA_CREATE'
        EXPORTING
          IV_PARTNERCATEGORY         = partner_cat
          IV_BUSINESSPARTNERGROUP    = lv_bpgroup
          IS_CENTRALDATA             = ls_central
          IS_CENTRALDATAORGANIZATION = ls_organ
          IS_ADDRESSDATA             = ls_address
          IV_ACCEPT_ERROR            = 'X'
          IV_BUSINESSPARTNERROLE     = lv_bprole
        IMPORTING
          EV_BUSINESSPARTNER         = lv_bpnumber
        TABLES
          IT_TELEFONDATA             = lt_telephone
          IT_FAXDATA                 = lt_fax
          ET_RETURN                  = lt_return.
        CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
          EXPORTING
            WAIT   = ''
          IMPORTING
            RETURN = lt_return.
    ENDLOOP. 
    end of code.
    The strange problems:
      Not all BP that i created saved in table BUT000, although all BP number was generated after running that FM.
      So i can say after i run the LOOP, i got all bp number. BUT, some of bp numbers were not found in table BUT000. It means when i run TCODE: BP and i entered BP number that were not found in BUT000, error message (bp is not found) would be raised.
    Do u have any solutions for it?
    Or are there others creating BP FM that can be run in LOOP (can create BP in many times)?
    Please help y..
    Ur help is very important for me.
    Regards.
    Daniel N.

    Hi Daniel,
    You can try out one of the following.
    1. Call the function module "COM_BPUS_INPUTDATA_CHECK" before the function module "COM_BPUS_BUPA_CREATE"
    2. Instead of calling the function module "COM_BPUS_BUPA_CREATE" Try calling "BAPI_BUPA_CREATE_FROM_DATA" and then commit and then call "COM_BPUS_BUPA_ROLE_ADD"
    3. Try removing the flag IV_ACCEPT_ERROR = 'X' from the function module call.
    4. In the BAPI_TRANSACTION_COMMIT pass a value 'X' to the parameter WAIT.
    Let me know if this helps!
    Jash.

  • My calender is in unknown language pls help how to change back to normal language?

    my calender is in unknown language pls help how to change back to normal language?

    I do not know this tool can you be specific, just curious.
    T the Op the easiest way of reseting your preferences is the hold the command option shift keys down as Illustrator launches you have to click on the Illustrator icon and quickly hold these keys down.
    Oh yes on the PCit is control alt shift.

  • HT4623 I cannot see sw update button in general section,pls help how to update iOS in my iPad 2

    Hi I want to upgrade my iOS to 5 in my ipad2 but I cannot see nay upgrade button in the setting section.pls help how to upgrade my iOS now

    The Settings > General > Software Update option only appears when you have iOS 5+ installed, as you have iOS 4 you can only update to iOS 7 (that is the only version that you can update to) via your computer's iTunes, as described half-way down the page that you posted from. You will need the current version of iTunes on your computer : http://www.apple.com/itunes/download/
    Connect the iPad to your computer's iTunes and copy any purchases off the iPad to your computer via File > Devices > Transfer Purchases. You may also want to copy photos and any important documents off the iPad as well e.g. via the file sharing section at the bottom of the device's apps tab when connected to iTunes, via wifi, email, dropbox etc - they should be included in the backup, but it's best to have a copy of them outside of the backup just in case. You can then force a backup of the iPad via File > Devices > Back Up
    Then start the update by selecting the iPad on the left-hand sidebar, and on the Summary tab on the right-hand side clicking the Check For Updates button
    Updating to iOS 5+ : http://support.apple.com/kb/HT4972
    If you do update you can't then uninstall it

  • Hi, since i updated my iphone5 to 7.1 version,i found the battery easy run out,pls help how to back to 7.0.2 version,thanks

    since i updated my iphone5 to 7.1 version,i found the battery easy run out,pls help how to back to 7.0.2 version,thanks

    Downgrading of iOS is not supported by Apple.
    However, See these steps for troubleshooting battery or charging issues.

  • How to create side navigations programatically

    Hi,
    Can you please tell me how to create side navigations for a page programatically.
    Thanks in advance

    See topic "Tabs / Navigation" in dev guide, this is explained ind etaqil with sample code.
    --Mukul                                                                                                                                                                                                                                   

  • HT201359 Why i have been billed six times for the same item? Pls help how to refund..

    Why i have been billed six times for the same item? Pls help how to refund..

    Did you change your card details on your account a number of times when trying to purchase the item, and five of them are temporary store holding charges : http://support.apple.com/kb/HT3702 ?
    If they are all 'proper' charges then try the 'report a problem' link to contact iTunes Support : http://reportaproblem.apple.com
    If the 'report a problem' link doesn't work then you can try contacting iTunes Support via this page : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • Hi want to upgrade my software to 7.1.1 pls help how i have do it

    hi want to upgrade my software to 7.1.1 pls help how to do it

    The following has instructions on how to update: http://support.apple.com/kb/ht4623

  • Pls help+how 2 extend warranty online 4 my iphone in india

    pls help+how 2 extend warranty online 4 my iphone in india

    If you area able to purchase Apple Care, then you could extend it one additional year, but you could not extend it 2 years. Check with Apple for your location to see if Apple Care can be purchased in your location. You would have had to purchase the device new from Apple or an authorized Apple reseller.

  • My iphone5 was stolen.. pls help how to deactivate it? badly need your help..

    My iphone5 was stolen.. i was slept on the bus, pls help how to deactivate it? badly need your help.. its only two months on me

    What To Do If Your iDevice Is Lost Or Stolen
    If you activated Find My Phone before it was lost or stolen, you can track it only if Wi-Fi is enabled on the device. What you cannot do is track your device using a serial number or other identifying number. You cannot expect Apple or anyone else to find your device for you. You cannot recover your loss unless you insure your device for such loss. It is not covered by your warranty.
    If your iPhone, iPod, iPod Touch, or iPad is lost or stolen what do you do? There are things you should have done in advance - before you lost it or it was stolen - and some things to do after the fact. Here are some suggestions:
    This link, Re: Help! I misplaced / lost my iPhone 5 today morning in delta Chelsea hotel downtown an I am not able to track it. Please help!, has some good advice regarding your options when your iDevice is lost or stolen.
      1. Reporting a lost or stolen Apple product
      2. Find my lost iPod Touch
      3. AT&T. Sprint, and Verizon can block stolen phones/tablets
      4. What-To-Do-When-Iphone-Is-Stolen
      5. What to do if your iOS device is lost or stolen
      6. 6 Ways to Track and Recover Your Lost/Stolen iPhone
      7. Find My iPhone
      8. Report Stolen iPad | Stolen Lost Found Online
    It pays to be proactive by following the advice on using Find My Phone before you lose your device:
      1. Find My iPhone
      2. Setup your iDevice on iCloud
      3. OS X Lion/Mountain Lion- About Find My Mac
      4. How To Set Up Free Find Your iPhone (Even on Unsupported Devices)

  • How do i add a Scroll Bar to a  JList Component using absolute positioning?

    I've got a applet whose content pane is set to null. I've create a jlist component on this applet and using absolute positioning set the bounds at
    ListBox1.setBounds(380,10, 500, 500);.
    My problem is creating add a scroll bar to the list box.
    JScrollPane scrollPane = new JScrollPane(ListBox1);
    C.add(scrollPane);
    The above code is what i use and when i run this applet i don't see the list box at all. How do i add a scrollbar to this list box or JList component. Please help.

    You need to setBounds() on the JScrollPane, not the JList.
    The JScrollPane is the component that is being added to the panel.

  • How can I hide the scroll bar in TextArea?

    How can I hide the scroll bar in TextArea?

    Hi. To remove the horizontal scrollbar you can do this:
    textArea.setWrapText(true);
    To remove the vertical scrollbar you can do this:
    ScrollBar scrollBarv = (ScrollBar)ta.lookup(".scroll-bar:vertical");
    scrollBarv.setDisable(true);  and set the opacity to 0 in the css file:
    //css file
    .text-area .scroll-bar:vertical:disabled {
        -fx-opacity: 0;
    }Here is an example:
    import javafx.application.Application;
    import javafx.event.ActionEvent;
    import javafx.event.EventHandler;
    import javafx.scene.Node;
    import javafx.scene.Scene;
    import javafx.scene.control.Button;
    import javafx.scene.control.ContextMenu;
    import javafx.scene.control.MenuItem;
    import javafx.scene.control.ScrollBar;
    import javafx.scene.control.TextArea;
    import javafx.scene.input.ContextMenuEvent;
    import javafx.scene.layout.StackPane;
    import javafx.stage.Stage;
    public class TextAreaSample extends Application {
        @Override
        public void start(Stage primaryStage) {
        final TextArea textArea = new TextArea();
            textArea.setWrapText(true);
            StackPane root = new StackPane();
            root.getChildren().add(textArea);
            Scene scene = new Scene(root, 300, 250);
            primaryStage.setScene(scene);
            primaryStage.show();
            scene.getStylesheets().add(getClass().getResource("style.css").toExternalForm());
            ScrollBar scrollBarv = (ScrollBar)textArea.lookup(".scroll-bar:vertical");
            scrollBarv.setDisable(true);
        public static void main(String[] args) {
            launch(args);
    }

Maybe you are looking for

  • The issue is with the deduction WTu2019s not accumulating to the TCRT table.

    Hi Gurus, I am working on Canadian Payroll.There are two deduction wage types which are not accumulating to TCRT table.I checked the processing class 70 for both the wage types and found the specification as "T-Cumulation according to table T54C3" an

  • Does Gnome-Terminal remeber often used commands somehow?

    This isn't an error! I've been starting my wireless connection manually since I installed Arch, as I haven't been able to get it to autostart at boot. So I've been starting by running sudo wpa_supplicant blahblahblah then sudo dhcpcd wlan0. Anyway, I

  • Partition Question:  Can I Make One HD Intel & PPC Bootable?

    Hello, I bought an OWC FireWire external drive to use as a bootable repair drive. My plan was to partition it in half and then make the first partition bootable on an Intel and then make the second partition bootable on PPC Macs. So, when I try to do

  • Is there a way to disable the new email "Grouping" feature found in iOS4?

    If there is an email trail that contains the same subject line, these individual emails are now grouped. The "From" name seems to show the oldest unread email and not the newest. I bcc myself on all emails, so I do not necessarily read the message fr

  • Problem with Alpine CDA-9884

    Help! My wife has an Alpine CDA-9884 with the full speed cable Ipod cable and a 80GB Classic. Just recently, the search function stopped working. Especially when "ALL" is selected, then everything freezes, the Ipod stops playing and the Alpine shows