Customised greeting cards

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

  1. #1

    Default Customised greeting cards

    Hi All,

    I've recently been asked to create a corporate greeting card in flash for the
    upcoming festive season - that was the easy part of the request! The more
    difficult part that I'm not sure about, is that we'd like to create a stock
    email in which we can include a link to the greeting card animation. Each email
    with have unique user id name/value pair on the link. When the recipient of the
    email clicks on the link to view their card, it will take them to the URL to
    play the animation. At the end of animation it will display a message
    personalised by the dynamic fields connected to the user id from the link,
    including the recipient's name and the sender's name.

    My question is, does anyone know of a tutorial that follows these basic
    principles or have a similar scenario that I can take a look at? I think I've
    seen similar examples of dynamic code in flash using xml files, but I'm not
    100% sure where to start. I really just need a push in the right direction.

    Cheers and many thanks!

    Lovecat_73

    Lovecat_73 Guest

  2. Similar Questions and Discussions

    1. Shockwave greeting cards
      Where did all the cool animated shockwave eCards go that use to be on the old shockwave site?
    2. Customised login
      Yes, the login control is very stylable, and you can make the buttons as images via: LoginButtonStyle="Image" and LoginButtonImageUrl=..."
    3. Greeting Cards
      I am doing an invitation for my boss. This is my first crack at this. I made my own in Photoshop CS, but then wanted a second sample, so I used one...
    4. Templates: Business Cards, Post Cards, etc. . . .
      Has anyone found a way of adding catagories to the InDesign template list?
    5. Need help to create a personalized greeting card - Flash 4.0
      Hello friends i am a designer (not programmer). A new customer is asking me to create a personalized Xmas card. I know it is possible with Flash...
  3. #2

    Default Re: Customised greeting cards

    I'll second this request... I'm working on something very similar.

    I researched a bit and found this snippet in the html value parameter on and
    ecard website:

    <param name="FlashVars"
    value="ecardPath=hyg1035.swf&indicatedCategory=Bir thdayHumor&message=This+is+a+t
    est+message+i+sent+to+myself%0A%0AJames+Lytle" />

    My custom txt was:

    "This is a test message i sent to myself.
    James Lytle"

    My question is what the best way is to attach this custom "value" to the html
    on the page and how the flash interprets all this different pieces within the
    "value" statement.

    ??




    jameslytle 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