Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Re: dynamic links

    Template within a datagrid or datalist would work.


    "suzy" <phillipa@nospamming.com> wrote in message
    news:u1Nf7u9QDHA.4024@tk2msftngp13.phx.gbl...
    >
    > hi,
    >
    > i want to loop through a dataset containing a list of x urls to create a
    > html table of server links, where each hyperlink is on a serparate <tr>?
    >
    > how do i do this?
    >
    >
    >
    >

    David Waz... Guest

  2. Similar Questions and Discussions

    1. links in dynamic text within flash
      Is it possible to create a link in a dynamic text box (contents loading from an external file). I thought it might be possible having the HTML text...
    2. Heeeeellllp with Dynamic links
      I am building a Ecommerce website and am a newbie to Dynamic WebPages. I am using PHP, with Dreamweaver, and MySQL database to store my products...
    3. Auto Generate Dynamic Links In PDF
      Hello, Not even sure where to place this one of if it is even possible. Does anyone know a way to auto generate dynamic links via Adobe PDF? ...
    4. dynamic text > but with hyper links
      hello Ive managed to get a text box that is dynamicly built from a .txt file using this code / create a new loadVars object mySimpleText = new...
    5. Dynamic Text Links.
      Hi, I have a flash project and in it I use a lot of Dynamic Text boxs. They are multilined, selectable and the text is rendered as HTML. I can...
  3. #2

    Default Dynamic Links

    Hi all,
    is there a way to get flash to treat some imported text as a link? i.e. I
    have a url stored in a database, and import that into flash via PHP. the
    button is set up in the library I just need flash to know this is a url and
    attach it to the button in the getURL. Anyone done this or got any idea how
    if at all it could be done??
    John.


    John Guest

  4. #3

    Default Re: Dynamic Links

    Yes, it's very simple. You would import your data into Flash via PHP or
    whatever you choose using value pairs (refer to loadVariables or LoadVars)
    or XML (refer to the XML object) and once your URL string is in, you would
    just map it to some variable. Now when you call the getURL, instead of
    typing in the URL as a string, just refer to the variable you defined and it
    will pop the URL you imported.

    I was purposely vague, because the actual code for this is something you'll
    have to come up with. If you look up the methods and objects I refer to and
    understand how to use them, then you'll have little trouble executing the
    concept I described.

    Good luck.

    --
    Shane Elliott
    [url]www.timberfish.com[/url]


    "John" <john@juve.karoo.co.uk> wrote in message
    news:vh6ijhna9mpi8f@corp.supernews.com...
    > Hi all,
    > is there a way to get flash to treat some imported text as a link? i.e. I
    > have a url stored in a database, and import that into flash via PHP. the
    > button is set up in the library I just need flash to know this is a url
    and
    > attach it to the button in the getURL. Anyone done this or got any idea
    how
    > if at all it could be done??
    > John.
    >
    >

    Shane Elliott \(timberfish.com\) Guest

  5. #4

    Default Re: Dynamic Links

    Thanks Shane, that actually sounds quite simple:)
    Cheers m8.
    "Shane Elliott (timberfish.com)" <private@timber.com> wrote in message
    news:q1IQa.29$g13.3584190@newssvr14.news.prodigy.c om...
    > Yes, it's very simple. You would import your data into Flash via PHP or
    > whatever you choose using value pairs (refer to loadVariables or LoadVars)
    > or XML (refer to the XML object) and once your URL string is in, you would
    > just map it to some variable. Now when you call the getURL, instead of
    > typing in the URL as a string, just refer to the variable you defined and
    it
    > will pop the URL you imported.
    >
    > I was purposely vague, because the actual code for this is something
    you'll
    > have to come up with. If you look up the methods and objects I refer to
    and
    > understand how to use them, then you'll have little trouble executing the
    > concept I described.
    >
    > Good luck.
    >
    > --
    > Shane Elliott
    > [url]www.timberfish.com[/url]
    >
    >
    > "John" <john@juve.karoo.co.uk> wrote in message
    > news:vh6ijhna9mpi8f@corp.supernews.com...
    > > Hi all,
    > > is there a way to get flash to treat some imported text as a link? i.e.
    I
    > > have a url stored in a database, and import that into flash via PHP. the
    > > button is set up in the library I just need flash to know this is a url
    > and
    > > attach it to the button in the getURL. Anyone done this or got any idea
    > how
    > > if at all it could be done??
    > > John.
    > >
    > >
    >
    >

    John Guest

  6. #5

    Default Dynamic Links

    I am building a Ecommerce website and am a newbie to Dynamic WebPages. I am
    using PHP, with Dreamweaver, and MySQL database to store my products
    pictures, descriptions, & ect. Can anyone tell me how to make dynamic links
    that only pull items from the database that are in the category as the link
    that I click?



    Example : If I have a link named Jewelry or Clothing. When the link is
    clicked it populates a page with these items from my database.



    Can anyone help me through the steps or recommend an online source or book?



    Thanks in advance



    Planmaker30 Guest

  7. #6

    Default dynamic links

    I have results from a query that have a column with unique order numbers. I
    would like to have the user click on the order numbers and be presented with a
    pdf file (from a specific folder) for that order with the same file name (order
    number).

    What do I put in the property inspector?

    How do I make it so the user is not able to change the URL and enter another
    number and see my other files in that folder?

    Can the column have just a number as a result and the file have the added
    extension of .pdf and still be able to link to it?

    Can someone provide me with a link discussing subject?

    Thanks in advance for any help.

    mike masotti 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