OnClick interaction not working

I have such a silly question.  I am just learning Catalyst and can't get navigation button to work when I run project
It will run in timeline and transition to page2 - also interaction shows OnClick to page2
but when I run project in browser NOTHING happens.  what have I done wrong?

I would check that the interaction is applied to the button in page1. Playing the transition in the timeline will only show what will happen for the state to state transition. You might want to remove that button and start over.
Feel free to post the FXP to the forum if you would like someone to look at it.
There are some great books and training videos available if you want to learn more about Flash Catalyst.
Chris

Similar Messages

  • Navigate Value Interaction not working with UNIONs displayed as pivot

    hi all - If created dozens of requests the uses drilling. Now I'm getting strange behavior in a certain scenario...
    I have a request that is a pivot view and contains UNIONs. One of the columns, employee name, is set up as 'Navigate' for the Value Interaction property. The request drilled to has employee name set up as 'Is Prompted' in the criteria.
    If the main request is displayed as a table view, the drilling works fine - the drilled to request opens with the intended employee that was clicked on in the main request. However, if the main request is a pivot view (which is the view I want) instead of a table view, the drilling does not work as intented - the drilled to request opens with all the employee names. I just want to drill on the clicked upon employee, not all the employees.
    I'm using OBIEE 10.1.3.4.
    Any suggestions as to why this would work as a table view but not as a pivot view?
    Thanks!

    The best solution is to define hyperlink for the detail report in the report column itself. Change the expression of column to HTML hyperlink. (Make sure value interaction is disabled) Use Go URL syntax to navigate to detail report and pass parameter, something like below:
    <pre>'&lt;a href=”saw.dll?Go&Path=/Shared/ReportName&Action=Navigate&P0=1&P1=eq&P2=Emp.Name&P3=’ || Emp.Name || ‘">’ || Emp.Name || ‘&lt;/a>’</pre>
    This link has more details:
    http://www.iwarelogic.com/2010/09/integrating-oracle-obiee-content-using-go-url-850/
    http://www.iwarelogic.com/wp-content/uploads/blogimg/2010/09/image006.jpg
    Hope this helps

  • Learning Interactions not working in Chrome

    This is my first time using Captivate (8.01).  My problem is that 3 widgets/learning interactions are not working when viewed in Chrome. It is a responsive project. They work fine in Safari.
    Would greatly appreciate any information about how I can fix this. Thanks.

    Yes. Jeopardy, Process Circle and Millionaire. I did find out (through a nice, long  -and helpful -chat with Adobe support) that these interactions will work on the Chrome browser when accessed from an LMS. I needed to send them out to reviewers because I didn't have access to an LMS. I just defaulted and asked them to use a different browser.
    Thanks for replying and offering to help.

  • Captivate 7 | Dragdrop interactive not working on Tablets

    Hello,
    I have created a Drag and drop interactivity seeking the help from online Captivate 7 turtorials. Published the file to HTML 5 output. Cheking on the iPad the interactivity is not working.
    Is that "Drag and Drop" interactivity not supported on Tablets?
    Regards
    Chandru

    This is the Elements forum. Try copying your question again here:
    https://forums.adobe.com/community/adobe_captivate

  • Captivate 8 drag and drop interaction not working

    Hi, I am working with Captivate 8 and created a drag and drop interaction using the drag and drop wizard. For some reason when I preview the interaction some of my drag sources work and others do not. I have searched high and low for what I may be doing wrong but I can't figure it out. I created types when making the interaction so it doesn't make sense that some should work and others do not. Thank you for any help you can provide.

    Ok, so I inserted the screen shots below. I realize the items are overlapping in the wiring. I did change that and try it but it still didn't work. Maybe I need to completely rebuild it?  I created types so that 9 would go to one target and 6 to the other.Thank you so much  for your quick help on all of this.

  • CP7 Interaction not working in HTML5

    I'm using the Tabs interaction in CP7 to present information.  It works perfectly in web preview, but not in HTML5. 
    I created a new one, and it works OK in HTML5, but it has 4 tabs and I only need three.
    I can't see where to remove the 4th tab, though I apparently did it before (and don't remember how).  I'm wondering if removing it was what messed up the widget in HTML5.
    Does anyone have any ideas?

    Hi there
    Yeah, sometimes these beasties aren't all that intuitive. Try double-clicking the tab label area. It may require lots of double-clicking. You will finally get into a mode where you may change the label. Once you are there, you should see a circle with a minus symbol. Click that and the tab should be removed.
    Cheers... Rick

  • Interactions not working in Captivate 7

    I have purchased Captivate 7. There are supposed to be "interactions". When I go to ->Insert ->Interactions a blank popup window appears. When I start clicking around in that window a few interactions appear, but not he entire list. I need to access "web interaction" so as to import html into a Captivate project. If I click on any of the interactions and click "insert" I get popup saying "not a valid widget". I was told that these interactions are available "out of the box" for Captivate 7. Any ideas of how I can get this to work?

    After you launch Captivate and create/open a project, please wait for sometime (maximum a couple of minutes) and then launch Interaction dialog.
    If it still doesn't work then You may also try to recreate your preferences.Delete or rename the Captivate 7 folder from the location mentioned below.
    Windows Vista and Windows 7: C:\Users\[user name]\AppData\Local\Adobe\Adobe Captivate 7
    Windows XP:  C:\Documents and Settings\[user name]\Local Settings\Application Data\Adobe\Adobe Captivate 7
    Mac:  /Users/[user name]/Library/Preferences/Adobe Captivate 7
    Regards,
    Rajeev.

  • URL interaction not working in Catalyst CS5

    I am using Flash Catalyst to create some tabbed navigation images. All the functions work perfectly except for one tab that is suppose to link to a product page from my company's website. I have copied the exact URL into the interaction pull-down in the program, but when I run the project that link take me to the website but doesn't display the product. It gives me the error message "This page cannot be displayed. A problem occurred loading this page.". I know the URL works outside of Catalyst if I just paste it into the bar and hit go. Why is this happening and what do I need to do to fix the issue? Any help is welcome, but be aware that I am code illiterate. Thanks!

    Yeah had this problem before, use the java.net.URLEncoder class:
    <%@ page language="java" import="java.net.URLEncoder"%>
    <%
    String url = "http://194.216.8.238:8081/merchant/merch.merchant?msgid=RP&mctid=1111242&totcp=15
    &mname=Jason Perry&mtxnid=UY675432"
    String encodedUrl = URLEncoder.encode(url);
    response.sendRedirect(encodedUrl);
    %>

  • Onclick submit not working

    Hi there,
    I have a form with a check box and a submit button on it. The form button on submit has an action associated with it so that it calles the backing bean and executes edits etc. I'd like to duplicate this functionality on a check box. Basically onclick="do the same thing as the submit button". So where the Submit button has "#{BackingBean.Action}" the checkbox onclick="this.form.submit" does essentially nothing. How do I duplicate the action on the submit button from the check box?
    Thanks for the help!

    I guess, it should work; instead of html:submit, try with button.

  • Draggable interaction not working on android

    I'm using Jquery UI draggable in a project of mine, a cross-platform app.
    The draggable part works on iOS and Android - the element can be dragged, though it seems to be more offset the farther I drag it.
    However, the draggable element's position should trigger a hide/show action on another object along with an audio event. This works fine on iOS but not on Android.
    My code is as follows:
    //Make element draggable
    sym.$("MOWER").draggable({ containment: "parent", axis: "x" });
    //Draggable element affects other element and plays sound
    sym.$("MOWER").touchmove(function(e) {
      m=1;
          if($(e.target).position().left>284){
              sym.$("MOOSHI_BACK").show();
              sym.$("MOOSHI_FWD").hide();
              playPGAudio(getPGPath() + "media/SFX_MooshiBark.mp3");
          }else{
              sym.$("MOOSHI_BACK").hide();
              sym.$("MOOSHI_FWD").show();
    Both parts of the code are in compositionReady. This is necessary because of the audio, if I attach the play audio script to the element itself it won't play.
    However, I have tried the script on the element as well but I get the same result, it drags but doesn't trigger the hide/show
    Thanks in advance for your help...
    Justin

    Sections are not supported on Android. I'll make that clearer in the documentation. Here's the only place it's mentioned:
    http://helpx.adobe.com/digital-publishing-suite/help/supported-feature-list.html

  • Captivate 7 "Notes" interaction not working properly

    When viewing project on an ipad, whenever the Notes widget is included on a slide, all the click boxes, URL links etc. on the slide are disabled until the Notes icon has been opened and closed. Any suggestions on how to fix this?
    Also, any notes typed into the Notes widget disappear once you click "hide notes" - this happens in Chrome, IE and Firefox. The only way of getting the text to be retained is to leave the Note open and visible on the slide before advancing. This then seems to result in multiple notes being created. Are there any plans to improve the Notes interaction? This would be a really useful feature but it is currently too buggy to be used safely.

    Hi Aslib,
    The notes widget needs to be included only once in a project. You do not have to place in on every slide.
    Place the widget on the first slide of the project and set the Timing to  - 'Rest of Project' under the timing panel in Captivate. This allows the widget to be used for the entire project.
    There are 2 settings which you can use for the notes widget which will allow you to have either slide based notes or project based notes.
    - Slide based notes - allows you to take notes for each individual slide and add notes to each slide separately. (This is the default setting).
    - Project based notes - allows you to have one note which will be displayed for the entire project.
    Using Project based notes should cater to your current need.
    Hope this helps.

  • You Tube interaction not working.

    Whe I go to test my youtube interaction by pressing F12, all I get on the screen is just a moment of the video, like it loading then it goes away... Any thoughts?
    Heather Jo Cutting

    Do you have the output folder set up as a trusted location in Flash Global Security?
    http://www.infosemantics.com.au/adobe-captivate-troubleshooting/how-to-set-up-flash-global -security

  • Multiple event not working in interactive report

    Hi Experts,
    I am developing a interactive report used Set-PFstatus '100' , AT user-command and At line-selection in a single program.
    Here At line-selection is not working but at user-command is working fine.
    After commenting set-PF ststus '100' event at line selection is working.
    Ii want at to use at-user command and at line-selection both to work with set pf-status.
    Please help me out.

    Hi,
    You can use these events together but in case while
    creating your GUI status for your program you have
    to give Function Code 'PICK' with F2 short cut key
    because for at line selectino double click 'PICK' function
    code is trigerred.
    hope it helps,
    Regards
    Mansi

  • Interactive Report Search bar is not working

    Hello all,
    I'm working on a Report. I has two regions, one is for select list criteria and Other is sql query.
    To remove the No data forund. I added REQUEST = 'GO' for sql region.
    When i run the report, selecting all my criterias and click search i get the interactive report.But the tool is not working. If i remove the REQUEST = 'GO' it's working.
    Can anybody please help me.
    Thanks,
    Keerti

    Keerti,
    You're using the "Display Condition" of the Interactive Report Region (IRR) to show the report or not.
    If you have multiple selects just use a PL/SQL expression as in:
    :P1_MULTI_1 IS NOT NULL
       AND :P1_MULTI_2 IS NOT NULLNow, if that works for you lets take things a little further... You don't need the second submit button all the time (I'd get rid of it entirely but you seem to really want to hide the region until a selection is made). I did the following:
    1. Updated the display condition of the report to use a PL/SQL expression.
    2. Set the display condition of the submit button to the opposite of the IRR.
    3. Added the item name of the select to the interactive report attributes > Advanced Attributes > Page Items to Submit.
    Now the go button can be used for everything.
    Regards,
    Dan
    http://danielmcghan.us
    http://sourceforge.net/projects/tapigen
    http://sourceforge.net/projects/plrecur
    Edited by: Dan McGhan on May 14, 2009 12:28 PM
    Updated as only clicking "go" works with Page Items to Submit.

  • ShowHide onclick not working in Firefox nor Safari

    I have a real estate site that's been up for a while.  The floor plans showHide is now not working in Firefox nor Safari (still works in IE).  I would swear that it previously was working (6 months ago?).
    I'm sure I have a coding error someplace -- or have upgrades in the browsers disallowed the showHide script?  I'd rather not have to completely rewrite the page if I don't have to, so a quick fix would be preferable to having to rewrite the entire page.
    The page is a simple 3-layer:  the default visible layer is a plain site plan.  Imagemap showHide on mouseover create a mouse-over effect on each of the units; that mouseover aspect works properly in all browsers (it's showing and hiding any of 4 images depending on where the mouse is on the page).  What is not working is the onClick hot spot on each of the highlight images; the blank a=href"" comes up rather than the onClick... desitination.  Make sense?
    I tried both using the onClick within an <a> tag and on the image iteself (no <a> tag).  Neither works (except, again, in IE).
    I'm still on CS3; perhaps that's the issue?  I've been surfing to see if my script is outdated but unable to find anything useful, so thought I'd try this forum.  In my header, this is the FUNCTION that Dreamweaver put in.  Is v9.0 current?
    function MM_showHideLayers() { //v9.0
      var i,p,v,obj,args=MM_showHideLayers.arguments;
      for (i=0; i<(args.length-2); i+=3)
      with (document) if (getElementById && ((obj=getElementById(args[i]))!=null)) { v=args[i+2];
        if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
        obj.visibility=v; }
    The live page is at http://sweetzerterrace.com/fp/index.html
    CSS page is at http://sweetzerterrace.com/sweetzer.css
    Here is the full body code; I have bolded the relevant sections.  Pretty straightforward stuff, so I'm confused as to why it ceased to work.
    Help much appreciated!
    <body class="sweetzer" onload="MM_preloadImages('../i_sweetzer/nav_gallery_on.png','../i_sweetzer/nav_features_o n.png','../i_sweetzer/nav_fp_on.png','../i_sweetzer/nav_location_on.png','../i_sweetzer/na v_brochures_on.png','../i_sweetzer/nav_agent_on.png')">
    <div id="container">
    <div id="absolute">
      <div id="address"><img src="../i_sweetzer/address.png" alt="125 S. Sweetzer, Los Angeles/90049" width="950" height="114" /></div>
      <div id="navigation"><a href="../galleries/index.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('ImgNavGallery','','../i_sweetzer/nav_gallery_on.png',1)"><img src="../i_sweetzer/nav_gallery.png" alt="photo galleries" name="ImgNavGallery" width="275" height="31" border="0" id="ImgNavGallery" /></a><a href="../features/index.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('ImgNavFeat','','../i_sweetzer/nav_features_on.png',1)"><img src="../i_sweetzer/nav_features.png" alt="features" name="ImgNavFeat" width="105" height="31" border="0" id="ImgNavFeat" /></a><a href="index.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('ImgNavFPs','','../i_sweetzer/nav_fp_on.png',1)"><img src="../i_sweetzer/nav_fp.png" alt="floor plans" name="ImgNavFPs" width="129" height="31" border="0" id="ImgNavFPs" /></a><a href="../location/index.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('ImgNavLocation','','../i_sweetzer/nav_location_on.png',1)"><im g src="../i_sweetzer/nav_location.png" alt="the location" name="ImgNavLocation" width="141" height="31" border="0" id="ImgNavLocation" /></a><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('ImgNavBroch','','../i_sweetzer/nav_brochures_on.png',1)"><img src="../i_sweetzer/nav_brochures.png" alt="brochures" name="ImgNavBroch" width="126" height="31" border="0" id="ImgNavBroch" /></a><a href="../agent/index.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('ImgNavAgent','','../i_sweetzer/nav_agent_on.png',1)"><img src="../i_sweetzer/nav_agent.png" alt="the agent" name="ImgNavAgent" width="174" height="31" border="0" id="ImgNavAgent" /></a>
      <!--end div NAVIGATION --></div>
    <div id="sweetzer"><img src="../i_sweetzer/sweetzer.png" alt="Sweetzer Terrace Condominiums" width="50" height="504" /></div>
    <div id="swtMovie">
        <div id="sitePlan"><img src="fpi/sitep.png" alt="site plan" width="900" height="504" border="0" usemap="#SitePlanRolls" />
    <map name="SitePlanRolls" id="SitePlanRolls">
      <area shape="rect" coords="100,95,349,387" href="#" alt="hover03's" onmouseover="MM_showHideLayers('sitePlan','','hide','hover03','','show','hover02','','hid e','hover01','','hide')" />
      <area shape="rect" coords="379,99,797,226" href="#" alt="hover02's" onmouseover="MM_showHideLayers('sitePlan','','hide','hover03','','hide','hover02','','sho w','hover01','','hide')" />
      <area shape="rect" coords="352,253,814,380" href="#" alt="hover01's" onmouseover="MM_showHideLayers('sitePlan','','hide','hover03','','hide','hover02','','hid e','hover01','','show')" />
    </map></div>
      <div id="hover03"><a href="#" onClick="MM_showHideLayers('hover03','','hide','fp03','','show')"><img src="fpi/site_03hover.png" alt="units 03 - click to view floor plan" width="900" height="504" border="0" usemap="#SitePlanRolls" />
    <map name="SitePlanRolls" id="SitePlanRolls">
      <area shape="rect" coords="100,95,349,387" href="#" alt="hover03's" onmouseover="MM_showHideLayers('sitePlan','','hide','hover03','','show','hover02','','hid e','hover01','','hide')" />
      <area shape="rect" coords="379,99,797,226" href="#" alt="hover02's" onmouseover="MM_showHideLayers('sitePlan','','hide','hover03','','hide','hover02','','sho w','hover01','','hide')" />
      <area shape="rect" coords="352,253,814,380" href="#" alt="hover01's" onmouseover="MM_showHideLayers('sitePlan','','hide','hover03','','hide','hover02','','hid e','hover01','','show')" />
    </map></a></div>
      <div id="fp03"><img src="fpi/fp03.png" alt="floor plan 03" width="900" height="504" border="0" onclick="MM_showHideLayers('fp03','','hide','sitePlan','','show')" /></div>
      <div id="hover02"><a href="#" onclick="MM_showHideLayers('hover02','','hide','fp02','','show')"><img src="fpi/site_02hover.png" alt="click to show floor plan 02" width="900" height="504" border="0" usemap="#SitePlanRolls" />
    <map name="SitePlanRolls" id="SitePlanRolls">
      <area shape="rect" coords="100,95,349,387" href="#" alt="hover03's" onmouseover="MM_showHideLayers('sitePlan','','hide','hover03','','show','hover02','','hid e','hover01','','hide')" />
      <area shape="rect" coords="379,99,797,226" href="#" alt="hover02's" onmouseover="MM_showHideLayers('sitePlan','','hide','hover03','','hide','hover02','','sho w','hover01','','hide')" />
      <area shape="rect" coords="352,253,814,380" href="#" alt="hover01's" onmouseover="MM_showHideLayers('sitePlan','','hide','hover03','','hide','hover02','','hid e','hover01','','show')" />
    </map></a></div>
      <div id="fp02"><img src="fpi/fp02.png" alt="floor plan 02" width="900" height="504" border="0" onclick="MM_showHideLayers('fp02','','hide','sitePlan','','show')" /></a></div>
      <div id="hover01"><a href="#" onclick="MM_showHideLayers('hover01','','hide','fp01','','show')"><img src="fpi/site_01hover.png" alt="click to show floor plan 01" width="900" height="504" border="0" usemap="#SitePlanRolls" />
    <map name="SitePlanRolls" id="SitePlanRolls">
      <area shape="rect" coords="100,95,349,387" href="#" alt="hover03's" onmouseover="MM_showHideLayers('sitePlan','','hide','hover03','','show','hover02','','hid e','hover01','','hide')" />
      <area shape="rect" coords="379,99,797,226" href="#" alt="hover02's" onmouseover="MM_showHideLayers('sitePlan','','hide','hover03','','hide','hover02','','sho w','hover01','','hide')" />
      <area shape="rect" coords="352,253,814,380" href="#" alt="hover01's" onmouseover="MM_showHideLayers('sitePlan','','hide','hover03','','hide','hover02','','hid e','hover01','','show')" />
    </map></a></div>
      <div id="fp01"><img src="fpi/fp01.png" alt="floor plan 01" width="900" height="504" border="0" onclick="MM_showHideLayers('fp01','','hide','sitePlan','','show')"  /></div>
      <!--end swtMovie (floor plans) --></div>
    <div id="footer">
    <p><a href="../agent">Represented by Mina Barin<br />
    <span class="small">DRE-CA # 01065894</span><br />
    310.246.0212</a><br /><br />
    <span class="small"><a href="../disclaimers">DISCLAIMERS</a><br />
    © COPYRIGHTED MATERIALS; ALL RIGHTS RESERVED<br />
    <a href="http://pixel-relish.com/" target="_blank">SITE BY PIXEL-RELISH.COM</a></span></p>
    <!--end FOOTER --></div>
    <!--end ABSOLUTE --></div> 
    <!--end CONTAINER --></div>
    </body>

    This is a very unusual attempt.  You have both an anchor tag wrapping the image, AND hotspots on the image.  I'm not surprised you are finding a conflict between those two.
    <div id="hover03"><a href="#" onClick="MM_showHideLayers('hover03','','hide','fp03','','show')"><img src="fpi/site_03hover.png" alt="units 03 - click to view floor plan" width="900" height="504" border="0" usemap="#SitePlanRolls" />
    <map name="SitePlanRolls" id="SitePlanRolls">
      <area shape="rect" coords="100,95,349,387" href="#" alt="hover03's" onmouseover="MM_showHideLayers('sitePlan','','hide','hover03','','sho w','hover02','','hide','hover01','','hide')" />
    What is it you are hoping this will do?

Maybe you are looking for

  • NO MATERIALs in the Sales order created through inbound idoc file

    hi, i have maintained the customer material number as well the SAP Material number in the tcode VD51,but still the inbound idoc type ORDERS03 is posting the application document(Sales order) without the materials. for instance, I have cust.material a

  • Block Customer for Particular Storage Location

    Hi. I want to Block a Customer for Particular Storage location. ie plant 1000(St Loc 01,02)    plant 2000(St Loc 03,04) Block Customer XYZ for Plant 2000 & Sto Loc 03 is this possible? Reg. Amol

  • Mapping of tables

    Dear Experts, I am doing mapping between lips, vbap, vbak and vbkd tables. here in lips table 2 records coming in debugging.But in vbap,vbak and vbkd there are no records am getting.My code: SELECT  vgbel             vbeln             posnr FROM lips

  • Safari Browser will not download Photoshop CC from Adobe Website

    Hi, I've just purchased Photoshop CC via the Adobe website, however when I click to download Photoshop CC the link is not recognised in my browser. Any ideas how to fix this problem so I can start using the Photoshop I've just paid for. Thanks, sorry

  • Can I send in my iPod to get the backlight replaced?

    My iPod was in my backpack while we walked through a thunderstorm and I didn't know until after.  Then I plugged in my ipod to charge it and now I can't see the screen unless I tilt it a certain way so the light hits it just right.  Is there a way I