Scrolling menu bar using AS2

http://www.lakeshoreentertainment.com
- in the "latest films" section, you see scrolling posters that get
bigger in the middle. How can I do this with AS2.
It Would be similar to
http://www.tutvid.com/tutorials/flash/tutorials/scrollThumbGal.php,
but without the images above.

that looks like simple scaling.

Similar Messages

  • How to show active page in Spry Menu Bar using images

    Hi,
    I have already read this answer "how to show active page in spry menu bar" but I am using images, not text.  I have mouse-over and mouse-out working in the Spry Menu Bar using image.png and image-over.png, but I cant' figure out how to get the image-over.png to appear on the active page since the spry menu bar is locked on the individual pages.  (I tried to put it in an editable comment, but spry wouldn't go for it. :-)
    Any ideas.  Here is the code:
    <ul id="MenuBar1" class="MenuBarHorizontal">
           <li><a href="../index.html" id="home" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image8','','../images/all_pages/home-over.png',1 )"><img src="../images/all_pages/home.png" alt="Home Page" name="home" width="58" height="20" border="0" id="Image8" /></a></li>
           <li><a href="../show.html" id="show" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('show','','../images/all_pages/show-over.png',1)"><img src="../images/all_pages/show.png" alt="The Show" name="show" width="101" height="20" border="0" id="show" /></a></li>
            <li><a href="../team.html" id="team" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('team','','../images/all_pages/team-over.png',1)"><img src="../images/all_pages/team.png" alt="The Team" name="team" width="97" height="20" border="0" id="team" /></a></li>
            <li><a href="../company.html" id="company" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('company','','../images/all_pages/company-over.png',1)"><img src="../images/all_pages/company.png" alt="The Company" name="company" width="139" height="25" border="0" id="company" /></a></li>
            <li><a href="../beatles-tickets.html" id="tickets" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('tickets','','../images/all_pages/tickets-over.png',1)"><img src="../images/all_pages/tickets.png" alt="Tickets" name="tickets" width="75" height="20" border="0" id="tickets" /></a></li>
            <li><a href="../media.html" id="media" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('media','','../images/all_pages/media-over.png',1)"><img src="../images/all_pages/media.png" alt="Media" name="media" width="61" height="20" border="0" id="media" /></a></li>
            <li><a href="../news-reviews.html" id="news" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('news_reviews','','../images/all_pages/news_reviews-over.png',1 )"><img src="../images/all_pages/news_reviews.png" alt="News-Reviews" name="news_reviews" width="149" height="20" border="0" id="news_reviews" /></a></li>
            <li class="MenuBarHorizontal"><a href="../contact.html" id="contact" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('contact','','../images/all_pages/contact-over.png',1)"><img src="../images/all_pages/contact.png" alt="Contact Us" name="contact" width="79" height="20" border="0" id="contact" /></a></li>
         </ul>
    Thanks so much for helping!
    Cheers,
    Janell

    Just found this page:
    Persistent Page Indicator
    Update: Drat, it is for text menus only not using images. :-(
    Cheers,
    Susan

  • Horizontal Scrolling menu bar

    I want to create a horizontal scrolling menu. When you place your cursor over the graphics in the menu bar, they slide to the left or the right. Does anyone know where I can find a tutorial online for this?
    Thank-you.
    LT

    Hi Donald,
    Thanks for your help with the scrolling menu bar, I have
    tried to add the code but must be putting it in the wrong place.
    Please can you let me know where it need to go. The page I am
    working on is
    http://www.vr360homes.co.uk/nav_menu.htm.
    Thanks in advance for your help.
    Regards
    Lee

  • Spry Menu Bar using CSS background image without losing submenu ( V) indicators

    Spry menu bar sets the down and side submenu indicators using
    a positioned background image. I have a requirement to use a
    specific background image yet must retain the > and v submenu
    indicators. Without having to generate full width custom background
    images for each of the menu item types to include the side and down
    menu indicators, is there anyway to use a generic background image
    and show the indicators using just CSS?

    Don't use reserved words in JS
    var event = new Spry.Data.XMLDataSet("events.xml", "catalog/event", {sortOnLoad: "date", sortOrderOnLoad: "descending"});
    event is such a reserved word. If you change this to event1 then all is well.
    I hope this helps.
    Ben

  • Edit Spry Menu Bar using Mouse Click

    Hello…
    I created a Spry Menu Bar and it's working just fine. But on phones and Tablets the submenu doesn't work because it's a mouseover, is it possible to change it to a mouse click?
    Thanks!

    Yes, but it needs a lot of JS coding to do so.
    A better solution is to use a jQuery or pure CSS menubar or visit http://www.projectseven.com/ for a commercial version

  • Horizontal Menu Bar (using JQuery as opposed to Spry Assets)

    In older versions, used SpryAssets to create a horizontal menu bar, but that is no longer supported.  CC has lots of JQuery inserts, but none for a Horizontal Menu Bar.  What do i do to create one?

    Below are a few more menus you could use:
    Pure CSS Drop-Menu
    http://jsfiddle.net/NancyO/zN7fU/
    CSS3 Dropdown Menus
    http://www.red-team-design.com/css3-dropdown-menu
    PVII's Pop-Menu Magic3 (commercial DW extension)
    http://www.projectseven.com/products/menusystems/pmm3/index.htm
    Responsive Iconic
    http://www.dynamicdrive.com/style/csslibrary/item/responsive_iconic_menu/
    Nancy O.

  • How to add New Menu Bar using Custom.pll

    Hi All,
    I have developed a form based on the Oracle Apps form.For standard form i have to add one more menu bar in tools menu using custom.pll,i'm using 11.5.8 version.
    So can any one help me in thi regards as i'm new to this custom.pll,How can we add that New menu bar item and how can we open the custom.pll
    where we have to write the code and all the stuff.Which we have to use like wise.
    If any one is having the code on the regarding u can please pass me.
    Help me in this as it is urget to the client.
    Regards
    Siva

    Hi Donny thanks for ur reply,
    As i was new to the Custom.pll,i have opened the custom.pll throught Form Builder.I have found the packages of the Custom.pll,I have to add new Special Menu to it.If u have code can u please give me simple example.
    If I press that Menu I have to open New Form that i have Customized.And also to get values into that form.
    Can u please help me in this give me simple Example.In Which trigger i have to write the code and all the stuff....
    Bit urget
    If any one is having coding can pls send me to my mail id :[email protected]
    Regards
    Siva

  • Can menu bar use variants instead of hard coding in GUI Status?

    Hi Experts,
    I am trying to select data into a variant from one table. This variant will be used for text in Menu Bar of GUI Status. I used to hard coding in Menu Bar. Is it possible for variants instead of hard coding in Menu Bar?
    If not, any flexible way is also welcomed. Thanks for any reply and help!
    Regards,
    Ying

    Hi,
    Please refer following link.
    http://help.sap.com/saphelp_nw70/helpdata/en/c0/980389e58611d194cc00a0c94260a5/content.htm
    How to create variant for csutom screen
    New transaction - require variant selection to be disabled
    This may help you.
    Regards,
    Renuka.

  • Displaying menu bar using ADF - JSF

    scenario:
    there's a tabbed menu.each tabbed menu has its own menu bar
    objective:
    the menu bar displays the links according to the tab selected.
    how can i do it? is there any way dat i can play around with ADF binding feature? like is it possible to set the render of bar items such that it displays the bar links intelligently [depending on the tab selected]
    or last but not least.. shud i use javascript!
    any reference to such example available online will be appreciated.
    regards,
    Rabs

    hello,
    you might want to read section 11.2. "Using dynamic menus for navigation" It's in the ADF developers guide you can find at the start page of JDeveloper (the studio version anyway).
    kind regards,
    Nemata

  • Should word View blink in menu bar using keyboard controls

    When using Aperature should the word View Blink in menu bar when you use the V keyboard symbol

    Hi,
      Try doing this
    While defining your calss add this method.
      context menu
        METHODS handle_context_menu
          FOR EVENT context_menu_request OF cl_gui_alv_grid
          IMPORTING e_object.
    data :menu type ref to cl_ctmenu,
           submenu type ref to cl_ctmenu.
          CREATE OBJECT submenu.
    *--Add Display All.
        CALL METHOD e_object->add_function
          EXPORTING
            fcode = 'DALL'
            text  = 'Display All'.
          CALL METHOD e_object->add_submenu
          EXPORTING
            menu = submenu
            text =  'Display'.
    Regards,
    theja

  • Menu Bar using Nested Data Sets?

    Hi all,
    I was wondering if anyone has succesfully implimented a menu
    bar widget using a dataset? I would like to control menu items by
    changing items on the database. Is this possible? I think this may
    be possible with nested data sets but I'm not sure.
    Thanks in advance
    Nelson

    Hi, I know you're not a baby sitter, but would you be willing
    to give me a little guidence as to how you came up with this? Your
    sample seems to work exactly the way I want it.
    Here's what I've done so far... correct me if I'm way off. I
    have a db with 2 tables (menu1 and menu2).
    menu1 = id, title, url, target (this was going to be the top
    level menu items)
    menu2 = id,menu1_id, title, url, target (this was going to be
    the sub menu items)
    I then created a menu_data page where I do two recordsets to
    pickup the items from both tables. I then used the extension
    "Export Record Set as XML" on that page for each of the recordsets.
    S now I have my xml data.
    Now I create a menu page where I try to bring in that data
    into my menu bar. Was I really far off? Can you do a little hand
    holding here? I'm kinda new to this stuff.
    Thanks so much for the help!!!
    Nelson

  • The text in the menu bar uses too narrow a font for someone like me with a minor eyesight problem

    Firefox 4.0 has a light, almost transparent background for the menu bar, and the font is very thin. It is hard to read for someone like me with a minor visual disability.

    The mozilla.widget.render-mode preference works in beta 6, but this preference has now been removed from the latest development builds and will not work in beta 7 or later.
    Removed by the part 2 patch for [https://bugzilla.mozilla.org/show_bug.cgi?id=596494 Bug 596494] – Update render mode on device removal

  • Application link has vanished from left menu bar (used to be under Podcasts

    Hi,
    I opened iTunes last night to synch my iPhone and it acted very oddly. iTunes installed a bunch of songs I had throw in the recycling bin and re-imported a bunch of album artwork. Small problems that I quickly resolved.
    iTunes also gave me a weird message about applications (I didn't realize it was a big deal so I didn't read it, something about saving over new applications with older applications) so I said no.
    The big issue - my applications link is now missing from the left menu screen (it used to be below the Podcasts link). I don't know how to update any applications or manage my applications without that link.
    Help!
    Thanks in advance.

    iTunes prefs -> General.
    Under Show: tick Applications.

  • Menu Bar using CS3 SPY Widget

    Only in Internet Explorer when one selects the menu drop down, instead of menu dropping down it goes up. I have tested in other browsers, and no problem, I also noticed it seems to work in IE8 but not in IE 6 or 7. How can I fix this..??
    Thank You for any help.
    nfcsrg

    Without seeing the actual menu in action, no one can really help you troubleshoot the problem,.
    You are better off posting a link to the problem page.
    I would suggest that you ask the question over at the Spry forum - you'll likely get more experienced help over there  :-)  Make sure that you give a link to the page when asking your question:
    http://forums.adobe.com/community/adobe_labs/spry_framework_ajax_prelease

  • How to create menu bar in jsp page using struts-tles

    I have started working with struts-tiles. I want to create menu bar using struts-tiles. please guide me.

    I've done this very recently. In fact, tiles has very little to do with the menu itself.
    In your layout, define where you want the menu to go.
    <tiles:insert attribute="menu" />Now, in the actual file, create your menu structure. This part is up to you. I've used http://www.brainjar.com/ as a starting point for the client side actions.
    On my menu page, I call a method on a custom object that returns the menu bar object. Currently, I'm working on putting this menu into some sort of cached object so it doesn't have to rebuild it on every page request.
    Perhaps I've misread your post and you're looking to use tiles, in and of itself, to simulate menus? Otherwise, I hope my post helps.

Maybe you are looking for