opening external url's

Ask a Question related to Macromedia Flex General Discussion, Design and Development.

  1. #1

    Default opening external url's

    Hey group, just wondering, is there a way to include a link in say, a label or
    something, and have it as a live link, so when someone clicks on it, it will
    open another browser window to that lnk?

    Thanks

    ps: is it also possible to make a flex application 'close itself'?

    nsauro@roundarch.com Guest

  2. Similar Questions and Discussions

    1. #39841 [NEW]: fopen is not opening external urls but opening local files
      From: sarvesh_borkar at yahoo dot co dot in Operating system: FreeBSD PHP version: 5.2.0 PHP Bug Type: Filesystem function...
    2. Opening external application in Mactintosh
      I have a link in my PDF which should open a standalone player (application) outside. The same button should open the .exe file in PC. When i link...
    3. Opening seperate url's in same browser window
      Hi, I having a bit of a problem. I have a movie clip with 2 buttons in which have the getUrl command that opens a html pages in a browser window....
    4. opening external Files
      Hi, How can I open some "Word" documents from my director File? I'm trying to use the FileXtra3 commands but- they don't allways work (I think...
    5. Opening url's from IIS with file() : failed to open stream
      Dear All, I would like to get an external webpage using: $TheUrl="http://123.123.123.123/index.php"; $TheWebpageData =...
  3. #2

    Default Re: opening external url's

    Yes, you want getURL()

    See the docs for the details.

    Tracy
    ntsiii Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139