FLASH CS3 & SQL SERVER 2005

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

  1. #1

    Default FLASH CS3 & SQL SERVER 2005

    Hi guys,

    I just purchased Creative suite CS3 and flash cs3 is one of the applications
    included, I am used to creating websites that are datadriven and use asp.net
    2.0 and sql server 2005 as a back end for my data, I notice there is a datagrid
    component in flash cs3 and I am wondering if I can create a site using flash
    and have it connect to the database for the data, I need to be able to update,
    delete and view data through my flash site, being new to flash I am wondering
    if its possible and if anyone has tutorials that would cover such a situation.

    Appreciate any help.

    Jonathan:confused;

    Stoater Guest

  2. Similar Questions and Discussions

    1. SQL Server 2005 Endpoints
      Hello, I am trying to fetch data from SQL Server 2005, bypassing IIS. SQL 2005 Endpoints require a username and password and don't support...
    2. Virtual Server 2005
      I have seen this product advertised on the msdn download site. I run windows server 2003 with 1 web service and 1 web site. I don't really...
    3. SQL Server 2005 Help
      I have only used access in the past and am brand new to sql server 2005. I installed sql server 2005 (developer edition) on my computer and used...
    4. MS SQL Server 2005 Support?
      Does anyone know when Macromedia will be officially supporting MS SQL Server 2005 in ColdFusion? We have been able to get it to work with the...
    5. OT - SQL Server 2005 Express
      http://searchsqlserver.techtarget.com/tip/1,289483,sid87_gci1082707,00.html Seems it will be a large step above Access despite some similar...
  3. #2

    Default Re: FLASH CS3 & SQL SERVER 2005

    What you have to do is from flash call a server side script (ASP would be my
    choice for a sql server database, PHP would work as well) via the LoadVars
    object. Then in the asp write the information so that flash can read it and
    then change the read data and pass it to and array which will work for the
    datagrid as the dataProvider.

    Cheers,
    Gorka
    [url]www.AquiGorka.com[/url]

    Gorka Ludlow Guest

  4. #3

    Default Re: FLASH CS3 & SQL SERVER 2005

    Hi Gorka,

    Thanks for your reply, are you aware of any tutorials that show how to connect flash to an asp.net script.

    Jonathan.
    Stoater Guest

  5. #4

    Default Re: FLASH CS3 & SQL SERVER 2005

    [url]http://www.asp101.com/articles/flash/[/url]
    [url]http://smartwebby.com/Flash_and_ASP/default.asp[/url]
    [url]http://www.asp101.com/articles/flash/index.asp[/url]

    Cheers,
    Gorka
    [url]http://www.AquiGorka.com/blog[/url]
    Gorka Ludlow 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