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

  1. #1

    Default Dynamic Content

    I am trying to think of a way to develop the following type of application...

    I want visitors to be able to create flyers, postcards, etc. with dynamic
    content that they either upload themselves or pull off of the server. I want
    them to have both of those options. The flyers, postcards, etc. layouts will be
    created in advance and the visitor will upload to designated areas on the
    layout. I invision the layout appearing on the screen with buttons at the
    locations where they are able to change data. When they push the button a popup
    appears with a field for uploading and below that a list of content that is
    stored on the server that they are able to choose from. Once they fill in all
    the info. they will click create and be taken to a page that offers the option
    of creating a PDF or an email. Ideally I would like them to be able to send the
    email version right from there.

    I have been tossing around the language I would want to do such a thing in. I
    am much more adept at flash than PHP, javascript etc.. I was hoping that there
    might be a way I could use flash to create something like this...? I've also
    considered using dreamweaver with coldfusion.

    How involved is a project like this? What would be the best
    software/language/mark up to use? Could Flash be used as a tool in creating
    something like this? Would dreamweaver be better? Any other thoughts would be
    great too.

    Looking forward to your responses!

    Thanks!

    Blanthy

    BlanthyColino Guest

  2. Similar Questions and Discussions

    1. Need help scrolling dynamic content from XML
      I am trying to make a photo gallery and I have succeed in importing the pictures from XML into Flash. There are still two problems: 1. The...
    2. Link to dynamic content
      hello.. Another simple question for someone...how do i link results from my recordset to a URL, defined by the varible itself. So within my...
    3. Dynamic content from SQL Database
      I have Adobe InDesign 2.0 on Windows XP. We have a content editor that will save the content into a database. It can save the content as regular...
    4. Dynamic Scrollpane Content
      Hi, I am trying to load a scrollpane with dynamic content. Load it with a movieclip and let each movieclip to stop at one frame. The idea is to...
    5. dynamic content in Flash, help!
      Building a site for someone who wants to be able to update some sections of it himself - sort of weblog. He's a Mac guy, but knows nothing about web...
  3. #2

    Default Re: Dynamic Content

    You will need some other language like ASP, Coldfusion, or PHP in order to transfer data back and forth between the server and flash, but I think flash would be a good environment to build the UI in.
    Jim Esteban Guest

  4. #3

    Default Dynamic content

    Hi guys,

    I'm currently looking into developing a website that will allow me to
    dynamically create paths to the root folder etc for easy access images and the
    possibility of future expansion.

    My problem occurs when I have a PHP-generated variable image path in
    Dreamweaver, for example:

    $path_to_doc_root/images/$brand/image.gif

    The above path wouldn't allow me to actually view the image in Dreamweaver's
    design pane. Is there any way of allowing visual editing of content?

    Cheers,
    Graham

    grahamdeuchar Guest

  5. #4

    Default Dynamic content

    I work for a government board with >1200 users. I've created a mySQL DB to
    hold all of the software serial numbers we have purchased that our techs need
    to access. The table is very simple with 3 fields; company, product, and
    serial.

    I'm using Dreamweaver 8.1.

    I'd like to create a form with the fields from the DB. The company and
    product fields should be drop down boxes. I can create, using DW's Dynamic
    forms utility, a dynamically populated company field. But, I would like to
    FILTER the list so it only shows a company once. I don't see any way to do
    this in DW. Then the selected company will cause the product field to be
    populated with only the products from that company. When the product is
    chosen, the serial should appear in the 3rd field. It would be nice if this
    was automatic, but a button would suffice.

    The code DW creates is very complex, and I don't feel up to editing much of it
    by hand.

    First, I can't figure out how to filter the company so that there are no
    duplicates.

    Second, I can almost see the code in my head to filter based upon the company
    field, but a variable would need to be created in the first step.

    Third, I think I could figure out how to present the serial using the first 2
    fields, but any help would be nice.

    Is there any way Dreamweaver can do this?

    Any help would be greatly appreciated.

    Thanks





    jheibeck 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