Getting info from mssql into flash

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

  1. #1

    Default Getting info from mssql into flash

    Is there anyone who can point me in the right direction on how to get
    information out of an mssql Db and into a flash movie? I am not familiar with
    xml, but would I have to create some sort of xml document that gets the info
    first, and then into flash? Please help!:confused;confused;

    menuking Guest

  2. Similar Questions and Discussions

    1. Conecting to MSSql 2005 Using Flash
      I am very new to Flash and Web desing in general. Is there an easy way to connect to MSSql 2005 using Flash 9?
    2. Connecting Flash to my MSSQL
      Hey I built a form in CF thats adds info to a SQL DB not I need my Flash to read that DB and pull the values to the screen. Craig
    3. Can Flash call an MSSQL stored procedure?
      Is it possible to get Flash MX2004 pro to execute a stored procedure in a MSSQL database? Each time I run a particular SWF I would like the...
    4. Getting rid of flash; some useful info for anyone who wants to do so.
      I've long been irritated by the pop-up box in IE that keeps asking to install Macromedia Flash. I think it's utterly pathetic that there is no...
    5. Info on flash with J2EE
      Any links about jusing flash for the view with MVC with use of J2EE.? KS
  3. #2

    Default Re: Getting info from mssql into flash

    You'll have to use some server side scripting like php, ColdFusion etc.
    kaunietiz Guest

  4. #3

    Default Re: Getting info from mssql into flash

    You use LoadVars or XML Actionscript classes on the Flash side.

    These communicate data to and from your serverside scripts.

    I have a basic XML, MySQL and PHP examples I use in Flash seminars I conduct
    as follows.
    [url]http://www.hosfordusa.com/ClickSystems/courses/flash/examples/XMLPHP/EX01/XMLPHPEchoEx01_Doc.php[/url]
    [url]http://www.hosfordusa.com/ClickSystems/courses/flash/examples/XMLPHPMySql/Ex01/XMLPHPMySQLEx01_Doc.php[/url]



    --
    Lon Hosford
    [url]www.lonhosford.com[/url]
    May many happy bits flow your way!
    "menuking" <webforumsuser@macromedia.com> wrote in message
    news:do79oe$kgr$1@forums.macromedia.com...
    Is there anyone who can point me in the right direction on how to get
    information out of an mssql Db and into a flash movie? I am not familiar
    with
    xml, but would I have to create some sort of xml document that gets the info
    first, and then into flash? Please help!:confused;confused;


    Motion Maker Guest

  5. #4

    Default Re: Getting info from mssql into flash

    Here is a site with some good examples. I've loooked high and low for methods to connect to a mssql database on IIS.

    [url]http://sqljunkies.com/search.aspx?x=flash%20sql%20login[/url]
    normanduval 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