Button timing/launch url

I have a one slide movie with buttons which launch a new
window to play additional movies. Once the main side finishes
playing (it is set to stop project), the buttons don't work. I
added a hidden click box that should pause the movie until the user
clicks, but it is not helping. The only other alternative would be
to extend the slide timing to a time equal to enough to view all
the movies in order to keep the buttons alive. I am hoping this is
not a problem with Cap4. Any other ideas?

Welcome to our community
You said:
I am hoping this is not a problem with Cap4.
I think we need more information. From what you have posted
it would suggest you aren't totally understanding how Buttons and
Click Boxes work. I say this because you mention inserting a Click
Box to pause the slide.
Click Boxes will certainly pause the slide but so will
Buttons. Lots of folks miss a setting in the Button (or Click Box)
object that governs what happens when the object has been clicked
by the user. Frequently folks want to open a file or URL. They
manage to accomplish that and even manage to discover they may open
the object in a new window by clicking the button with the down
arrow to the right of where you type the URL or File Name and
choosing New. What is often missed is that if you click that button
with the down arrow again, a new option has become enabled and
available. The option is labeled "Continue playing project". Often
this needs to be "DE-selected" for each Button or Click Box in
order to keep the slide fixed where it paused and prevent it from
progressing.
Hopefully this helps... Rick

