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

  1. #1

    Default Save SWF state

    Hi all, unfortunately I am new to CF but need to figure out something quickly
    since my client's hosting uses CF instead of PHP.

    I am making an editable ecard where the user can customize it by dragging and
    dropping items. I'd like to save the swf to the server and send the URL to
    other users via email.

    My thoughts are that I save the properties of each dragged/dropped item in an
    array and use loadvars to send a string of the array to CF. Then CF can resend
    that info to a "holder" swf and save it for email. Does this sound right and is
    it possible?

    Thanks.

    aniebel Guest

  2. Similar Questions and Discussions

    1. Save state when create image
      Hi there, I will be very happy if someone helps me. I need to create dynamic image, and save the state between the postback. I mean I've got 5...
    2. How to save state on a HashTable?
      I've developed a provider in VB which extends all textbox controls on a webform. The attributes for all the textbox objects are saved in a...
    3. Save state of tree component in sharedObject
      Hello I am using tree components (MX 2004 Pro) to present collections of useful links at couple web sites. I would like to be able to store the...
    4. save control state and display it after postback
      Hi, i built a control which contains two listbox controls and two buttons which uses to transfer elements from one listbox to the other and back....
    5. save menu state in template
      Patrick: Investigate the knowledgebase at the PVII site. You need to integrate the dwtopener option in the MMII, I believe. -- Murray ---...
  3. #2

    Default Re: Save SWF state

    Hi.

    Did you find a solution to your problem. I'm really interested in knowing if you did or if you found a work around.

    Thanks.
    Unregistered 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