Create a button "hot link" to escape to the web?

Hi, I looked around, but can't seem to find anything about it.  I'm running Encore CS4.

I want to add a button in a menu, when you press on, jump to a URL on the web.  You know, like for more information goto this web site.

How can I do?

Best regards

Pat

Pat,

If you create IN Flash, you can do it, otherwise, the pure DVD-card. are quite limited. The now discontinued eDVD had this ability, but he had questions porter to Vista, IIRC, and although I heard rumors of another purchase code, I saw anything like that come from that.

We could also put URL links in the contents of the ROM on the disc, but even on a computer, you could use something like Windows Explorer to navigate to it. It would be obviously inelegant, but a simple button with the URL which are linked.

Look in the Flash creative, because it might get you closer to what the customer needs.

Good luck

Hunt

PS - I have a life. Right now, it is only out of the pool with the laptop, a golf course, lots of wine and travel with my wife... However, retirement is not all bad. None of the guests who want a URL in a button.

Tags: Encore

Similar Questions

  • I am trying to create a button print in my form, but the Action tab does not appear

    I am trying to create a button print in my form, but the Action tab does not appear

    I thought about it. When I tried to create a new form, I chose the "this form needs the signatures '. This option does not allow to add action buttons. If I create the form without checking the signature box, it works.

  • What happened to the image field when you create a field of type of image for the Web application?

    What happened to the image field when you create a field of type of image for the Web application?

    The answer is that the point of the IMAGE has been changed to the MEDIA.

    Sorry, Ian, what research for this discussion, I got no results. All good and thanks for the carillon. Hope everything goes well.

    Mouma

  • I can create a button that links to the slideshow widget

    I'm creating a portfolio for a class site. This is a one page site, one of my sections will be my section "work." I want to organize my work, I made the buttons that relate to each category of work. Is there anyway that I can connect this to the slideshow widget. When you click on one of the category buttons I want the slideshow widget is displayed. Is this possible? I can't find a tutorial and I am very new to Muse. Thank you!

    Hello

    You cannot directly associate a button with a slide show. However, you can embed the slide show into a tooptip target and adds the button to trigger the ToolTip, as mentioned in this post: Re: how to create a button that displays news on the same page?

    Kind regards

    Aish

  • buttons to link to anchors inside the compositions

    Hi all. Question about the use of anchors in Muse. I have conducted a search already and couldn't get an exact answer (or see a specific question)

    I have a button on the home page of a site that I am building. I want the link to go to a specific anchor in a composition that I have on another page. any ideas?

    Screen Shot 2015-07-10 at 10.58.23 PM.png-> to create a link to this - >Screen Shot 2015-07-10 at 10.58.37 PM.png

    Adding anchor and link to publication will redirect users to this specific page, but no specific container that includes the anchor.

    Thank you

    Sanjit

  • JavaScript: create menu buttons how custom toolbar items in the designer?

    Hello!

    Is it possible to create custom menu items or toolbar buttons in the ADEP/LiveCycle Designer?

    Thanks for the tips!

    Marcos

    Generally no,.

    but since the Designer ES2, you can create macros to simplify your workflow.

    These macros can be brought in the Tools menu.

    Here's a few macros that I did the Designer ES2 RPF / designer of the ADEP:

    http://thelivecycle.blogspot.com/search/label/macro

    For more databases on the macros to read the blog of John Brinkman.

    http://blogs.Adobe.com/formfeed/category/macros

  • create a button for CONTABILISER instead of using the default

    Can someone give me the code for calculating the total no of records displayed in a form instead of using the default CONTABILISER functionality provided by oracle in the menu bar

    Hello

    You can make a count_query on the block to get the no. documents and then use a get_block_property ('', query_hits) to get the value.

    For ex.

    go_block('my_block');
    do_key('COUNT_QUERY');
    message(get_block_property('my_block',query_hits));
    

    Arun-

  • Links to email in the Web sites do not activate MS Outlook in Windows XP Pro.

    I am running Windows XP Pro and using Firefox 5.x. I used to be able to have MS Outlook pop up when clicked on write links to various Web sites. But lately, maybe I did the latest update for the v5, by clicking on the links does not open an Outlook window.

    See:

  • on any browser, cannot connect to post a link after login to the Web site

    All connections to the internet work, when I type in a Web site or use my favorites, the link to the site error message can't load the page. I have Windows 7, wireless comcast. Error on one of my computers at home, the other two, I have access to.

    Hello

    1. what version of Internet Explorer is installed on the computer?

    2. what happens when you try to install Windows updates?

    3. do you get an error message?

    I suggest you link and check if that helps.

    Nothing happens when you click a link in Internet Explorer

    Warning: Reset the Internet Explorer settings can reset security settings or privacy settings that you have added to the list of Trusted Sites. Reset the Internet Explorer settings can also reset parental control settings. We recommend that you note these sites before you use the reset Internet Explorer settings.

    You can temporarily disable the security software and check.

    Warning: Antivirus software can help protect your computer against viruses and other security threats. In most cases, you should not disable your antivirus software. If you do not disable temporarily to install other software, you must reactivate as soon as you are finished. If you are connected to the Internet or a network during the time that your antivirus software is disabled, your computer is vulnerable to attacks.

    Let us know the results. We will be happy to help you further.

  • By clicking on the link does nothing on the Web page.

    Not able to click on the link for playback on IE 11, recording is very good. How to solve this problem? Link is highlighted, but nothing happens after that. OpenScript version is 12.3.0.1.

    This is the code-

    Web .link ( )

    "[/ web:window[@index='0']/web:document[@index='0']/web:a[@href='http://link'or @index = ' 18']"( )

    Here are the browsers mentioned in the release of OAT 12.4.0.2. So there is not any support for IE11 to OATS 12.3

    Browser: Internet Explorer 7.x, 8.x, 9.x; Firefox 3.5/3.6, 6.x, 10.x, 24.x; Chrome 27 to 31 (read-only).

    Kind regards

    Dembélé M

  • URGENT! Helping to create more of a linked button

    Hello!

    Could someone help a beginner trying to understand this.

    I work in Flash CS3, AS3.

    I created a button that links to another Web page using this code (the code is added to a separate layer):

    ----------------------

    import flash.events.MouseEvent;

    steud.addEventListener (MouseEvent.CLICK, onMouseClick);

    function onMouseClick(e:MouseEvent):void

    {

    var request: URLRequest = new URLRequest ("http://www.xx.html");

    navigateToURL (request, "_blank");

    }

    ----------------------

    It works fine, but the problem is I want to add more buttons (and links) to it, and that's where I'm stuck. When I try just to add a new layer and adding the code here, everything stops working. I also tried copy and paste the code under the first, with no result.

    Anyone know?

    PER DAY

    As I mentioned earlier, you cannot use the same name of function for different functions (that you choose your buttons?).  A way around the problem is therefore to use the names of different function to each button function... instead of using onMouseClick as name for each, change it for each... onMOuseClick1, onMouseClick2, etc...

    As much as having the code on different layers going, that won't matter if I think your reason for doing it is what it is.  Layers do not code regardless of any other code, so if it makes sense, you should keep all your code on the same layer.  I often have two layers.  One for the shared code (variables and functions) where all the code is in box 1 and it extends the length of the timeline and a layer of the framework-specific code (stops, function calls, assignments, etc.).

  • Create a button with a goto command?

    Hello

    I was wondering if it is possible to create a button with a goto, similar to the 'back' command - button: goto://FolioNavigation/lastview?

    Tim

    I think he's asking a DPS feature that is similar to the following in a browser. After that you go to a page and then click on the back button in a browser, the next button becomes active. That is not taken in charge in DPS applications. Kafoussias can correct me if I misunderstood the question.

  • Create a button link URL in AS3 when outside the class is used.

    I need help!

    Quick background - I'm the guy at work who has the most basic understanding, base, base of Flash and was installed.  Makes me the guy ' go to ' now.  I've been avoiding AS3 for a few years now because I'm not a software engineer and my coding knowledge is quite limited. I have googled around for an hour and get something in AS2.  Not so much with AS3.  We have recently upgraded to Flash CC and had removed all previous versions, so now I have no choice.  I can follow directions but the technical jargon associated with AS3 is a learning curve steep for me when I do something like that, maybe twice a year.

    Now, what I'm trying to accomplish:

    It is simple stupid.  I have a flash web-banner.  The background is a static image of the PNG.  It has a countdown to a date.  I need the whole banner to function as a button so that when you click on it, it takes the user to a Web site.  That's all.  That's all I need.  I was able to do this in AS2 before without much of a fight.

    So I did the countdown using the script from this site:

    http://blog.anselmbradford.com/2009/08/03/creating-a-date-countdown-timer-in-ActionScript-3-Flash /.

    It works by referencing classes by external script.  It took me a bit of tinkering, but I got it together, no problem.
    So I'm going to make a button.  I create a button object.  Invisible, place it on a layer above all the rest.  I apply this code in action:

    MyButton.addEventListener (MouseEvent.CLICK, f);

    function f (e: Event) {}

    navigateToURL (new URLRequest ("http://www.adobe.com"));   Use the url of your choice.

    }

    And then it breaks.  The SWF up errors and will not compile.
    First of all, he says:
    1180: call to a method may be undefined, event.

    So I import flash.events.Event. Then, I get:
    1180: call to a method may be undefined navigateToURL.

    1180: call to a method maybe not defined URLRequest.

    1180: call to a method may be undefined addFrameScript.

    1120: access of undefined property MouseEvent.

    So I add:

    import flash.net.navigateToURL;

    import flash.net.URLRequest;

    import flash.events.MouseEvent;

    Who clears all errors except the 1180: addFrameScript.  What I've read, when there is an external class used, I can't apply action in a frame on the timeline script?
    It is so far above my head.  I tried for hours yesterday to find a way to add the script to the button to the main class, but the closest I had been set on my button never compile errors.  I don't know what I'm doing here and why it is so difficult to do two things at the same time in AS3.  I'm just frustrated with all this now.

    Could someone take pity on me and tell me what I need to do to get this working?  Try to use small words and talk to me like I'm the fool of the village, which is how I feel right now.

    Thank you!

    change this to the following and retest:

    Joshua Fowler wrote:

    I think you're right. Under the parameters of the publication, that's what 'Class' is pointing.

    This is the first main part of the code:

    package com.anselmbradford

    {

    import flash.display.MovieClip;

    import flash.events.TimerEvent;

    import flash.utils.Timer;

    SerializableAttribute public class Main extends MovieClip

    {

    /**

    Create a new object of Countdown, listen to updates and pass the date to countdown to.

    */

    public void Main()

    {

    var cd:CountDown = new CountDown();

    cd.addEventListener (CountDownEvent.UPDATE, _updateDisplay);

    CD.init (new Date (2015,3,9,20,00));

    }

    /**

    * Update the display.

    */

    private void _updateDisplay (evt:CountDownEvent): void

    Does this sound correct?

    Thanks again!

  • Is there a way to create a button etc to get different views of the same page?

    I have a page full of product images and wants to give the viewer an option to choose the size of the images on the page. So far, I just had two different pages with the same images and created a hyperlink button to switch between views. The reason why I want to get the two points of view on the same page, is I want to use the same name for each page. Muse won't let me create two pages with the same name, so now I have a parent page "Products" (with large images) and its child page "products 2" (with the small images) with a hyperlink linking them. "» This also creates a problem in the menus, since the 'product 2' does not have the active menu bar.

    I have the same problem with the creation of the site in different languages. I would like to make a simple drop-down list with options "Suomi" and "English". What I have to create two different sites in two different languages and have just the hyperlink connect for example home pages?

    Thanks for the tips!

    You can use any number of widgets to create online pop-overs / hover pods / galleries. Lightbox to the ToolTip, anything is possible. The language issue to indeed create individual sites and crosslink them.

    Mylenium

  • How to create a button 'Click me' on a pop up image?

    How to create a button 'Click me' on a pop up image?

    It does not work like that.

    Links are created with HTML code.

    They must be inside an HTML document.

    Put your image and links within a new upploadare

    Link your local script to the HTML file and not the image file.

    Although personally, I'd use a modal window instead of these old pop-ups.

    Nancy O.

Maybe you are looking for