Need Wisdom from High Above

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

  1. #1

    Default Need Wisdom from High Above

    Hello.

    And thanks for taking time to read this query.

    I'm new to integrating Flash with databases and I'm looking for a solid
    grounding whilst progressing to more advanced stuff and pushing myself a little.

    I work with a colleague who's very skilled in SQL databases and PHP, and I
    would love to be able to incorporate his skills with mine (until now mainly
    front end and design work). So I'm looking to learn the basics I imagine,
    sending a query string, reacting to query response, handling errors and
    timeouts, also handling XML feeds.

    I really want to do this, but I want to do it right. Is there a book anyone
    would recommend that would go anywhere near fulfilling these notions?

    Any feedback much appreciated,
    Meeesta.


    meeesta Guest

  2. Similar Questions and Discussions

    1. Cfcharting from high to low?
      Thi has been giving me a lot of trouble lately -- and i'm wondering if it's even possible. I have a system where users are ranked (from 1 - 6) 1...
    2. High run queue, high idle cpu percentage
      Hey - I have a werid situation: vmstat shows high r (always r>0, sometimes r>10), but id > 90%. The rest of the values are nominal. Any...
    3. Maximize Compatibility: Current wisdom
      After an initial explosion of posts when this Save option first appeared, we don't talk about it much. There was the initial concern about increased...
    4. high en0
      hi, i have a very high en0 value 1500 in topas. i wanted to find out the processes, what stuff is transmitting. but is nto sure which command ...
    5. To All Those Seeking XML & PHP Wisdom!
      Found a brand new tutorial... just came out today... http://www.sitepoint.com/article/1165 Joe Harman Have you ever noticed? Anybody going...
  3. #2

    Default Re: Need Wisdom from High Above

    Not sure about books which can easily be researched at Amazon.com and the
    like.

    Flash documentation has a lot of good material that should not be
    overlooked:

    Data Integration (Flash Professional Only):
    [url]http://livedocs.macromedia.com/flash/8/main/00000756.html[/url]
    Data Integration (Flash Examples):
    [url]http://livedocs.macromedia.com/flash/8/main/00001095.html[/url]
    Data Integration > Flash and PHP integration:
    [url]http://livedocs.macromedia.com/flash/8/main/00001099.html[/url]

    Two good places that have great template examples are the
    LoadVars.sendAndLoad and the XML.sendAndLoad methods depending on how you
    want to send and receive data.

    LoadVars.sendAndLoad:
    [url]http://livedocs.macromedia.com/flash/8/main/00002336.html[/url]
    XML.sendAndLoad: [url]http://livedocs.macromedia.com/flash/8/main/00002879.html[/url]

    If you are using sockets then look at XMLSocket.
    [url]http://livedocs.macromedia.com/flash/8/main/00002906.html[/url]

    If you want to use all Flash Components for your app you can but you do not
    need to look at either WebServiceConnector and XMLConnector so you can bind
    the components directly.
    WebServiceConnector :
    [url]http://livedocs.macromedia.com/flash/8/main/00004274.html[/url]
    XMLConnector: [url]http://livedocs.macromedia.com/flash/8/main/00004306.html[/url]

    Flash side is really not very difficult for data communications. The server
    side, data analysis and structure will provide more challenges depending on
    your tasks.

    --
    Lon Hosford
    [url]www.lonhosford.com[/url]
    Flash, Actionscript and Flash Media Server examples:
    [url]http://flashexamples.hosfordusa.com[/url]
    May many happy bits flow your way!
    "meeesta" <webforumsuser@macromedia.com> wrote in message
    news:ed7865$eto$1@forums.macromedia.com...
    > Hello.
    >
    > And thanks for taking time to read this query.
    >
    > I'm new to integrating Flash with databases and I'm looking for a solid
    > grounding whilst progressing to more advanced stuff and pushing myself a
    > little.
    >
    > I work with a colleague who's very skilled in SQL databases and PHP, and I
    > would love to be able to incorporate his skills with mine (until now
    > mainly
    > front end and design work). So I'm looking to learn the basics I imagine,
    > sending a query string, reacting to query response, handling errors and
    > timeouts, also handling XML feeds.
    >
    > I really want to do this, but I want to do it right. Is there a book
    > anyone
    > would recommend that would go anywhere near fulfilling these notions?
    >
    > Any feedback much appreciated,
    > Meeesta.
    >
    >

    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