Donate Share

SWFAddress

Subscribe

Sending URL to email client

  1. 2009-10-09 11:11:44 UTC

    Hello,

    I'm trying to solve a problem passing the URL for a page within my site to Microsoft Outlook (using URLRequest and navigateToURL in Flash). I can pass the URL using Firefox, Safari etc but on a PC using Explorer and Outlook the URL gets truncated so it only receives the part before the # sign. Does anyone know a workaround for this?

    Thanks!

    Kenny

  2. 2009-10-09 19:49:24 UTC

    How exactly you want to pass that link? Something like "mailto:larry,dan?cc=mike&bcc=sue&subject=test&body=type+your&body=message+here"?

    You may try encoding the # (%23) and if that does not work you may have to implement the SEO sample which allows you to expose the links without the hash symbol.

    You can also try using SWFAddress.href() rather than low level URLRequest and navigateToURL.

< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.