displaying database data

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

  1. #1

    Default displaying database data

    need create small flash applet for displaying database data on a web
    site or CD-ROM. Flash need loads a text file database and displays the
    content in a window grid. The same as
    [url]http://www.alphatel.com/dbview.htm[/url] Is there a way?
    trend5 Guest

  2. Similar Questions and Discussions

    1. Displaying Images from the Mysql Database
      Hi! everyone, i need help with displaying the images from the database. I successfully inserted an image to mysql database by converting it to...
    2. Displaying Database Images Horizontally
      I want to display some product images and descriptions horizontally in a table. However, using SQL, I can only do this vertically as far as I can...
    3. Displaying Date From a Database Record
      Hi, Can anyone help??? I am trying to display the date that a record was posted to a database to an asp page but it appears in the wrong format...
    4. Problem displaying one column of one row from a database with PHP.
      I have a small script with PHP that queries a MySQL database to pull out one row, where I want to be able to access each of the columns separately....
    5. Displaying images from a MySQL Database
      Hi I'm have difficulty displaying images that are stored in a MySQL database. I've tried using the odbc.net provider, the ByteFX provider and the...
  3. #2

    Default Re: displaying database data

    "trend5":
    > need create small flash applet for displaying database data
    > on a web site or CD-ROM. Flash need loads a text file database
    > and displays the content in a window grid. The same as
    > [url]http://www.alphatel.com/dbview.htm[/url] Is there a way?
    You could try the HTML UI Components (contains a table component). You have
    to input an XML file (which can be generated from a database - don't ask me
    how because I don't know SQL):

    [url]http://birdy1976.com/2003/flash-table.html[/url]

    Best wishes, Martin ;) * [url]http://birdy1976.com/[/url] * ICQ# 237743398


    Vögeli Martin, vom 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