Adding audio to rollover buttons

I'm having a bit of trouble doing this as I see videos to do this using pre Edge 2014 1.1 before the new function panel and then when I look at the 5.0 function panel I cannot get this right.
I'm able to get the sound to work only once then if I rollover after the first time it plays backwards
I just need to have audio play on a mouseover and I have 3 types of files, mp3, ogg and .wav
I do not see any mention of .wav files do I disregard that file?
So far I import ALL THREE OF THESE to the audio folder
once they are in they reside in a symbol with audio notes on it.
I have the mouseover action for the rollover already so I need to go from there.
ADD ACTION GO TO MOUSEOVER AND SELECT AUDIO.
I NEED THE REST, ANYONE?
RD

Thanks for your answer but I need a bit more info.
I have six rollover buttons each should be assigned a different audio sound.
Each rollover is a symbol on the main timeline, so when I import the audio for lets say rollover_1 do I open the rollover one symbol and drag the audio on THAT timeline?
Or do I have to do this on the main timeline?
In the symbol timeline there is two lables (up and over)
the audio would need to play on the over state which is why I figure if I need to put the audio on the symbol timeline it would make sense.
Lets say this is true so on the symbol timeline the over state is exactly at 0.01
so would I use the following?
// Play an audio track
sym.$("rollover_1")[0.01].play();   ???????
THEN add the code you gave me?
sym.$("rollover_1")[0].currentTime = 0; ????????
sym.$("rollover_1")[0].play();             ???
If I'm inside the symbol timeline where is the current time and play times?
OR do I place the codes on the maintimeline?
I hope I'm clear, please advize
RD

