Building Dynamic Applications

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

  1. #1

    Default Building Dynamic Applications

    I have a questions for you flash gurus, Can I build an application for
    displaying, inserting,updating data to and from Microsoft SQL Server? I don't
    want this application be be depended on any technology other than flash,
    meaning I don't want to built the damn thing on PHP, .Net, coldfusion or
    anything like that I want to be able to connect to the database using
    ActionScript 2.0 and do everything else (programming) with it as well. Can this
    be done?

    reya276 Guest

  2. Similar Questions and Discussions

    1. Dreamweaver MX Dynamic Applications
      Hi Jeffrey. I've made it to page 202, Lesson 8 in your book. And now I can't establish a connection with the database. I'm temporarily using...
    2. building dynamic pages for beginners..??
      I'm using Dreamweaver: Missing Manual which is a great book, but I would like a book that goes into more detail on how to build dynamic pages using...
    3. Building Dynamic Datagrid
      For any dynamically created controls (in your case, the DataGrids) you need to recreate them upon every postback. So you'll need to teack in...
    4. Help building dynamic stored procedure
      Hi, I'm in the fianl stages of building a dating app for a client and need a little help constructing a stored procedure for an advanced search. ...
    5. Creating Dreamweaver Dynamic Applications with ASP
      Hello, can someone please help me, Midterms are next week. I have an ASP class this quarter and my professer is an ass. For the midterm we have to...
  3. #2

    Default Re: Building Dynamic Applications

    Yes, Flash offers a client UI side that can be plugged into serverside
    scripts and databases.

    The data format communicated can be URL vars or XML or both. Thus your
    server side programs would expect to receive and send in those formats and
    as well does Flash. The serverside programs are responsible for DB
    interfacing.

    Here are some overview links in the Flash 8 docs.

    [url]http://livedocs.macromedia.com/flash/8/main/00001583.html[/url]

    [url]http://livedocs.macromedia.com/flash/8/main/00001584.html[/url]



    --
    Lon Hosford
    [url]www.lonhosford.com[/url]
    May many happy bits flow your way!
    "reya276" <webforumsuser@macromedia.com> wrote in message
    news:dvmiev$8r0$1@forums.macromedia.com...
    I have a questions for you flash gurus, Can I build an application for
    displaying, inserting,updating data to and from Microsoft SQL Server? I
    don't
    want this application be be depended on any technology other than flash,
    meaning I don't want to built the damn thing on PHP, .Net, coldfusion or
    anything like that I want to be able to connect to the database using
    ActionScript 2.0 and do everything else (programming) with it as well. Can
    this
    be done?


    Motion Maker 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