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

  1. #1

    Default Creating links

    I purchased a Flash template and I am trying to link the Flash butons to subpages, but I do not know how. Can some one suggest a tutorial or provide me witha solution?

    Thanks.

    Craig


    dct117 webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. creating PDF's with links
      Did InDesign ever get fixed, so that you can create a link to each url and have it go to a different place? When 2.0 first came out you could have...
    2. creating links in a 3d world
      Hi, Ive only been learning Director for a few months and wondered if anyone could help me solve a problem. I have a 3d world (shockwave) that is...
    3. Creating links in Acrobat Reader
      I'm trying to create links in my compiled document, but they don't actually link to the site, just attach that webpage to the end of the pages. How...
    4. Creating web links from URLs in text
      I'm using Acrobat 5.0.5. A client wants me to create web links in URLs in a large PDF. I found the handy "Tools/Locate web address/create web...
    5. Creating links on part of an image
      is it possible to make positional links. I want to link to a certain page bases on the position of the cursor over an image.. any hints??
  3. #2

    Default Re:Creating links

    Are you trying to create the site entirely in flash or a html/flash combo???


    Skim Milk webforumsuser@macromedia.com Guest

  4. #3

    Default Re:Creating links

    This is a html/flash site.



    dct117 webforumsuser@macromedia.com Guest

  5. #4

    Default Re:Creating links

    If you can edit the flash source file, locate the button, click to select it, open the actions panel(F9), and add this code.

    on(release)
    {
    getURL("index.htm");
    }



    Skim Milk webforumsuser@macromedia.com Guest

  6. #5

    Default Re:Creating links

    I am at F9, but I do not see where to put hte code that you gave me. The only place that I know to get to the buttons, which are symbols, is from 'Control L'. I don't seee where I'd add the code from here either. Maybe if I can get you to be more specific, I'll understand. Do you use FLash or the Macromedia MX suite on a regular basis? Are you a web page developer? How about mySQL, PHP, ASP or CGI? I have alot of things that I would like to try, but I am short on experience. If I could find someone to install scripts for me or at least troubleshoot them when I find myself in a bind, I'd be willling to pay for such a sevice.

    Thanks,

    Craig


    dct117 webforumsuser@macromedia.com Guest

  7. #6

    Default Creating links

    How do I create links to [url]http://www.nnnnn.com[/url] pages

    For example if I want to click on nnnn and go to the [url]http://www.nnnn.com[/url] page above how do I do that?
    50pluswebheath Guest

  8. #7

    Default Re: Creating links

    In edit view, highlight the text "nnnn" and right-click on it. There should be a option that says "insert hyperlink" or words similar to this...
    mzanime.com Guest

  9. #8

    Default Re: Creating links

    how do i link in contribute to the html tracking links in commission
    junction.com from my site put up in a contribute template

    these are banner ads and i have no clue how to get the banner ads up on my site

    livefearless 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