Buttons for links inside flash form

Is it possible to place buttons inside a flash from and use
these buttons to exit the form and go to another page? I assume
using GetURL would be used but I haven't been successful in making
it work. I also thought about making each button a submit button
with a CF variable as the value and then letting it pass that value
to the "action" of the form, but again... no luck. I think I'm
barking up the wrong branch of the tree so to speak.

Here's
a link for you to try
Or you can do a search (archive) of the rich forms forum to
find many more ways to do this, search geturl
Ken

Similar Messages

  • How to wrap an existing javabean for using inside a form

    I have an existing java bean(meterbar.jar) I would like to try and intergrate into a bean area of a form.
    I have looked at a bunch of documentation but am still lost. How can I use jdeveloper to "wrap" the bean for use
    inside a form. I am in totally new territory all around so please be specific. Thanks in advance.
    Linda

    I have an existing java bean(meterbar.jar) I would like to try and intergrate into a bean area of a form.
    I have looked at a bunch of documentation but am still lost. How can I use jdeveloper to "wrap" the bean for use
    inside a form. I am in totally new territory all around so please be specific. Thanks in advance.
    Linda

  • Canned Buttons for Links

    I want to use buttons for Links but don't want to try to create them myself.  Where can I find stock Buttons with script that I can drop into my html and css?
    I want a series of vertical buttons that might look something like this:
    I will stack them vertically in a non-scrolling Sidebar on the left side of the page.  Thanks.
    jds

    Using images for navigation menus (other than backgrounds) is not an ideal scenario for a lot of usability and maintenance reasons.  The biggest drawback is that each time your site changes, you have to re-craft a whole new set of images for the various link states (ick!). 
    My advice is to stick with HTML unordered lists <ul> <li> for site menus. 
    Example:
    <ul id="navigation">
    <li class="home">Home</a></li>
    <li class="about">About</a></li>
    <li class="search">Search</a></li>
    <li class="photos">Photos</a></li>
    <li class="contact">Contact</a></li>
    </ul>
    With the power of CSS you can style your navigation lists to look like buttons. 
    http://css.maxdesign.com.au/listamatic/vertical13.htm
    With CSS3 transform and IE filters, you can rotate them.
    http://davidwalsh.name/css-transform-rotate
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Broken Links inside FLash

    I notived that the links inside my flash header do not work
    on this page as well as other pages inside this directory. The
    links do work in the root directory. Does someone know how to fix
    this problem I am having? Here is the link:
    http://www.school-psychologist.com/nick/worshipping/creative.html
    The action script URL setting is index.html, about.html, etc.
    For some reason when you click the following link, the flash header
    sends the user to
    http://www.school-psychologist.com/nick/worshipping/index.html
    instead of
    http://www.school-psychologist.com/nick/index.html
    Thanks a bunch!!

    impossible to say other then your code is wrong - always
    always always copy/paste the code in
    question or we have nothing to go by - but flash simply does
    not replace urls with other urls - you
    must have the wrong code on the wrong button and missed
    something simple.
    --> **Adobe Certified Expert**
    --> www.mudbubble.com
    --> www.keyframer.com
    Mike Splat wrote:
    >
    >
    > I notived that the links inside my flash header do not
    work on this page as
    > well as other pages inside this directory. The links do
    work in the root
    > directory. Does someone know how to fix this problem I
    am having? Here is the
    > link:
    >
    >
    http://www.school-psychologist.com/nick/worshipping/creative.html
    >
    > The action script URL setting is index.html, about.html,
    etc. For some reason
    > when you click the following link, the flash header
    sends the user to
    >
    http://www.school-psychologist.com/nick/worshipping/index.html
    instead of
    >
    http://www.school-psychologist.com/nick/index.html
    >
    > Thanks a bunch!!
    >

  • Adding button for report on a form OR as a quicklist selection

    In order to make this easy for my sales guys, is there a way to add the option to run a custom shared analysis from a form (add an option button)?
    For example:
    When the sales rep creates an opportunity and adds product revenue to it, he will need to run a quote report to be sent to the customer. It would be very convenient to have the option to run the Quote immediately from the opportunities tab rather than having to navigate through the reports tab.

    Hello Alex
    Can you please send me the documentation to add a button on a form too?
    Is this also working with designer 2000?
    Is there also information in this document on implementing an sql script to the button?
    My email id: [email protected]
    Thanks in Advance

  • Dynamic Paypal button for PDF fill-in form

    Hi there,
    I need help with adding a Paypal button to a PDF fill-in form. The Paypal button should feed through the Invoice Number field (a text field) and the invoice total amount (also a text field) to Paypal and add this to the Paypal cart (not ‘buy now’, but ‘add to cart’ so that more transactions can be added after that)
    I found this thread in the Adobe LiveCycle forum that does the same thing: http://forums.adobe.com/thread/339584;jsessionid=54D973B79E04C5B30F8B4BA56D95CE39.node0?ts tart=0
    I’ve tried to add this Javascript action to the button in Acrobat but it doesn’t work.
    Does anyone know what the correct Javascript should be to make this work in a PDF form?
    Help is very much appreciated
    Thanks

    Since nobody else has answered, I will say that you might try the Acrobat Scripting Forum http://forums.adobe.com/community/acrobat/acrobat_scripting

  • How to create a flash button, for mobile phones?

    i want to know the way how i can create a flash button for mobile in flash CS4.

    Create a button of type "button",set the destination url property to the place u have kept the file.But ur file should be anywhere in Common_top.If this file is stored as blob u can use messagedownload bean.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Rendering external links inside a java portlet

    Hi,
    I have a Java portlet written which displays a page including some links that are pointing to an external page. When clicking on that link the portal environment is left, that's not what I want. I want to render the content of this link inside the portlet.
    Is there any way to do that in a Java portlet? Like a method that rewrites all URLs inside a HTML page so that when clicked they will be rendered again in the portlet and again all the URLs inside this page are rewritten?
    Thanks for any help.
    Erik

    Hi Erik,
    You can use methods in PortletRendererUtil to construct links to your resources so that you are within the Portal context.
    Another workaround to this would be to have a controller jsp for the show mode. Put this as the resource in the <showPage>....</showPage> tag in the provider.xml
    Now this JSP will forward the request to the appropriate JSP (or any other resource) based on an action.
    So in all the jsps, let the form be submitted to the controller jsp, which reads the action from request & forwards it to the right jsp. e.g. in your scenario,
    the main JSP (that contains links etc) will contain a form element which will have the following signature.
    String portletActionLink = HttpPortletRendererUtil.htmlFormActionLink(request, HttpPortletRendererUtil.PAGE_LINK);
    <form name="formName" method="POST" action="<%= portletActionLink %>" >
    <%= HttpPortletRendererUtil.htmlFormHiddenFields(request, HttpPortletRendererUtil.PAGE_LINK) %>
    <input type="hidden" name="ClickedAction" value="">
    </form>
    When any link inside the form is clicked, the "ClickedAction" hidden element will be set to the right action inside a javascript & the form will be submitted to the controller jsp (as we are still in the "Show mode")
    The controller jsp will contain the following extract,
    String action = prr.getParameter("ClickedAction");
    if ( action.equals("externalPage1") )
    //have a runtime include for ExternalPage1 jsp
    You can thus extend the controller based on number of actions you have.
    In this approach, all requests are routed through the show mode controller jsp. However, through other methods in the PortletRendererUtil class, you can rewrite a direct URL to that JSP.
    Regards,
    Abhinav

  • Setup Email Button for Multiple Emails

    Is there a way to setup an email button or link within a form that with each click it sends to a different email address or when you click it allows you to pick an email address from a pre-approved list to send it to?

    Open the "Properties" for the drop down field. On the "Options" tab enter the name in the "Item" option and the email address in the 'Export Value'. Now the value of the field will be the 'export value' for the selected item.
    i assume you know how to write the code for creating an email.

  • Upload button for files

    Hi there,
    I want an upload button for files in my form. Is this possible and if so how do I get it there?
    THank you so far.

    Theroyalfam wrote:
    I want an upload button for files in my form. Is this possible and if so how do I get it there?
    From page 976 of the Developer's Guide:
    <!--- This code creates a form with one field where the user enters the image file to upload. --->
      <cfform action="makeThumbnail.cfm" method="post" enctype="multipart/form-data">
      Please upload an image:
      <cfinput type="file" name="image">
      <cfinput type="submit" value="Send Image" name="Submit">
      </cfform>

  • Help with Radio Buttons & Combo Box for Flash Form that sends email

    I'm having a bit of a hard time with a Flash form that I'm working on.
    I've got the basic text fields working fine, but I'm not sure how to retrieve the values from the Radio Button and Menu List components.
    The PHP script pulls the values from the text fields with:
    $contact_name = $_POST['name'];
    $contact_email = $_POST['email'];
    $contact_subject = $_POST['subject'];
    but using
    $radioGroup = $_POST['radioGroup'];
    doesn't retrieve the selected radio button value.
    The radio buttons have a groupName of "radioGroup". The combo box component doesn't even show up in the HTML version, but does in the .swf.
    Can anyone point me in the correct direction to pull these values from these components and get them passed to the PHP form? The native .FLA and the php file are here for reference:
    http://dl.getdropbox.com/u/21984/flashform.zip
    My solution needs to be ActionScript 2.
    Thanks!

    again, you assign a variable.  the selected radiobutton's data and/or label isn't going to magically be sent to the php file.
    for example, if you have sendLV and receiveLV loadvars instances, you can use:
    sendLV.rbData=yourradiogroup.selection.data;
    sendLV.yourothervariables=yourothervariables;
    sendLV.sendAndLoad("yourphp.php",receiveLV,"POST");

  • How can i make a button link in flash??

    Hey Guys,
    Im pretty new to flash but really need your help and
    guidance. I have a nice video ive created, and i want to make the
    buttons link to certain pages on a website it will be displayed at.
    If you want to see the flash video in place on the website,
    visit www.loveandmarriagebridal.co.uk - i want to make the buttons
    to link to the following pages.
    button 1. www.loveandmarriagebridal.co.uk/index.php
    button 2. www.loveandmarriagebridal.co.uk/about_us.php
    button 3. www.loveandmarriagebridal.co.uk/
    button 4.
    http://loveandmarriagebridal.co.uk/account.php
    button 5.
    http://loveandmarriagebridal.co.uk/contact_us.php
    Could anybody please tell me exactly what i need to do in
    order to acheive that. I am using Flash CS3. Ive looked around the
    net for a solution, but i honestly have no idea what im searching
    for.
    Your help would be very much appreciated
    Thanks
    Andy

    See which form of ActionScript you used to make the site.
    Open the Actions panel and see whether you've chosen AS versions 1
    & 2, or AS 3. If you've picked the earlier versions, you can
    attach a link easily to each button by clicking on the button, and
    adding a little code in the Actions panel. Turn on ScriptAssist to
    make it easier. Click on "on" and choose "release" or "press" or
    both. Then scroll down the commands on the left and add getURL. You
    will then have a few lines that say something like, on(Release)
    getURL("putyourpageurlhere"). See bottom for exact syntax. That's
    all. The new .html or .php page will load when the button is
    clicked.
    If your buttons are not actually four-state buttons, but
    graphic or movie clip symbols, you will have do it a little
    differently. Instead of attaching the code to a button, you attach
    it to a keyframe. You give your symbol an instance name in the
    property panel, then in the Actions panel create a function that
    says essentially: when you click on this instance (onRelease)
    getURL.
    If you're using AS3, the concept is similar but the code is
    different. With a quick search you can find dozens of code examples
    that you can cut and paste.
    Here's that AS2 button code...

  • Flash CS3 button not working inside HTML

    or some reason, my SWF "About Us" button will link properly when activated through the SWF
    itself, but inside the HTML file it does not seem to want to work.
    My HTML is at:
    http://www.sirbgb.com/sample/home.html
    And my SWF is at:
    http://www.sirbgb.com/sample/Home_F9.swf
    The target is:
    http://www.sirbgb.com/sample/about.html
    Please note that none of the other buttons/links have code yet.
    Here is my AS3 code for the button if it helps:
    aboutus.addEventListener(MouseEvent.CLICK,jumpAbout);
    function jumpAbout(event:MouseEvent):void {
        navigateToURL(new URLRequest("http://www.sirbgb.com/sample/about.html"));
    Can someone please point out what I am doing wrong, this is driving me crazy.
    Thanks!

    Thanks for the advice, but I still have one more questions. I downloaded swfobject.js
    and now it appears that my link is working! However, now my transparency is gone in
    Firefox (but still works on IE and Safari). Can you please show me how to get it back?
    Here is my new HTML code for the animation:
    /// In <HEAD>
    <script type="text/javascript" src="swfobject.js"></script>
    /// In <BODY>
    <object id="myId" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="960" height="768">
            <param name="movie" value="Home_F9.swf" />
            <param name="wmode" value="transparent">
            <param name="allowScriptAccess" value="always">
            <param name="allowNetworking" value="all">
            <object type="application/x-shockwave-flash" data="Home_F9.swf" width="960" height="768"></object>
    </object>
    I thought having <param name="wmode" value="transparent"> would give me the transparency I need,
    but it appears that it does not cover Firefox.
    Other than that, everything works great, thanks!

  • How can I create a custom button for opening a form?

    I have a parent form having child forms. In my main form I want to create custom buttons for opening child forms. I want to use master-detail form but there are more than one child forms, and in master-detail form I can only create one detail form. So I will create a form based on a table and in that form I will call the child forms by custom buttons. Can I do that?
    Thanx,
    Gulsah.

    This can be easily done. First open up two instances of your Portal. In one window, you will need to go into your component you wish to link FROM. In the other window you will need to go into your component you wish to link TO. In the component you wish to link TO there will be a moduleid. Note this somewhere. Then, you will see an area that says: "Call Interface: Show". Click on this. (In the window you are linking to.). In this window, you will see a bunch of stuff. At the bottom you will see a URL call. This is the call you need to use. At the top, it explains each piece of the URL call. Just subsitute YOUR appropriate information into the URL call. In the form you wish to link FROM, create a button. Once you create this button, it will appear at the bottom, click on it and you will see an area to insert a Javascript. Click the onClick and insert:
    //this is the variable you want to pass from one form to the other
    get_field_name = getField(this.form,'COLUMN_NAME_IN_DATABASE');
    //this is so you can open the "child" form
    window.open('/pls/cc_prod/DAD_NAME.wwa_app_module.link?p_arg_names=_moduleid&p_arg_values=MOD_ID_HERE&p_arg_names=_sessionid&p_arg_values=&p_arg_names=COLUMN_NAME_IN_DATABASE&p_arg values='+GETFIELD_NAME+'&p_arg_names=_COLUMN_NAME_IN_DATABASE_cond&p_arg_values=%3D');
    In the fourth tab, where it says, "....before displaying form" insert the following: (This will tell the form how to handle the getField function.)
    htp.p('<script language="JavaScript1.3">
    < !--
    function getField(form,fieldName)
    var objName = "";
    var tmp = "";
    var dAction = "";
    var sel_idx = 0;
    var cnt = 0;
    var instance = 0;
    var slicedName;
    var fillData = new Array();
    for (var i = 0; i < form.length; i++)
    slicedName = form.elements.name.split(".");
    tmp = slicedName[2];
    instance = parseInt(slicedName[3],10);
    if (!tmp)
    continue;
    objName = tmp;
    if (objName == fieldName)
    return form.elements[i].value;
    //-->
    </script>');
    I hope this helps.
    null

  • Link an Adobe form (existing on ECC) to a button to display this form

    Hi all !
    I work on a Portal and I need to link a form to a button on this portal.
    In fact, on this Portal, I have a page that displays all returns (which were created on ECC with VA01 tcode).
    Each line corresponds to one return. And for each line, there is a button.
    I want that this button allows to display the related return form in PDF format.
    But this PDF form already exists on ECC: in VA03, I retrieve my return number, I click on "Header output preview" button, I choose my message type (Z...) and click on "Print preview" button. Then my return form is displayed in PDF format.
    I want that my button on the Portal allows to display my return form in PDF format in the same way as in VA03 (without the message type choice because this message type will be defined as default).
    Could someone help me about the way to link my existing return form to my button in Portal ?
    Thanks in adance.
    Have a nice day.
    C.

    hi dear
    yes the enabled property is checked but still form doesn't allow to enter value and submit button is also disabled.
    Is there any setting or some program code is required.
    It would be great if some body can help us in this ....
    many thanks in advance.
    thanks

Maybe you are looking for

  • BO XI 3.1 Enterprise SP4....Installation error messge

    Hello Team, I am getting the following Error message while trying to install the Service pack 4 for XI 3.1 . Following are the error message"The install was unable to connect to the CMS. Please ensure the existing CMS hostname and port are correct, a

  • Save hard drive files from a dead mac

    Hi, my mac recently broke, but the hard drive is still intact. (Screen is black, can't see anything) Is it possible to let's say, connect my mac to another computer and transfer my files ? I have a lot of precious school work on it, and it would be a

  • Web Gallery-Surprising Differences between Safari and Firefox

    I discovered some surprising differences using Web Gallery in Safari vs. Firefox: 1. When you first view an album the gallery, the thumbnail photos take quite a bit longer to be visible in Safari than in Firefox. 2. When rolling the mouse over the Su

  • Hard drive space

    i just deleted all my itunes music on my mac about 50gb but my hard drive its showing full.

  • Using parameter in ext:caseInsStarts

    Hi! A am using Kodo Enterprise Edition 2.3.4 and Oracle 8.1.7. It seems that I found a bug in these JDOQL Kodo extensions: ext:caseInsStarts , ext:caseInsEnds and ext:caseInsContains. Consider this JDOQL: this.securityName.ext:caseInsContains(par_0),