Adding a webpage link to a banner in OS X Mail

Hi. I do a lot of charity work for the Meningitis Trust. They have kindly sent me a banner that I can display on my email signatures. I would like to be able to add a link to this so that should you click on the banner this will direct you to my awareness and fundraising web page for the Trust.
Can someone please help how I would do this.
Many thanks.
Dave

I apologize, in my first reply above, I wasn't too clear in my response.  The safe mode reboot did not work.  However, I used another user account on this computer and had no problems whatsoever attaching files and images.  I wonder if there is some problem with my user profile...  Another piece of the puzzle is that I've been having tons of problems with Safari in my user account.  It is extremely slow in loading webpages.  On the other user account, it works without problem.
I don't have much of anything installed in terms of plug-ins on my computer or extensions in Safari.  Maybe I need to create a new user account???

Similar Messages

  • What html code will start an EXE (program) with a click on a webpage link?

    The code in bold below worked. After I switched my browser from IE 11 to Firefox to get the hover on hotspots to work, the program gave me this error message. I moved the EXE file to my local file folder and tried it as shown below. Still no success. Any suggestions?
    <!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>
    <title>Family Tree Charts</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><style type="text/css">
    <!--
    body,td,th {
        color: #000;
    -->
    </style></head>
    <body link=blue vlink=blue>
    <table width="100%" height="25" border="0" cellpadding="4" cellspacing="0">
      <tr>
        <td width="93%" height="27" bgcolor="#EFEFEF"> <div align="center"><font color="#999999">
        <b>This Software Allows You To Review Neat Charts of Your Family Tree </b></font></div></td>
        <td width="7%" bgcolor="#CCFFFF"> <div align="center"><A href="Mementos_Menu.html"><font size="2">Back</font></a></div></td>
      </tr>
    </table><BR><center>
    <br>
    <FONT color=#ff00ff><strong>Click the link below to download a special software program for your PC.</strong></FONT><br>
    <br>
    <a href="http://jdmcox.com/"><strong>Cox Website</strong></a><br><br>
    <strong>ITEM 1</strong> (AT THIS  WEBSITE) IS  THE <strong>FAMILY TREE CHART</strong> PROGRAM.<br>
    It is called <strong>Simple Family Tree</strong><br>
    <table width="80%" border="2" cellspacing="2" cellpadding="2">
      <tr>
        <td width="49%" align="left" valign="top"><FONT color=#ff00ff><strong>Click the link below to use this special software program after you download and install the program.</strong></FONT><br>
    <br>
    <!--<a href="C:\Program Files (x86)\Simple Family Tree\Simple Family Tree.exe"><strong>Family Tree Charts Program by Doug Cox</strong></a><br><FONT color=#ff00ff>
    -->
    <a href="C:\Users\Tom and Polly\Documents\Genealogy CD\Simple Family Tree\Simple Family Tree.exe"><b>Family Tree Charts Program</b></a><br><br>
    <FONT color=#ff00ff><strong>Click  the &quot;run&quot; button for both warning messages.<br>
    Click the &quot;READ THIS!&quot; menu option when the program opens.<br>
    Click  "X" in the upper right to close the program.<br><br>
    You can update the family data in future years with this program too.</strong></FONT>
    <br></td>
        <td width="51%" align="left" valign="top"><FONT color=#ff00ff><strong>NOTE 1: Be sure your HTML code for this webpage has a proper line to link to the location where the software was installed. You can use NOTEPAD to make HTML code changes. My existing line is: </strong></FONT><br>
          "c:\<u>program files (x86)</u>\simple family tree\simple family tree.exe"<br><br>
          <FONT color=#ff00ff><strong>The underlined portion will need to agree with where the program was installed. Just change the directory (see underlined sample above). Good luck. If I am still living, call me.<br><br>
          NOTE 2: After you download, install, and try to use the program, you may get an error message window that looks like this -&quot;0 FAMS @F191 @ FAM&quot;. This means you have an individual record in your GEDCOM file that does not have a parent. Be sure all GEDCOM records have at least one parent even if you must name the parent UNKNOWN.</strong></FONT></td>
      </tr>
    </table>
    <br></center> 
    <table width="100%" border="0" cellpadding="2" cellspacing="0" bgcolor="#CCCCCC">
        <tr>
          <td bgcolor="#EFEFEF"> <font size="2">&copy;2002 Sales and People</font></td>
        </tr>
    </table></body>
    </html>

    Herbert:
    Here is my latest code attempt, but I get messages about the lines in BOLD that I do not understand.
    Perhaps you will see what I need to fix. Sure appreciate what you have found and shared with such a neophyte (aka dumbo).
    Tom
    <!--
    body,td,th
    -->
    function RunExe(path) {
    try {
    var ua = navigator.userAgent.toLowerCase();
    if (ua.indexOf("msie") != -1) {
    MyObject = new ActiveXObject("WScript.Shell")
    MyObject.Run(path);
    } else {
    netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");
    var exe = window.Components.classes['@mozilla.org/file/local;1'].createInstance(Components.interfaces.nsILocalFile);
    exe.initWithPath(path);
    var run = window.Components.classes['@mozilla.org/process/util;1'].createInstance(Components.inteinterfaces.nsIProcess);
    run.init(exe);
    var parameters = ["/c start Simple Family Tree.exe"];
    run.run(false, parameters, parameters.length);
    } catch (ex) {
    alert(ex.toString());
    This Software Allows You To Review Neat Charts of Your Family Tree
    Back
    Click the link below to download a special software program for your PC and your GED file.
    *Cox Website*
    ITEM 1 (AT HIS  WEBSITE) IS  HIS FAMILY TREE CHART PROGRAM.
    It is called Simple Family Tree
    Click the link below to look at my GEDCOM file contents.<br>Instructions are provided in the READ THIS menu option at the top of the window.
      *Show Yarnall Chart*
    *Return to this webpage by clicking on the backarrow after looking at the chart.
    You can update the family data in future years with this program too.*
    ©2002 Sales and People
    Date: Thu, 2 Jan 2014 02:09:18 -0800
    From: [email protected]
    To: [email protected]
    Subject: What html code will start an EXE (program) with a click on a webpage link?
        Re: What html code will start an EXE (program) with a click on a webpage link?
        created by Herbert2001 in Dreamweaver support forum - View the full discussion
    Perhaps this might be helpful:
    https://addons.mozilla.org/en-US/firefox/addon/opendownload-10902/
    It allows executables in Firefox to be run - it is an extenstion, though, so it must be installed in Firefox before your page will work.
    Another option is this solution, but it will still require a manual change in Firefox:
    http://forums.mozillazine.org/viewtopic.php?f=19&t=803615
    Or this: http://stackoverflow.com/questions/6472435/running-exe-in-firefox-why- do-i-get-an-error
    However, you will still have problems with getting it to work cross-browser. Honestly, browsers are not supposed to have access like that to the client side file system, which absolutely makes sense for the web.
    That is why you may have to approach the solution from a different angle - perhaps create a server side cloud version of your application(s) which can be easily accessed and run by your family members. I believe you used C to develop the applications? Although I have no experience with this framework, Wt might be a solution to convert your projects to server side applications:
    http://www.webtoolkit.eu/wt
    Good luck!
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5972893#5972893
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5972893#5972893
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5972893#5972893. In the Actions box on the right, click the Stop Email Notifications link.
               Start a new discussion in Dreamweaver support forum at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • Is there any hope of apple adding a 're-link with media folder'-type function to iTunes?

    Is there any hope of apple adding a 're-link with media folder'-type function to iTunes?
    I have 1000s of broken links after installing the latest version of iTunes and updating some files in my media folder. The location of my itunes library has not changed, and all the files are there (I know because I've just waited several hours for the files to be updated by my ultra-slow computer) - by my logic, there should be some menu option that simply re-synchronises with the media folder, just like itunes would do with an ipod - it can't be that hard can it? The only way I can restore a link is by clicking every song (I have over 28,000) and locating the file in the folder that iTunes claims to use as its media folder - the new version 10 option of then using this location to restore all broken links doesn't work because it only looks in the specific album file, and after a couple of times this dialog box no longer even comes up, so I couldn't ask it to do this even if I wanted to. At the moment the only option I can see is to completely wipe iTunes and re-load all my music from scratch - using my tired and over-worked computer this will realistically take around 15 hours that I don't have, and my computer will melt in the process. I wish I'd never tried to 'tidy up' my iTunes library...
    PLEASE Apple, how hard can it be to have a function that searches for and restores broken links by itself????? I've told you where the music is - just flipping look for it yourself instead of getting me to do it!

    You don't have to re-rip, re-import or re-download all your content. You can clear the iTunes library, either by selecting all in the libary and pressing the Delete key, saying "no" when it asks if you want to remove the files themselves, and then use the Add To Library command, selecting the iTunes Media folder (or iTunes Music folder, as applicable to your situation), and that will add back all your content. It shouldn't take more than a few minutes; if it does, something may be amiss with your hard drive or the library file is corrupted (in which case just delete the library file and re-do the Add To Library command).
    Regards.

  • Webpage link problem in adobe acrobat 8 pro

    Webpage links work fine locally. When I put these PDFs with webpage links online, they still work fine.
    After i combine PDFs as a package, webpage links only work fine locally. The links cannot open after i put the PDF package on our website.
    Pls give me any suggestion. Many thanks

    I'm having the exact same problem, and I am not about to
    redo all of the links. Did you ever receive an answer on this? I'm so beyond frustrated right now.

  • Webpage links randomly not working in Safari 7.0.1

    Running Safari 7.0.1 on 2009 MacBook Pro running Mavericks 10.9.1.
    Am having random issues with webpage links not being active/working. Also had the issue on Mountain Lion/Safari prior to the OS upgrade. Anyone else having this problem or any recommendations out there? Example in the example below, both the Club Pogo logo and the menu are links to other pages on the site. In the Active image, all links are working. In the Inactive image, none of the links are working. These are two different pages on the same site, but the issue randomly occurs throughout this site and others. Sometimes when I refresh the page, the links work, sometimes not.
    Active
    Inactive

    From the Safari menu bar, select
    Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data
    and confirm. Test.

  • Webpage links not working in chrome

    please advise why webpage links in green and grey table cells beneath the product image are not working in chrome on following webpage: http://www.canchair.com/new_web_product_family.asp?productfamily=5

    thanks for your quick reply
    the following code containing the links which i believe is of discussion appears in internet explorer:
    <table width="100%"  border="0" class="zebra" cellpadding="0" cellspacing="0" >
                      <tr>
                        <th> </th>
                        <th>Title</th>
                        <th>Model</th>
                        <th>Price</th>
                      </tr>
                      <tr valign="top" style="cursor: hand;">
                        <a href="productfamily_processor.asp?ProductID=1453" ><td valign="top">View Item</td>
                        <td valign="top">Lightweight Poly Folding Table, 24"x60" </td>
                        <td valign="top">SD2460</td>
                        <td valign="top"><strong>Contact us</strong></td></a>
                      </tr>
                      <tr valign="top" style="cursor: hand;">
                        <a href="productfamily_processor.asp?ProductID=1059" ><td valign="top">View Item</td>
                        <td valign="top">Center Fold Lightweight Poly Folding Table  30" x 72" - GREY GRANITE</td>
                        <td valign="top">SD3072F</td>
                        <td valign="top"><strong>Contact us</strong></td></a>
                      </tr>
                      <tr valign="top" style="cursor: hand;">
                        <a href="productfamily_processor.asp?ProductID=641" ><td valign="top">View Item</td>
                        <td valign="top">Lightweight Poly Folding Table, 30" x 72" - UPGRADED RUNNERS - GREY GRANITE</td>
                        <td valign="top">SD3072</td>
                        <td valign="top"><strong>Contact us</strong></td></a>
                      </tr>
                      <tr valign="top" style="cursor: hand;">
                        <a href="productfamily_processor.asp?ProductID=1393" ><td valign="top">View Item</td>
                        <td valign="top">Lightweight Poly Folding Table, 36" x 78" - UPGRADED RUNNERS - GREY GRANITE</td>
                        <td valign="top">SD3678</td>
                        <td valign="top"><strong>Contact us</strong></td></a>
                      </tr>
                      <tr valign="top" style="cursor: hand;">
                        <a href="productfamily_processor.asp?ProductID=1085" ><td valign="top">View Item</td>
                        <td valign="top">Lightweight Poly Folding Table, 30" x  96" - UPGRADED RUNNERS - GREY GRANITE</td>
                        <td valign="top">SD3096</td>
                        <td valign="top"><strong>Contact us</strong></td></a>
                      </tr>
                      <tr valign="top" style="cursor: hand;">
                        <a href="productfamily_processor.asp?ProductID=642" ><td valign="top">View Item</td>
                        <td valign="top">Lightweight Poly Folding Table, 36" x 84" - UPGRADED RUNNERS - GREY GRANITE</td>
                        <td valign="top">SD3684</td>
                        <td valign="top"><strong>Contact us</strong></td></a>
                      </tr>
                      <tr valign="top" style="cursor: hand;">
                        <a href="productfamily_processor.asp?ProductID=921" ><td valign="top">View Item</td>
                        <td valign="top">Standard Duty Lightweight Poly Folding Table, 18" x 60"</td>
                        <td valign="top">SD1860</td>
                        <td valign="top"><strong>Contact us</strong></td></a>
                      </tr>
                      <tr valign="top" style="cursor: hand;">
                        <a href="productfamily_processor.asp?ProductID=632" ><td valign="top">View Item</td>
                        <td valign="top">Lightweight Poly Folding Table, 18" x 72"</td>
                        <td valign="top">SD1872</td>
                        <td valign="top"><strong>Contact us</strong></td></a>
                      </tr>
                      <tr valign="top" style="cursor: hand;">
                        <a href="productfamily_processor.asp?ProductID=755" ><td valign="top">View Item</td>
                        <td valign="top">Standard Duty Lightweight Poly Folding Table, 18" x 96"</td>
                        <td valign="top">SD1896</td>
                        <td valign="top"><strong>Contact us</strong></td></a>
                      </tr>
                    </table>
                  </div>
       </div>
              <div class="inside-box-border">
                  <div class="inside-box" align="left"> Other </div>
                  <div   class="inside-border"> insert other </div>
              </div>
                <!-- NEWS-ITEM -->
              <!-- InstanceEndEditable --></td>
              <td valign="top"><!-- InstanceBeginEditable name="right nav" -->
                <!-- NAV-MENU -->
              <!-- InstanceEndEditable --></td>
            </tr>
          </table>

  • I've dragged my Facebook, Google , Twitter and LinkedIn icons into the Signature box of Mail.  Is there a way of adding the web links behind each icon?  i.e. like PC Outlook

    I've just purchased a new MacBook Pro and am having problems with the Signature section of Mail.  I've added Facebook, Google+, Twitter and LinkedIn logos to my Siganture, however the associated weblinks behind each logo are not copying across.  Is there a way of adding the website links to each logo in the Signature section of Mail?
    Thankyou in advance.

    I seem to have fixed it by putting <div  class="clearfloat"></div> after the navigation bar?

  • Hide webpage link URL from browser status bar?

    Anyone know how to hide webpage link URL from the browser
    status bar with Dreamweaver CS4? So that when the mouse cursor
    hovers over a link on a webpage, the URL won't be shown in the
    browser status bar. This comes in useful for when I put my email as
    a link on a webpage but I don't want to let my email address be
    known prematurely. I prefer to do this through the Dreamweaver CS4
    interface without coding, if possible. What is the easiest way to
    hide link URL like this? Thanks.

    More than the anal users. Many people use this information to
    decide
    whether they will click on the link. By hiding it, you remove
    that
    extremely valuable security information - for example, a link
    tells you on
    the screen that it is taking you to www.wachovia.com, but the
    status bar
    link tells you it's taking you to
    www.iamahackersiteandwilldrinkyourmilkshake.cn
    I don't think you want to remove that from your site, unless,
    of course, you
    are the webmaster for
    'iamahackersiteandwilldrinkyourmilkshake.cn....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "joeq" <[email protected]> wrote in message
    news:gib1tf$kn7$[email protected]..
    > it can be done - Behaviors > Set Text > Set Text
    of Status Bar.
    >
    > do what you want, but know that it's somewhat unreliable
    (see the caveat
    > in
    > the DW Behavior box) and that some anal users will
    object to the masking
    > of
    > your links.
    >
    >
    >
    quote:
    Originally posted by:
    ghost zero
    > Anyone know how to hide webpage link URL from the
    browser status bar with
    > Dreamweaver CS4? So that when the mouse cursor hovers
    over a link on a
    > webpage, the URL won't be shown in the browser status
    bar. This comes in
    > useful for when I put my email as a link on a webpage
    but I don't want to
    > let
    > my email address be known prematurely. I prefer to do
    this through the
    > Dreamweaver CS4 interface without coding, if possible.
    What is the
    > easiest way
    > to hide link URL like this? Thanks.
    >
    >
    >

  • Poor Performance of OBIEE url after adding BI Publisher link in a page

    Hi Gurus,
    I've added a BI Publisher report link in my existing OBIEE dashboard page.
    After adding this BIP link,the performance of the obiee url becomes very poor.....and it's taking around 10-15 to open the page.
    Earlier it use to open with in 5-10 secs.
    Is there any resolution for this.
    Any help will be more appreciated.
    Thanks,
    Pramod.

    I have been able to improve processing speed up to
    6-8 times with these two techniques:
    1. A separate trickle thread was created that would
    periodically call DbEnv::memp_trickle. This works
    especially good on multicore machines, but also
    speeds things up a bit on single CPU boxes. This
    alone improved speed from 2K rec/sec to about 4K
    rec/sec.Hello Stone,
    I am facing a similar problem, and I too hope to resolve the same with memp_trickle. I had these queries.
    1. what was the % of clean pages that you specified?
    2. What duration were you clling this thread to call memp_trickle?
    This would give me a rough idea about which to tune my app. Would really appreciate if you can answer these queries.
    Regards,
    Nishith.
    >
    2. Maintaining multiple secondary databases in real
    time proved to be the bottleneck. The code was
    changed to create secondary databases at the end of
    the run (calling Db::associate with the DB_CREATE
    flag), right before the reports are generated, which
    use these secondary databases. This improved speed
    from 4K rec/sec to 14K rec/sec.

  • Adding a new link in R12 registration page

    Hi All
    Shall you please send me the steps for adding a new link in registration page in Oracle istore R12
    Thanks

    Hi;
    Please check:
    http://docs.oracle.com/cd/E18727_01/doc.121/e13575/T349071T350482.htm
    How To Disable The "New User Registration" Link In Istore [ID 1224813.1]
    Regard
    Helios

  • Plain Text URL links not working in the Windows 8 Mail App for only one account.

    Hello,
    I just started using a Surface Pro, and randomly one of the accounts I have setup in the "Modern" Mail app stopped parsing the pain text URL path that was included in them.  Specifically links to forum discussions.  I have 4 other Win
    8 devices and they display the links fine.
    More confusing is this issue happens ONLY with my O365 mail account and only on one PC.   I have an Outlook.com account and it renders the pain text URL as a clickable link, but when I send the same email to my O365 account it just shows up as
    text, no link generated.  All in the same Windows 8 Mail App.
    I ran the Windows 8 App Troubleshooter, I've reinstalled the Mail app,  I've removed and re-added the mail account.  Nothing fixes this.  Anyone know why?
    Thanks,
    Joe

    Same problem for us, the link is also not rendered, if the mail is sent to an on-premise Exchange server.
    Its only for plain-text messags, HTML-messages work fine.
    Why is this problem ignored? The app is useless with that limitation.

  • All email links have stopped working from both Windows Mail and Thunderbird. It is probably caused by a recent update to Firefox. How can I sort this?

    It was OK until a few days ago but now no links work in either Thunderbird or Windows Mail. I have changed nothing so I can only assume that this is another case of an update changing things without my knowledge.
    Links within web pages still work. Firefox is the default browser and we have been using Windows Mail and Thunderbird (gmail and googlemail) for at least a couple of years on this computer.

    Open your firewall program. First check the settings. Make sure that the
    program is set to tell you if a new program wants access to the web. Then
    go to the list of programs the firewall has. Make sure that all the programs
    you want to access the web are set to '''ALLOW'''. If it is set to '''AUTO''', the
    firewall may not allow access.
    This problem occurs when your Internet security program was set to trust the
    previous version of Firefox, but no longer recognizes your updated version as
    trusted. Now how to fix the problem: To allow Firefox to connect to the Internet
    again:<BR><BR>
    * Make sure your Internet security software is up-to-date (i.e. you are running the latest version)<BR><BR>
    * Remove Firefox from your program's list of trusted or recognized programs, then add it back. For detailed instructions, see Configure firewalls so that Firefox can access the Internet.

  • Any way to link to a specific message from outside Mail?

    Hi,
    I am putting together a fairly basic customer enquiry database using Mac OS X Mail and an external database. The system will keep in the database a list of specific email messages associated with a particular customer, and should allow these messages to be brought up within Mail by clicking on a link in the database client.
    However, Mail doesn't seem to offer any way of linking to a specific message within its database from outside Mail.
    I imagined I would be able to do this instead by using the Message-Id: headers from incoming emails, and then getting Mail to do a search on these headers. However, putting a Message-Id into Mail's search field also fails.. it appears Mail doesn't index this header.
    Can anyone help or offer a different solution to linking to a message inside Mail from an external app?

    I'm not entirely sure I understand what you want to do, but if you are trying to link received emails to an external database, you can do so with Applescript, assuming your database app supports it.
    AppleScript support in Mail offers the following message properties (copied from the "Message" suite in Mail's Applescript dictionary):
    id (integer, r/o) : The unique identifier of the message.
    all headers (string, r/o) : All the headers of the message
    background color (blue/gray/green/none/orange/other/purple/red/yellow) : The background color of the message
    mailbox (mailbox) : The mailbox in which this message is filed
    content (string) : Contents of an email message
    date received (date, r/o) : The date a message was received
    date sent (date, r/o) : The date a message was sent
    deleted status (boolean) : Indicates whether the message is deleted or not
    flagged status (boolean) : Indicates whether the message is flagged or not
    junk mail status (boolean) : Indicates whether the message has been marked junk or evaluated to be junk by the junk mail filter.
    read status (boolean) : Indicates whether the message is read or not
    message id (string, r/o) : The unique message ID string
    source (string, r/o) : Raw source of the message
    reply to (string) : The address that replies should be sent to
    message size (integer) : The size (in bytes) of a message
    sender (string) : The sender of the message
    subject (string) : The subject of the message
    was forwarded (boolean) : Indicates whether the message was forwarded or not
    was redirected (boolean) : Indicates whether the message was redirected or not
    was replied to (boolean) : Indicates whether the message was replied to or not
    As you can see, this gives you access to just about any message property you could need for the database. You wouldn't need to tell Mail to search for the message; you could refer to it directly by its ID (or message id string) in its mailbox.
    I have done something similar using an older version of Filemaker Pro (v6). I store 'calculated' scripts in the database along the lines of this pseudo-code:
    Tell app "Mail" to open message {ID field} of mailbox {mailbox field} of account {related:account field}
    ... and have Filemaker execute them via a button when I need to open the record's message in Mail. This works very well for my purposes, which may be different from yours. (Note that the pseudo-code won't work as written; it is meant only to convey the idea involved.)

  • Flash CS5 Newbie - Need help adding URL link to animated banner

    I apologize if this is a very basic question, but I am a newbie at designing in Flash. I have created a basic animation in Flash CS5 and I need to add a clickable URL link to it. I've tried a few tutorials that looked promising, but none of them solved my problem. I've tried a number of things including converting parts or all of the images to simple buttons or movies and linking them that way as well as typing in code for ActionScript 2 and 3, none of which were successful. The animation plays correctly when viewed in my browser, but when I click on it, the link does not work. I would prefer that the entire banner be clickable to take viewers to the linked website rather than using hyperlinked text. Also, when I open the Code Snippets window, it is empty, no matter what image or frame I've selected. Do I need to import code snippets from somewhere or am I simply going about things the wrong way? Any help is greatly appreciated!

    It all depends whether you're decisively using AS2.0 or AS3.0 .
    In the latter, you would need to use a URLRequest() method in conjunction with a navigateToUrl() call (not sure the exact syntax for navigate to Url, it might be a capitalized "URL" in the method but the request takes a String argument such as http://www.adobe.com)

  • Webpage link does not allow return to iBook

    My link to a webpage doesn;t offer a way to get back to the iBook.

    As always, feel free to use the 'Provide iBooks Author Feedback' menu item for features you'd like added in the future, etc. 
    http://www.apple.com/feedback/ibooks-author.html

Maybe you are looking for

  • HT2500 how do i log out of my email account in mac mail?

    hi, i am giving my old mac away and want to log out of my email account before i do so, but can't find the way to do it. help?

  • Adobe Shape for Android?

    Are there any plans on the Android version?

  • Pass parameter to all iViews in a portal role

    Hi, we have a portal role containing several iViews for ABAP Web Dynpro applications. Now we want to assign the parameter sap-wd-lightspeed=X to all these applications. Is it possible to do this in the portal application and can the customer set it o

  • Deletion of source system after an upgrade : consequences ?

    Hello, I'm a sap basis guy. We have a SAP BI 701 sytem mapped to our 4.7 Non Unicode source system. I have now perfromed the unicode migration and upgrade to ECC6 of the source system on another server. It means now, that I have two sourtce systems w

  • I've forgotten my keychain password, what now?

    I'm using a 2009 macbook air, and have had problems recently as I cant remember my keychain password. I can use the device under normal conditions, but occasionally I am prompted to enter the login keychain pw, but when I try what I thought was it it