Pass FlashVars to ColdFusion page

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

  1. #1

    Default Pass FlashVars to ColdFusion page

    Hi,

    Is there a way to pass FlashVars values from a .swf file to a ColdFusion page ?

    I've got a page with a calendar, I select a date and post it to itself.
    I then pass it into the .swf using FlashVars.

    I now need to pass the date to another coldfusion page which creates xml
    output based on this date which will then be loaded back into the .swf,
    populating it with the newly created xml.

    Is this possible or what would be the best say to approach this.

    Many thanks in advance

    alan

    cftmfl Guest

  2. Similar Questions and Discussions

    1. Trying to pass data from one page to another
      I have tried and tried to find an answer in DW help, and feel like I'm close, but can't figure out the final step. All of the fields in my page...
    2. Pass session info between Coldfusion and ASP
      I have one website that is Coldfusion and one that is ASP. At this time, it is not feasible to rewrite the ASP page to CF. The Coldfusion page...
    3. [PHP] Cannot pass values from one page to another
      I got this value in next page(main.php) But from there I am not able to pass it to next page I used session_register('uid'); in main.php but in...
    4. Pass Values to another page.
      I am trying to a create a page that will query a SQLDB get customer information and then pass this information on to another page creating almost...
    5. Pass Variables to page that is Page ContentType="image/Jpeg"
      I'm wondering if I can pass variables to "TestForm.aspx" with the way I'm using it. It's acting as a jpeg image and looks like: <%@ Page...
  3. #2

    Default Re: Pass FlashVars to ColdFusion page

    [url]http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=1&catid=138&threadid=13632 10&enterthread=y[/url]
    Atolycus 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