Similar Messages

  • LAUNCHING URL BY CLICKING ON BUTTON(USING TRANSACTION LAUNCHER) IN CRM 2007

    Hi,
    I am working on the object which requires configuring transaction launcher so that when button is clicked,URL is open. This development need to be implemented in CRM 2007.
    Kindly suggest.

    We are working in a sandbox environment on CRM 2007 and trying to launch a transaction in an ECC 6.0 system. We get a login box into the ECC server which executes fine but after a few seconds we are returned back to the CRM server without displaying the transaction. All authorizations are correct but it seems that the container is not being populated with the requested transaction. Has anyone else seen the same behavior? We are about to put in a note to see if we can get assistance. We have implemented latest Support Packs and Enhancement Pack 3 was recently installed in the ECC environment. We have implemented all the appropriate notes (1029777) to make sure that we are using the recommend functionality.

  • Launch URL encoding

    is there any way to disable the encoding, PDF made in 7 pro users have 7 reader, PDF open in IE has button launching URL in new window
    app.launchURL("http://intranet.dhs/onenet/onenet.aspx?item=20705#a_toc1",true);
    # changes to %23 and just opens home page, I can change %23 back to # and hit go and page opens to specified point.
    http://intranet.dhs/onenet/page.aspx?item=20705%23a_toc1
    Is there any way to for it to keep the #

    You encode the parameter values only.
    "http://localhost:8080/myapp/test?1=" + URLEncoder.encode("95.5 %") + "&2=" + URLEncoder.encode("55.5 %");

  • I cannot launch urls embedded in messages and I also cannot update Apps

    I cannot launch urls embedded in emails and I also cannot update Apps

    Have you tried restarting or resetting your iPad?
    Restart: Press On/Off button until the Slide to Power Off slider appears, select Slide to Power Off and, after It shuts down, press the On/Off button until the Apple logo appears.
    Reset: Press the Home and On/Off buttons at the same time and hold them until the Apple logo appears (about 10 seconds).
    No data will be lost.

  • LinkButton click doesn't launch URL in the bin-release folder

    I have a project "xyz.mxml" in which I use a datagrid. The action script assigns a ItemRenderer of object LinkButtonRenderer
    gdColumn.itemRenderer = new ClassFactory(LinkButtonRenderer);
    This LinkButtonRenderer.mxml is another file in my project "xyz.mxml"
    When I run the application in the Flex builder, it runs fine and on the button click the url opens up. But when I copy all the files out from the "/bin-debug" folder to any  other folder, the button click does not work. If I do a "Export Release Build" all the files get created in the "bin-release" folder. But the link button does not work here.
    <?xml version="1.0"?>
    <!-- LinkButtonRenderer.mxml -->
    <mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml"> 
    <mx:Script>
           <![CDATA[
               import mx.events.ListEvent;
               import mx.controls.LinkButton;
               import mx.controls.Button;
            import mx.controls.Alert;
            import flash.net.navigateToURL;
            private function handleClick(eventObj:Event):void
                var u:URLRequest;
                u = new URLRequest(data.url.toString());
                navigateToURL(u, "_self");
                  ]]>
         </mx:Script>
            <mx:LinkButton id="url" label="{data.label}" click="handleClick(event);" color="blue"/>
    </mx:VBox>

    For testing the URL im ausing is  http://google.com
    This buton click operation works when I run it from the Flex Builder Application, by clicking on the  "Run" Button, the swf file gets created in the /bin-debug folder.
    Once I export it "Export Release build" all the necessary files get created in the /bin-release folder. Here if i open the html file and click on the button nothing happens

  • PDF form with buttons opens up URL with security warning window

    I have a short-lived process that renders PDF form with data merged. The data is in XML format. 
    The form buttons are assigned URL values when the form is opened. When I click on them,I get a Security warning prompting me to allow/block that site. When I click on 'Allow', I get a window of download statistics of the website that in the URL.
    This would be annoying to the end user. How I do I suppress the Security warning window as well as the download statistics window before the PDF is opened ? Can this be done either at the process design, form design stage or using Java APIs ?
    Thanks,
    Jyothi

    I have a short-lived process that renders PDF form with data merged. The data is in XML format. 
    The form buttons are assigned URL values when the form is opened. When I click on them,I get a Security warning prompting me to allow/block that site. When I click on 'Allow', I get a window of download statistics of the website that in the URL.
    This would be annoying to the end user. How I do I suppress the Security warning window as well as the download statistics window before the PDF is opened ? Can this be done either at the process design, form design stage or using Java APIs ?
    Thanks,
    Jyothi

  • Flash builder external launching URL

    Hi. Flash Builder launch configuration has the option to specify an external URL, but it hardcodes local file URIs, making launch configurations not portable across developers. This is easy to fix (please, forgive me for bending the rules of the terms of license -- it's in good faith).
    1. FlexLaunchConfiguration#getCustomLaunchURL needs to be modified to make use of Eclipse's built-in substitution variables.
                    url = VariablesPlugin.getDefault().getStringVariableManager().performStringSubstitution(
                            fConfiguration.getAttribute(attributeKey, ""));
    2. Add imports:
    import org.eclipse.core.variables.IStringVariableManager;
    import org.eclipse.core.variables.VariablesPlugin;
    3. Make "Adobe Flash Builder Launching" bundle depend on org.eclipse.core.variables.
    Voila. You can now have any launch URL you wish, including project-relative (but not hardcoded) resources, as in:
    ${resource_loc:/my-project/bin/my-resource.html}
    It would be great if this could be integrated with the codebase, of course.

    The delay is in launching the adobe community help (ACH) or the browser. That takes 15-20 seconds. Once the ACH or browser is launched it loads the content pretty fast. There's no network activity during the delay.
    It looks like it launches the help with the following command (shown in the status bar).
    command://com.adobe.flexide.communityhelp.launchHelp(productHelpConfig=Flex_4.0,pageID=mx. collections_ArrayList
    It works fine on OS X, but it's super slow on XP.

  • Unable to Launch URLs in 11.1.2/Configuration Manager service

    Hi All,
    I've installed and configured Hyperion 11.1.2. Whne i'm trying to Launch URLs for Shared services, Admin Console and work space they are not opening. What settings that i've to make after configuration. When i looked at services, the epmsystemconfiguration manager is not started. When i try to start this service, it is giving the message "could not start this service on Local computer". Pls. let me know what changes that i need to do. Once i setup configuration manager (if i give the correct username & pwd for oracle support) can i start this service and Launch the URLs ?

    Hi John,
    The shared services URL and Admin Console URL are working fine. When i try to launch Worksapce URL like http://servername:19000/workspace, it is not opening. When i try to use the URL as http://servername:28080/workspace, the workspace is opening, but giving the error as "Namespace Communication Error". When click Ok here it is giving other message as "Workspace Error". It should run on Port # 19000 right ? I'm not understanding why it is running on Port 28080. In the Configurator, first i did Foundation, Essbase, Planning, Reporting and Analysis, and then Foundation -> Configure web server finally. Is it wrong approach ?
    Also, I've given the user ID as epm_admin during the configuraion, but unable to login with this ID. When i use userID as admin, i'm able to Login to Essbase. Pls. help John

  • Linking buttons to a URL

    I am tring to make a flash web site and i got stuck. i need
    to knew how to link a button to a URL. i resently switched to Flash
    CS3 but i am having to save all of my file as flash 8 files to get
    the action script to work. i usauly use AS1&2 i tried switching
    to AS1&2 in the CS3 file format but that did not work. So i
    need to now how to do it in AS1&2 fomat. Also if you now how to
    do AS3 code for buttons and sutch, i could really use some help.
    Thanks. <3

    use the Code below :
    replace your address with " YOR URL ADDRESS ".
    on(press) {
    getURL("YOR URL ADDRESS", _self);
    }

  • Launch URL on user's default browser

    Hello,
    Is it possible to launch a URL on the user's default browser, through an ActionListener? Something like:
    public void actionPerformed(ActionEvent e) {
            JMenuItem source = (JMenuItem)(e.getSource());
            if(source.getText().equals("Online Help"))
              //launch URL here
    }Thanx in advance! :)

    Hi Derelict, check this out:
    http://browserlauncher.sourceforge.net/Hope it's helpful!
    Chris.

  • GS_CM. How to hide buttons: 'Attachment' and 'URL'

    Hi,
    Business object 'catalog product' use component GS_CM
    We want to hide buttons: Attachment and URL
    We need to use only button Advanced.
    How I can customize it?
    Denis.

    Dear Denis,
    Enhance Component GS_CM and view DocList.
    Redefine method IF_BSP_WD_TOOLBAR_CALLBACK~GET_BUTTONS and implement the following code:
    super->IF_BSP_WD_TOOLBAR_CALLBACK~GET_BUTTONS( ).
    delete gt_button where id ne 'advanced'.
    Hope this helps.
    Thanks
    Vishal
    Edited by: Vishal Kesar on Aug 9, 2011 2:07 PM

  • FOLDER: launch URL

    Hi All,
    When the end-users click on a folder icon (on the portal content navigation menu), I want that a certain url is loaded immediatly in the central body.
    A portal folder has got a property "launch URL", which I expect refers to a url that will be loaded when the folder icon is clicked on. I can however, not change his value (when you check the attribute details, it is HIDDEN).
    I want to make the field read/write, but I don't know how to do it. If I change the value to read/write, save  and refresh the node, nothing has happened. Rebooting the portal also doesn't work.
    Can someone tell me how the make these attributes READ/WRITE.
    Thanks in advance
    Kind Regards

    Hi Detlev,
    That is not exactly the option that I want to use, but it could do.
    I also don't see the properties the document is talking about.
    The properties that I see and that are related to the subject (I think) are the following:
    - Can be launched (YES/NO)
    - launch URL (String)
    - launch in (Inplace / External window)
    I however can not change their value :-(. I can change the "can be launched" value, but it isn't saved ... .
    I expect that the "launch url" field will only appear editable when the van be launched field is set to YES.
    I can't find "Clicking Folder Name Launches First Node" and "Default Entry for Folder" properties.
    I just created a role and in this role i created a folder with an iview element in it.
    Do you or anyone else have some more advice?
    Thanks

  • How to create a button to launch a color picker

    I have a client how does not like the color picker component.
    Currently I'm trying with no luck to get a button to launch the
    selector portion of the color picker. I tried the following code on
    the buttons on click method -
    Any idea on how I would do this?
    Thanks,
    Jack

    This works.
    <?xml version="1.0"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml">
    <mx:ColorPicker id="clr"/>
    <mx:Button label="Open Color Picker"
    click="clr.open()"/>
    </mx:Application>
    In your case you did not add the CP to the display list:
    private function launchCP(): void {
    var cp:ColorPicker = new ColorPicker();
    cp.addChild(cp);
    cp.open();
    You are better off creating CP adding it to stage, and then
    setting visible and include in layout to false, then set them to
    true and call open when button is clicked.

  • Button "Go to URl" or Hyperlinks.

    Not a big deal but does anemone know if there is an advantage to using one (button, "go to url") over the other (hyperlinks), strictly DPS speaking?  Advantages like stability / reliability or anything like that?  I have been using a mixture of both and was wondering.
    Thanks,
    Ryan.

    I have found hyperlinks to be very wonky so I stopped using them long ago.
    Bob

  • CNQL1213 Button Manager launch on start up

    CNQL button manager launches at start up on my iMac and it delays start up.  I already unchecked it on start up in the System Preferences/Accounts/Login Items.  It still launches.  I tried to restart and delete from the Library/CFMSupport but I get a message the Button Manager is already open and can't be deleted.  How do I get this program to stop?  Also Chrome browser launches at start up and I also unchecked that from Login items.  I don't want it to launch either.
    Thanks for the help.
    chris

    First, open /Library and trash the folder "CFM support". as you mentioned, you cannot EMPTY the trash because you come up with this message "Button Manager is already open and can't be deleted" then. So, just trash the folder at the first step. Now open Preferences/Accounts/Login and you most probably dont see the buttonmanager items anymore, but if they are still there, just uncheck them. now restart your mac, and you can see that buttonmanager won't come up on startup again! NOW you can empty your trash bin without getting any messages and get rid of the remaining signs of BUTTONMANAGER!

Maybe you are looking for

  • Two Apple Tvs - one iTunes account

    I bought two Apple TVs - and want to have them sync to one iTunes account. After I bought the second Apple TV and synced it to my iTunes account, my iTunes account doesn't recognize the first Apple TV. I can ping it - so it's on the network. I've gon

  • How do I sync different iPhones on the same iTunes account?

    I want to be able to sync two different iPhones on the same iTunes account. I want to be able to sync different music and movies. Can that be done?

  • Flex Bug? s|global and mx|global conflict with eachother!

    I'm trying to set a global font in my application. I've defined some CSS as follows: /* CSS file */ @namespace s "library://ns.adobe.com/flex/spark"; @namespace mx "library://ns.adobe.com/flex/mx"; @font-face {      src: url('fonts/daxRegular.ttf');

  • MDG CR processing time report

    Hi Is there any option in MDG to download the CR processing time , Like Creation time, approved time and activation time of the CR. display change request option shows creation and finalized time only. thanks in advance Regards syam

  • When an Adobe Form is returned, the information is hidden...

    I created the form in Acrobat Pro 9 on Windows Vista, and when some of the users send the completed form back to me, the information is only visible when I click on the form field, and my cursor is in the form field. But the information doesn't show