Email Link inside a Scrollpane

So i have a scrollpane with a movieclip in it. Inside the movieclip i put static text that says "Email Eric" and linked it with mailto:[email protected] but when i test the movie it won't work. So basically i need to know how to link an email to something inside a scrollpane. Any help would be much appreciated. Thanks for your time in advance. I know someone will come thru for me. They always do!

ok....so i made a whole new flash document to make sure i wasnt doing anything wrong
scrollpane instance name = ericScroll
movie clip that scrolls thru scrollpane = content
so i laid out all my stuff going to be a in the movieclip scroll and then put text and made it a movieclip and it's instance name is = email
then i selected all my info including email link and other item to be content and made it all a movieclip(content)
i have 2 layers
site & actions
first frame i made a button the goes to frame 17 where my scrollPane lies. on that frame in my actions i have this code
scrollPane.setStyle("borderStyle","none");
scrollPane.drawFocus = false;
ericScroll.spContentHolder.email.onRelease = function() {
trace("A");
getURL("mailto:[email protected]");
s then when i test movie i click the button that takes me to the scrollpane ....scroll down....press the button and nothing

Similar Messages

  • Anchor Link inside a Scrollpane

    Is it possible to create anchor links in text within a scrollpane.  I created text with a list of questions at the top of the list and answers at the bottom of the list. I want to be able to click on a question and jump down the list to the answer within the scrollpane. Similar to anchor links in html. Is this possible in AS2.

    no but, you can use the scrollpane's vPosition to scroll to the correct position.

  • Email links will not open in my Firefox browser

    Hello, Using my Firefox web browser when I am in my emails. Inside the email body and there is a link to click on inside. The Firefox will not open the link page, it comes up as an error. However, if i right click and open in a new window. Firefox will then open the link and send me to that page.
    I then decided to try IE and when I double click the link within the email body, it opens it up with no issues at all.
    Firefox is my default browser.
    == This happened ==
    Every time Firefox opened
    == Two days ago

    Hello,
    I have checked all the above trouble shooting suggestions. I still am having the same problem.
    I use Firefox as my default browser and have it checked off as per your last email. I am only having this problem in my emails. I cannot open url links in my emails anymore by double clicking on the mouse. I have to right click the mouse and choose open in a new window. It will then open that url link and take me to the website link.
    If I try this by double clicking the url link, it takes me to a blank page with this "https://mail.go....er=ohh14rw8mbn4"
    at the top of the page in the tab.

  • 808 Email link Loading Sound Annoying

    I don't understand why the phone needs to beep when clicking a link inside an email that launches the web browser.
    It is annoying when I check my email at night or in a quiet place and it beeps repeatedly. Does anyone know if there is a way to disable it? A simple loading icon would suffice.
    White 808 Pureview NAM
    Black N8 NAM
    Silver N95-3 NAM
    Solved!
    Go to Solution.

    If it is the beep I think you mean
    Menu - settings - profiles - long press on the profile and choose personalize, then scroll down and turn "Warning Tones" off.
    N8-00 pc059C9F6 Belle
    808 PureView pc059P6W5

  • Hyperlink inside a scrollpane?

    Hey guys,.
                   Ok Ive been looking into this for two days and really need the help! I need the button to link to an external website
    I have my scrollpane on the stage, I have created the mc and exported it and linked it to the scrollpane, I have created a button on layer 1 inside the mc linked to the scrollpane and I have created a 2nd layer for as3. Below is the AS3 that I have used. When I export the mc to view the scrollpane everything works apart from the buttons itself. I can see everything but the buttons wont link to the webpage.
    AS3
    import flash.net.URLRequest;
    btn1.addEventListener(MouseEvent.CLICK, goDesignSite);
    function goDesignSite(Event:MouseEvent):void
    var DesignURL:URLRequest = new URLRequest("http://www.krdesign.ie/html");
    navigateToURL.(DesignSiteURL);
    Any help would be greatly appreciated!!!
    Gary

    import flash.net.URLRequest;
    btn1.addEventListener(MouseEvent.CLICK, goDesignSite);
    function goDesignSite(Event:MouseEvent):void
    var DesignURL:URLRequest = new URLRequest("http://www.krdesign.ie");
    navigateToURL.(DesignURL);

  • Links inside pages built on Templates

    Does anyone have any info on putting links inside an editable
    region of a page constructed from a template. The links work fine
    if I take them out and put on a normal page but not insde the
    template based page. Is there a way around this.
    If anyone could help it would be much appreciated.
    Catherine

    Catherine: You are mistaken. Being in or out of a template
    would have no
    effect on DW's ability to maintain the links (as long as the
    links are
    plainly visible in the HTML).
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "catherineanselmi" <[email protected]> wrote
    in message
    news:eh689c$qrp$[email protected]..
    > Does anyone have any info on putting links inside an
    editable region of a
    > page
    > constructed from a template. The links work fine if I
    take them out and
    > put on
    > a normal page but not insde the template based page. Is
    there a way around
    > this.
    > If anyone could help it would be much appreciated.
    > Catherine
    >

  • Email link

    I have an Apex application sending an email to when a new assignment has been assigned to them. The email contains a link to the page where you can see the assignment.
    The application has an authentication schema and due to security, url must have an checksum.
    My problem is I need to pass the id of the assignment in the email link but due the security /checksum I can not access the page with the assignment.
    How can i create an url with session id and checksum like the one below ?
    This url is from when i access the assignment from inside the application.
    ...../pls/apex/f?p=1001:7:823663505001366::NO::P7_OPGAVE_ID:240&cs=3698E51796A39493F8CACDC90055433FB
    The process has to be that when you click the email you first authenticate and then get access to page 7 where you can see the assignment. Normally when you sign in you are redirected to page 1.
    Best regards
    Hans Fischer Mogensen

    Hello
    You need to use
    APEX_UTIL.PREPARE_URL
    read documentation :)
    http://www.oracle.com/technology/documentation/apex.html
    in the Application Express API Reference there is description of PREPARE_URL function.
    regards
    piotr
    Edited by: Piotr Jasiński on Dec 15, 2009 10:34 AM

  • Email links not opening in browser

    When there is a web link inside an email, it will not link to the browser if I left click on it and also won't open if I right click on it and click on "open link in browser". The cursor blinks but nothing happens.
    I am able to right click and choose "copy link location", then paste it in the browser and get to it that way.
    Please help.
    Thank you.

    https://support.mozilla.org/en-US/kb/Hyperlinks-in-Messages-Not-Working

  • Adobe Muse Email Link

    I'm trying to link up an email address to my website and when i go to preview it to see if it works nothing happens.
    I use the {mailto:} then my address and nothing happen when i go to click it.
    Can someone please help me figure out this problem. I need this link for a project that due pretty soon.
    thank you

    @Christopher Boscia
    this works for me...
    Create an email link
    Select the element that you want to link (for example, a word, an image, a rectangle, and so on).
    In the Control panel, click inside the Hyperlink text box.
    Type the email address in the format: mailto:[email protected]

  • Mailto links inside html widget

    Did anyone successfully inserted a mailto link inside an html widget?
    I tried this <a href="mailto:[email protected]">Send mail</a> but nothing happens when I click it on the ipad, any idea ?
    Thanks.

    I looked inside a ibook author file after putting in a keynote with the mailto link that worked on the ipad. Inside the folder there is a *.JSON file that lists the mailto as follows:
    "hyperlinks":[{"url":"mailto:put%2520email%2520here?subject=Notes"
    ie- I left the email link as "put email here" and the slide is called Notes
    I am not sure if the formatting of the mailto is also an issue or the fact that it is in a JSON..

  • Firefox does not open links inside of Google Mail, but Internet Explorer Does

    Firefox does not open links inside of Google Mail - any email, but Internet Explorer does.
    == This happened ==
    Every time Firefox opened
    == The past few days, not exactly sure when, but recently.

    Hello John.
    You may be having a problem with some extension or plugin that is hindering your Firefox's normal behavior. Have you tried disabling all add-ons (just to check), to see if Firefox goes back to normal?

  • Email linking iFrame within a webpage

    Hi All,
    I have a webpage http://www.echoesmagazine.co.uk/digital/info/index.php and it has an iFrame with a forum script which runs.  The problem I am having is that the admin url setting does not take into account that the page is displayed as an iFrame on a regular webpage.  Therefore when people register or any email is sent from the forum script any link inside does not open the webpage+iFrame.
    Does anyone have any ideas?
    Thanks in anticipation,
    Lloyd Codrington

    OK took Saturday off (off play day that is) and have been working on a template for the site.  So far so good but looks like the England match is going to be missed.
    The thing here is though is that if you can avoid it don't use iFrames. Headache all round really.
    Lloyd

  • EMail Link in SWF exported from InD CS5 does not work

    I'm trying to find a definitive answer on this. I have designed an interactive document in InD CS5 that has buttons and hyperlinks. When exported to SWF everything works except my e-mail hyperlink. It works fine in InDesign's preview pane. I've uploaded the file to my webserver for testing, the problem still occurs.
    I found one post in another forum that quoted an Adobe InD developer stating that as of CS4 email links were not exported. However, I've not been able to find any mention of whether this works in CS5 or not.
    Does anybody know for sure whether or not email links work in SWF files exported from CS5?

    Sorry, no offense was intended. I had found references to problems with CS4, but nothing about CS5, and said as much in my post -- was frustrated that I had spent a long time looking and hadn't found any responses yet.
    You mentioned using buttons rather than hyperlinks, and that worked for me -- but it might have just been a problem with my browser not properly reloading the flash file, too -- as I mentioned in my response.
    But in any case, THANK YOU FOR YOUR SUGGESTION!

  • When I click on an email link in Firefox, I get a message in the far left corner of my screen that says "mail to:email address". Outlook doesn't open up like it does in Internet Explorer. I've set Outlook as my default email in Windows 7.

    When I click on an email link in Firefox, I get a message in the far left corner of my screen that says "mail to:email address". Outlook doesn't automatically open like it does in Internet Explorer. I've made Outlook my default email in Windows 7.
    == This happened ==
    Every time Firefox opened
    == When I upgraded to Windows 7.

    See this:
    [http://support.mozilla.com/en-US/kb/Changing+the+e-mail+program+used+by+Firefox]

  • When I try to send a webpage in Firefox (file-email link), Thunderbird crashes. If I copy & paste same link by hand, it works. Why is this?

    When I try to send a web link in Firefox (file-email link), Thunderbird hangs, or I should say the email with the link hangs. The new email shows the link, I add an email address and click send, Thunderbird hangs and never completes the send. I have to copy and paste the link by hand in a new email and then it works. It seems to be an issue regarding how Firefox and Thunderbird are communicating.
    My server uses IMAP. I don't have this problem with POP, but I prefer to use IMAP.
    Thanks for any help!
    jsg

    teresah7680 wrote:
    the doucment couldn't be sent.
    Is that the exact message that Outlooks gives you?
    Anyway, why don't you just forward the original link to the document, instead of the PDF itself?

Maybe you are looking for