How to use a CF Query in Flash

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

  1. #1

    Default How to use a CF Query in Flash

    I have a new project where I need to populate a scrolling Flash banner with
    titles from a ColdFusion query. Have experience in ColdFusion but somewhat
    limited in Flash. If I have a CF query on the page that contains the Flash,
    how can the results of the query of some 15 titles be passed into Flash and
    then looped through and displayed in Flash? Code examples of passing to Flash
    and looping through in Flash would be much appreciated. Using CF 8 and Flash
    CS3.

    lars@work Guest

  2. Similar Questions and Discussions

    1. Flash (offline) database query
      Is it possible to read/write data to and from Access with Flash in a offline format? I need to create a stand alone system that users can log into...
    2. Query CF Database from Flash MX Pro
      Could someone share an example, or point to a tutorial, of how to query a ColdFusion MX 6.1 DB from inside Flash MX Pro. I know how to pass an...
    3. Query about FMS 2 with Flash MX 2004
      Hi, I am using Flash Media Server 2 and Flash MX 2004 authoring tool (dev. editions) on Windows XP, 1 Ghz PIV processor and 128 MB RAM machine....
    4. Flash Forms Query Data Validation
      I have a Flash Form that asks for an e-mail address. I would like to use client-side data validation within flash forms to check the database to...
    5. Flash PHP query
      Hi all, Is it at all possible to pass an object from flash to a php script? I'd ideally like to pass an array somehow. I'd really not like to use...
  3. #2

    Default Re: How to use a CF Query in Flash

    Have a look at the easycfm.com article [url]http://tutorial469.easycfm.com[/url].


    BKBK Guest

  4. #3

    Default Re: How to use a CF Query in Flash

    I also would suggest to check out Flex for these kind of interactions.

    You can easily access your CFCs from Flex part and generate required SWFs.

    Oguz.Demirkapi Guest

  5. #4

    Default Re: How to use a CF Query in Flash

    Here is a nice tutorial:


    Moving data from ColdFusion CFCs to Flex 2 applications
    [url]http://www.adobe.com/devnet/flex/articles/helloworld.html[/url]

    Oguz.Demirkapi 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