Similar Messages

  • Adding Audio to rollover areas

    I need to add an image to a question that when a student rests their mouse over will play a short mp3 file.  I do not want the file to play automatically - I have added a roll over image and a roll over caption - both work sporadically - sometimes they play as soon as the question launches - sometimes I have to hover my mouse.  When I go back into edit the slides - the rollover does not show an audio file on the ones that wait for the hovering mouse - but always does on those that do,  I have no idea what I have done differently....  What is the proper path to follow to complete this type of interaction???? Any any idea what may have caused my plight?

    Hi there
    It's not exactly clear to me how exactly you assigned the audio.
    In case it will help, I'll outline the process I might follow (which I've never seen fail) in the hopes it will help you.
    Click Insert > Rollover (Image or Caption, it should make no difference).
    When you do this, you see TWO objects on the slide. One is the area your user mouses over. The other is what appears when the user mouses over the other area.
    Note that each of the two areas will allow you to attach Audio. And here is where many folks grow confused.
    If you attach audio to the rollover area, you hear it when the rollover area appears. Often, this means when the slide loads up. But if you attach the audio to the object that appears when the rollover area is moused over by the user, the audio should only be heard when you mouse over.
    All too often users get the two confused. They assign the audio to the rollover area and it needs to be the other way around.
    Cheers... Rick
    Click here for Adobe Authorized Captivate and RoboHelp HTML Training
    Click here for the SorcerStone Blog
    Click here for RoboHelp and Captivate eBooks

  • Help with adding audio files to page

    I am using DW CS5.  I have had numerous troubles adding audio files to any page.  Please know that I am not at all computer savy when it comes to html codes etc.  But I have been working with DW CS5 and have a functional website and my pages validate.  That being said, please be patient with me if I am asking stupid questions or don't understand the solution.
    Now to the problem....I originally wanted to add mp3 files...but I am not sure how to work with plugins or which plugin to use.
    Therefore, I converted my mp3 files to swf and used the insert media file feature in DW CS5.  But when I look at the finished page...I only see a big white box.  Nothing happens when you click on it. 
    First question...which is the best method to add audio files?
    Second question...what steps do I need to follow achieve the desired result?
    Note:  there is one validation error on this page and I'm not sure why or how to fix it.  Any suggestions here would be greatly appreciated.
    Here is the code for the page (or you can go to this link:  http://02cada7.netsolhost.com//test2/cupotea.shtml):
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>cupotea</title>
    <style type="text/css">
        body {
            margin: 0;
            width: 100%;
            background-color: #000; /* change this to whatever the background color should be for the sides (and the bottom) */
        #wrapper {
            min-width: 960px; /* this is how wide the actual content area will be (the centered part) */
            max-width:    1260px;
            margin-left: auto;
            margin-right: auto;
            padding: 0 0 5 5; /* keep the first two values at 0, the others are for left and right space from the edge of the background */
            background-color: #000; /* this is the background color of the main content area */
            color: #FFF; /* this is the default font color */
        #top {
            height: 75px;
            font-size: 60px;
            font-style: italic;
            font-weight: bold;
            color: #FFFDE6;
            background-color:#750700;
            text-align: center;
        #left {
            width: 120px; /* this is the width of the side area. this will take some of the width of the wrapper, above */
            float: left;
            padding-top:10px;
        #main {
            min-width: 840px; /* this is the width of the main content area. This, plus the width of the side, should equal the width of the wrapper */
            max-width: 1340px;
        float:left;
        background-color:#000;
        color: #000;
    #body {
        width:853px;
        float:left;
        color: #fffde6;
        padding-right: 10px;
        padding-left: 10px;
    #bodyleft {
        width:425px;
        float:left;
        padding-top:70px;
    #bodyleft2 {
        width:425px;
        float:left;
        padding-top:70px;
    #bodyright {
        width:425px;
        float:left;
        padding-top:70px;
    #bodymiddle {
        width:853px;
        float:left;
        color: #fffde6;
        padding-right: 10px;
        padding-left: 10px;
    a img {border:none; }
    .standardparagraph {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12pt;
        color: #fffde6;
        text-align: justify;
        font-weight: normal;
    .standardparagraph2{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12pt;
        color: #fffde6;
        text-align: justify;
        font-weight: normal;
        border-top:thin;
        border-color:#666;
        border-bottom-style:solid;
    .standardparagraph3{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12pt;
        color: #fffde6;
        text-align:    center;
        font-weight: normal;
    .standardparagraph4{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12pt;
        color: #fffde6;
        text-align: center;
        font-weight: normal;
        border-top:thin;
        border-color:#666;
        border-bottom-style:solid;
    .pagetitle {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16pt;
        font-weight: bold;
        color: #fffde6;
        text-align: center;
    </style>
    //<![CDATA[
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    //]]>
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryTooltip.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarVertical-2.css" rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryTooltip.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript" src="lightbox/js/prototype.js"></script>
    <script type="text/javascript" src="lightbox/js/scriptaculous.js?load=effects"></script>
    <script type="text/javascript" src="lightbox/js/lightbox.js"></script>
    <link rel="stylesheet" href="lightbox/css/lightbox.css" type="text/css" media="screen" />
    <style type="text/css">
    a:link {
        color: #06F;
    a:visited {
        color: #06F;
    a:hover {
        color: #06F;
    a:active {
        color: #06F;
    </style>
    </head>
    <body onload="MM_preloadImages(''images/buttons/miscfamily2.jpg','images/buttons/home2.jpg','im ages/buttons/familytrees2.jpg','images/buttons/legacy2.jpg','images/buttons/polska2.jpg',' images/buttons/dziekuje2.jpg','images/buttons/calendar2.jpg','images/buttons/dziekuje2.jpg ','images/buttons/StasikEarly1800sto1870-2.jpg','images/buttons/JanikMid1800sto1866-2.jpg' ,'images/buttons/Stasik1857toPresent-2.jpg','images/buttons/1st-generation-2.jpg','images/ buttons/2nd-generation-2.jpg','images/buttons/3rd-generation-2.jpg','images/buttons/4th-ge neration-2.jpg','images/buttons/5th-generation-2.jpg','images/buttons/6th-generation-2.jpg ','images/buttons/7th-generation-2.jpg','images/buttons/january-2.jpg','images/buttons/feb ruary-2.jpg','images/buttons/march-2.jpg''images/buttons/april-2.jpg','images/buttons/may- 2.jpg','images/buttons/june-2.jpg','images/buttons/july-2.jpg','images/buttons/august-2.jp g','images/buttons/september-2.jpg','images/buttons/october-2.jpg','images/buttons/novembe r-2.jpg','images/buttons/december-2.jpg')">
    <div id="wrapper">
      <div id="top">
        <div align="center">THE STASIK FAMILY</div>
      </div>
      <div id="left">
    <!--#include virtual="includes/menu.html" -->
      </div>
      <div id="main">
       <div align="center">
        <br />
        <span class="pagetitle">CUP O' TEA</span><br />
        </div>
        <div id="body">
            <p class="standardparagraph2">When preserving family history, nothing can compare to sitting down with a Grandparent or Great Aunt or Uncle over a cup of tea; listening to them reminicse about the past.  Unlike handwritten accounts, there is opportunity to ask questions or delve further into the subject.  Even better, recording such conversations so they can be shared for generations to come.<br />
    <br />
    The following audio files were created by Virginia (Stasik) Zarow at the request of Laura (Stasik) Schmidt and Carrie (Stasik) Kot.  There were a total of five cassette tapes, ranging from 1 hour to a 1 1/2 halfs in length.  Scott Freeson converted each tape to digital format and then they were broken down into various segments for a total of 7 audio files.  It is recommended that you listen to each tape in the order presented to maintain the proper timeline and context.<br /><br /></p>
    <p class="standardparagraph">The first five audio files were recorded by Aunt Virginia in response to questions posed by Laura (Stasik) Schmidt and her sister Carrie (Stasik) Kot.  Aunt Virginia re-recorded her responses in August 2009 after noticing some mistakes in the original recording.<br />
    <br />
    Note:  Virginia refers to her father as "tata", which is the Polish word for dad.</p>
    <div id="bodyleft">
    <span class="standardparagraph">What are the recollections you have about your parents, in particular their interests, their hobbies, and their lives and faith?<br />
    What did your dad do around the house?<br />
    How did your mom relax?<br /><br /></span>
    <span class="standardparagraph">How did you celebrate holidays and birthdays? <br />
    Did you go on vacations?<br />
    What did you and your brothers do for fun?<br /><br /></span>
    <span class="standardparagraph">What do you know about Jacob Sikora and Catherine Dziwak, the extended family and their faith?<br />
      - Jacob Sikora and Catherine (Dziwak) Sikora<br />
      - Michael (aka Patsy)<br />
      - Magdeline (aka Chochi)<br />
      - Angeline (aka Nellie) - includes information about Frank &amp; their children<br />
      - Elizabeth (aka Diane)<br />
      - John<br />
      - Peter<br />
      - Walter<br /><br /></span>
    <span class="standardparagraph">  What was the house like?<br />
      - In the beginning<br />
      - The 1936 flood<br />
      - Renovations<br />
      - The final demise<br /><br /></span>
    <span class="standardparagraph2">Miscellaneous tidbits...<br />
      - Polish Proverbs<br />
      - Ancedotes<br /><br /></span>  </div>
    <div id="bodyright">
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="50" height="25" id="FlashID" title="virginia1of5">
      <param name="movie" value="audiofiles/virginia1of5.swf" />
      <param name="quality" value="high" />
      <param name="wmode" value="opaque" />
      <param name="swfversion" value="15.0.0.0" />
      <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
      <param name="expressinstall" value="Scripts/expressInstall.swf" />
      <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
      <!--[if !IE]>-->
      <object type="application/x-shockwave-flash" data="audiofiles/virginia1of5.swf" width="50" height="250">
        <!--<![endif]-->
        <param name="quality" value="high" />
        <param name="wmode" value="opaque" />
        <param name="swfversion" value="15.0.0.0" />
        <param name="expressinstall" value="Scripts/expressInstall.swf" />
        <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
        <div>
          <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
          <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
        </div>
        <!--[if !IE]>-->
      </object>
      <!--<![endif]-->
    </object>
    <span class="standardparagraph3">for the media file<br /><br /><br /><br /></span>
    <span class="standardparagraph3">for the media file<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /></span> 
    <span class="standardparagraph3">for the media file<br /><br /><br /><br /><br /><br /></span>
    <span class="standardparagraph4">for the media file<br /><br /><br /><br /></span>
        </div>
        <div id="bodymiddle"><span class="standardparagraph">The second tape, also recorded in August 2009, consists of 2 clips and covers the years 1944 through 1947.</span></div>
    <div id="bodyleft2">
    <span class="standardparagraph">Summer of 1944 to December of 1945<br />
      - Meeting of Frank Zarow<br />
      - New Years Eve - 1944<br />
      - Prom Night - May 1945<br />
      - First boyfriend, Eddie Yesh<br />
      - First job as a hygienist<br />
      - Meeting of John Zarow<br />
      - Enrolled at Indiana State Teachers College<br />
      - Meeting of Ted Zaroff<br />
      - Thanksgiving - 1945<br />
      - Florian Stasik Airforce injury<br />
      - Christmas - 1945<br />
      - New Years Eve - 1945</span>
    <span class="standardparagraph">Note:  Per Virginia, Ted's name should be spelled Zarow, like most of his brothers.  There was a mixup with his birth certificate and his last name was mispelled (although it is phonetically correct).  He chose to keep this spelling as did one of his brothers.<br /><br /></span>
    <span class="standardparagraph">January 1946 to December 1947<br />
      - Takes job as cook/housekeeper<br />
      - Break-up with Eddie Yesh<br />
      - Frank Zarow passes away<br />
      - Christmas 1946<br />
      - Meets John Zarow again<br />
      - New Years Eve 1946<br />
      - John courts Virginia<br />
      - First date with John<br />
      - John's father passes away<br />
      - Christmas 1947</span>
    <span class="standardparagraph">Virginia mentions visiting cousin Helena in Poland.  She is referring to <a href="4-0-helenastasikguzik.shtml">Helena (Stasik) Guzik </a>and her trip to Poland in 1990.  </span></div>
    <div id="bodyright2">
    <span class="standardparagraph3">for the media file<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /></span>
    <span class="standardparagraph3">for the media file<br /><br /><br /><br /></span></div>   
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </div>
    </div>
    <script type="text/javascript">
    swfobject.registerObject("FlashID");
      </script>
      </div>
    </body>
    </html>

    Woohoo! I was able to resolve the issue including the validation issue.  But I have a follow up question...
    Currently if you click on the play button another window pops up which has the play/control/stop buttons to control the audio file.  The attribute is set to new window.  If I change the attribute to parent window, then the page that has the control buttons overlays ontop of the page with the link.
    To get back to the original page, one must click on the back arrow near the address bar.
    Isn't there a way to not have a separate window appear?  In other words, the controls are embeded into the parent page?

  • Captivate 6 interactions -- adding audio

    Hi all
    I have added a pyramid interaction to my captivate project.
    I have seen already on this forum a workaround to have audio play at the start of the slida and not pause when the interaction pauses the slide.
    (i have told the slide to 'on ebter' PLAY my audio file) this works perfect
    My proble is the audio within the interaction. where i have text in the interaction there is an option to add audio, i was expecting to hear this audio when the button is pressed.. but this is not the case?
    Can anyone help?
    Thanks in advance
    Darren

    Hello folks,
    I am in a similar situation to Darren. I am a novice Captivate user and have an Accordian Interaction added to a project.
    In editing this Interaction, I've got the three buttons and the text and labels for everything set. However, when I click on the "Add Audio" icon in a button, the "Select Image From Library" dialog is posted. (There is a parallel option of adding graphics to buttons but this dialog posts for both options.)
    My ultimate goal is to not only display the text of an accordian's button, but to have audio play when the button is expanded/activated.
    I have filed this as a bug but I would like to confirm that this functionality is as it seems to be. (I'm using version 6.0.1.240.)

  • How can I center rollover buttons floating within the main frame?

    This is actually for GoLive, but I hope someone can help!
    My site used to auto-size and I just removed that annoying feature and used the Frame Inspector to Center the page.
    This worked for the boxes contained within the frame but NOT for the floating rollover buttons which still align LEFT.
    I'm sure there's a simple solution.  Thanks for your help!    J.

    You're using Absolute Positioning which is well... absolute.  By that I mean everything is positioned relative to the top left corner of browser viewport.  By itself, APDivs can't be centered which is why you're having trouble.  You would need to wrap your page content inside a CSS container that has relative positioning; a width in px, em or %; a margin-left and margin-right of auto (browser determined margins).
    Try adding this to your CSS:
    body {
    position:relative;
    width: 960px;/**adjust width as needed**/
    margin:0 auto; /**centered in modern browsers**/
    text-align: center /**centered in older browsers**/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • Photoshop rollover buttons in iWeb

    Hi all,
    Has anybody produced a rollover button in Photoshop and then used the button and code in iWeb? If so, can you give me pointers where the code should go.
    Thanks
    G4 Dual 1.25   Mac OS X (10.4.4)  

    Yup, I have, but it is a right chore...and you need "iWeb Enhancer, which you can download here:
    http://web.mac.com/cbrantly/iWeb/Software/iWeb%20Enhancer.html
    (you can get a few free runs out of it before you have to pay)
    Here is how to do it - this assumes that you know the relevant Java Script coding to enable the roll over.
    1) Create your rollover and slices in P/Shop & Image Ready. Export the buttons as slices.
    2) In iWeb, drag / use Insert Menu > Choose... and place your "up" i.e mouse-off button in the position that you want it to be. Repeat for all buttons. Ensure that you "send to front" the rollover images.
    3) Add the hyperlink in the Inspector pane if you want one.
    4) Get you roll over Java script ready in an external HTML editor. Make sure you use the same image names as the files that you added into iWeb.
    5) In iWeb, on the page where you have the roll over, add a rounded box - size is not important. Make sure this has no colour fill and no border. Double click in this box and before you do anything else, type this, exactly as it appears here:
    <!--BeginHTMLData-->
    After that, cut and paste your roll over java script into the box (the script that would normally sit in the header of an html page.) Include all the beginning and end script tags.
    Then send this box to the back.
    6) Save and then choose "Export to Folder".
    7) Once exported, run iWeb Enhancer and select relevant folder.
    8) Once iWeb enhancer is finished, find the P/Shop image that is the "on" or mouse over image of your rollover. Place this in the "Images" folder within the folder that contains your published iWeb site.
    9) Now open the html file of the page with the roll over. You will see a section beginning like this:
    <--Begin Content added by iWeb Enhancer-->
    After this you will find you Java script roll over code. Check that the details of the on and off images are correct in terms of exact name, file type and src. Ensure that the image src, links back to your "Images" file (this is where iWeb will have stored your "off rollover image and you places your "on" rollover images. If in doubt change all links to head back to the root so they all start lime this: "/Images/
    continued in next post...

  • Adding audio to menu

    Using Reflection White theme and having problems adding audio to opening menu. Been successful adding audio to submenus.
    I would like to have audio when dvd is played and waiting for user to select submenus and also have same audio play when user returns to main menu (title)

    Thanks for the reply.
    Bit confused.
    Where is the "audio well"? What does it look like?
    When I select the music and click "apply" nothing
    seems to happen. When I then click on 'Menu" the
    duration is set to max - 3.31 and volume is set to
    mid way.
    I usually drag and drop audio clips from the iTunes
    directory.
    The audio well is that little rectangle that is just to the left of the 'Menu Volume' slider. Be sure you have iDVD back to your main menu screen. After you go to 'Media->Audio->iTunesLibrary and select the audio, click on 'Apply' You should begin to hear the music you selected. Go back to the 'Menu' tab and look at that audio well rectangle. You should now see a little icon of an audio file.
    Is the any function that shows what is attached to a
    submenu? I can see the movies and slideshows that I
    have dropped onto the menu/submenu.
    Yes, just under the main screen there are three circular buttons. The left one is for activating the sound in the menus. It should be blue when it is on.
    The middle button is a 'play' button that allows you to play your movie from the iDVD menu.
    The third button is the Map button. Click on this one to see a diagram/outline of the structure of your menus showing what is within each submenu.

  • Why do my rollover buttons quit working when I burn my project to a DVD?

    Hi
    I have a reel of my work built and everything functions when I simulate the project in DVD Studio Pro. However, when I burn the project to a DVD, my rollover buttons no longer work )and the quality of my work (menus, images, and videos) becomes very poor. I created my layered rollover buttons and menus using Photoshop. How can I resolve these issues?
    Thanks

    Welcome to the discussions... Eric has the answer for you - you won't get a rollover effect when you use photoshop layer based menus because of the way that these become a series of different menus when the disc is built. You most certainly can get rollover effects if you use a standard overlay menu type.
    The reasons for using a layer menu are largely confined to situations where you absolutely must reveal some contextual information when a user selects a button, and where this information must use a common area of the menu to all of the other buttons that do this. In all other situations avoid using them if you can, as they are so limited, offer slow playback to the end user, need more than one mouse click to activate a button and don't support audio or video backgrounds.
    Use a standard overlay and you won't have these issues.

  • Rollover buttons with unexpected results

    Hello Folks,
    I'm hoping someone can point me in the right direction with a
    problem I'm having with rollover buttons.
    I've used Fireworks to create five rollover buttons with
    round corners onto a single transparent canvas. I've exported the
    images as gif and then pasted the relevant code into Dreamweaver.
    I'm getting two results that are puzzling me.
    1. The images are not being displayed with transparent
    backgrounds, as you can see at this url:
    http://www.magicalwonders.com/rollover/index2.html
    The corners are showing which is not what I want. I notice that
    there are four types of gif than can be exported when making
    rollovers. So far, I've tried using Gif adaptive 256 and Gif
    Websnap 256 with no success.
    2. The second puzzle is that including the javascript code
    seems to have increased the top margin for the background of the
    page. If you compare the page before any code is added, you can see
    the difference:
    http://www.magicalwonders.com/rollover/index.html
    Hope someone can advise
    Many thanks,
    Myles

    Myles,
    Try exporting your menu images as png 8 files with index
    transparency.
    alex
    Magicalwonders wrote:
    > Just a quick update. I've corrected all the errors in
    the code and that has
    > fixed the margin problem.
    >
    http://www.magicalwonders.com/rollover/index3.html
    >
    > So now I just have the issue of rollover buttons with
    round corners. Not sure
    > what I'm doing wrong?
    >
    > Hope someone can help.
    >
    > Myles
    >

  • Adding sound to rollovers,buttons.. etc..etc.. ok.. i'm new ( forgive me)

    Greetings..
    I'm helping the community develop a webpage to promote .. well.. the community.. and have been put in chagre of sounds...
    Is there an easy way, using java, to add rollover, button down, etc..etc sounds to a webage???
    I guess all sounds would have to be pre-loaded and in an ..um.. *.au format??...
    Please help as i am a complete novice, and i would be very very very thankful for any help...
    even if its a push in the.. get out of our forum way...
    Thankyou fot your time..
    FasH

    The java.awt.Applet class has a method called getAudioClip(URL) and
    getAudioClip(URL, String) wich allows you to load a .au audio clip.
    Once loaded you can play the clip using the play() or loop() method and
    you can stop the clip with the stop() method.
    Example :
    import java.applet.*;
    public class AudioApplet extends Applet {
      private AudioClip clip;
      public void init() {
        clip = getAudioClip(getCodeBase(), "myclip.au");
      public void start() {
        clip.play();

  • Stopping audio after continue button

    I am trying to stop an audio clip after a continue button is clicked. I added the audio to the button and tried to use the STOP AUDIO WHEN CLICKED button is checked. When I preview it though, the audio does not stop and continues to run for the entire slide. I want to audio to only play while that caption is up and the continue button is not selected.
    For example, I am trying to read a caption box that I have made. I want the user to be able to click continue and see the next caption box which then starts the next reading of the next caption box. Any ideas?
    I am use captivate 4, thanks.

    Hi there
    Place the next caption on a new slide. Then configure the button so the action is to go to the next slide. The audio should be skipped over and the next slide audio should play.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • On a Mac, in Adobe Photoshop CC 2014, when adding audio to an edit, i get the message "Could not complete your request, because Dynamiclink is not available". When performing the exact same operation in Adobe Photoshop CC, i can add audio in the same way,

    On a Mac, in Adobe Photoshop CC 2014, when adding audio to an edit, i get the message "Could not complete your request, because Dynamiclink is not available".
    When performing the exact same operation in Adobe Photoshop CC, i can add audio in the same way, no error message. Any ideas to solve this, anyone? Would be greatly appreciated.

    I tried to update and it keeps telling me to get the Application Manager. And this is what happens
    Adobe Application Manager failed and it told me to download the Adobe Support Advisor.
    Adobe Support Advisor told me that there was an issue:" cpsid_82829s1: "A restart is pending," bootstrapper error has occurred. "Token Number: 40-87772-063201122012
    I followed the instructions it gave me to correct this issue:
    If you receive the error "Installer has detected that a machine restart is pending. It is recommended that you quit the installer, restart try again," do the following:
    #Restart the computer and try the installation again.
    #If the installation fails, delete the InProgress registry key: 
    Disclaimer: This procedure involves editing the Windows registry. Adobe doesn't provide support for editing the registry, which contains critical system and application information. Make sure to back up the registry before editing it. For more information about the registry, see Windows registry information for advanced users on the Microsoft support site, or contact Microsoft. 
    Launch Windows Registry Editor.
    (Windows XP) Choose Start > Run, type regedit in the Open text box and click OK.
    (Windows Vista/ Windows 7) Choose Start, type regedit in the Search box, and press Enter.
    Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager.
    Delete the InProgress key.
    I was not able to find the "InProgress" key.

  • Animated gif on multiple rollover buttons ?

    I want to use animated gifs as MouseOver in rollover buttons.
    Somehow when I put this together the animation only works for the
    first time I do the MouseOver. - the anim gifs are not looping I
    want them to restart every time I have a MouseOut and MouseOver.
    I get this to work if i dont put in preload images as default
    but then I will have problems with delays instead. Do anyone know
    how to solwe this problem in an easy simple to explane kind of way
    Greetings from Sweden !

    I want to use animated gifs as MouseOver in rollover buttons.
    Somehow when I put this together the animation only works for the
    first time I do the MouseOver. - the anim gifs are not looping I
    want them to restart every time I have a MouseOut and MouseOver.
    I get this to work if i dont put in preload images as default
    but then I will have problems with delays instead. Do anyone know
    how to solwe this problem in an easy simple to explane kind of way
    Greetings from Sweden !

  • Interactive PDF: Rollover button state no longer working properly  ???

    Okay, what's going on with the Interactive PDFs lately?
    Now all my rollover buttons no longer work properly.  If I have a button that's simply a black arrow, and in the rollover state it's red.
    No matter if I'm checking it out in the latest Acrobat Reader or Pro X, the rollover only works for a brief second..then reverts back to black - the original state.
    This, combined with my latest problem with the show/hide button state, is really becoming a frustrating hassle:
    http://forums.adobe.com/message/3933451#3933451
    Any help would be appreciated.
    I'm running 7.5.1.
    Is this an Acrobat issue?  The button function here seems to work in the InDesign preview mode.

    Hhmmm...I'm actually having this problem even with Adobe Acrobat 9 Professional. Does this make sense?
    Again, I'm creating the document in InDesign CS5 and then building the PDF with  Adobe Acrobat 9 Professional, and the rollover effects don't work in Adobe Acrobat 9, Adobe Reader 9, and Adobe Reader 10.
    I'm a bit new to this process of software not providing its basic touted functionality. Is this the kind of thing where support for this functionality will vary from product to product? I had the same issue with PDF Portfolio -- where all its functioanlity was not supported in Adobe Reader X. If so, perhaps I should simply stick with the classic features of PDFs. Or can I trust, reliability, that going forward, this rollover effect will be supported in all Adobe Reader versions? This is quite an important issue for me as I provide all the documentation for my employer, including customer facing documentation -- and I simply don't know. Any recommendations?

  • M30 - Front Mode and Audio/Video Control buttons don't work

    Hi
    The Front Mode and Audio/Video Control Buttons Don't Work
    Any ideas?
    Thanks

    Hi
    As far as I know the Toshiba Controls utility is responsible for key usage.
    Did you try to install Toshiba Controls?
    Check the Toshiba driver page for this driver.
    Bye

Maybe you are looking for