URL as an expression in Flash MX 2004 Pro

Ask a Question related to Macromedia Flash Ad Development, Design and Development.

  1. #1

    Default Re: URL as an expression in Flash MX 2004 Pro

    did u ever get an answer to this question? I'm up against that same wall in flash 8
    mickmagg Guest

  2. Similar Questions and Discussions

    1. clickTags No expression box in Pro 2004
      did you ever resolve this issue?
    2. Can't install flash communication authoring componentsin flash mx 2004
      Hi, I've installed tiger (10.4.1), then flash mx 2004 (7.2) english version and all is gone right but now than I'm trying to install...
    3. Creating a web site with animations and games with Flash MX 2004 or Studio MX 2004
      Hi, I want to create a web site with Flash animations and games. My free trial version of Flash MX 2004 has now ended and I have to decide...
    4. flash MX 2004 versus flash MX professional 2004
      Hi, I am new to flash but I would like to learn it to built a web site with flash game, animations and my cartoons. I would like to know if I...
    5. How to Conver a Flash MX Site into a Flash MX 2004 Application
      I need to know if there is any tutorial out there on how to convert an existing Flash MX site into a Form based Flash MX 2004 Application. Thanks...
  3. #2

    Default Re: URL as an expression in Flash MX 2004 Pro

    Just add the Actionscript as shown:

    on (release) {
    getURL(clickTAG, "_blank");
    }

    and it'll work just fine.

    Rico 33 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