php/sql flash gallery

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • anfetienne
    Contributor
    • Feb 2009
    • 424

    php/sql flash gallery

    hi,

    i wrote in the flash section about a problem im having loading a xml file into flash, as this is taking too long to work out im going to use php/sql instead.

    does anyone know any good tutorials that could get me started when it comes to sending arrays to flash to load the images in flash?

    also when saving data to a db say image location, thumbnail location and image caption is it possible to set it up so that the info for each image is saved into a different row rather than all in one row?
  • ak1dnar
    Recognized Expert Top Contributor
    • Jan 2007
    • 1584

    #2
    Your question is not 100% clear to me as you are posting your root problem some where else in the flash forums. anyhow I think you may need a way to read a XML file using using your flash application and also the XML data should be generated dynamically from the database, right?\

    your first attempt should start from here. Once it is done post back to the forum.

    Comment

    • anfetienne
      Contributor
      • Feb 2009
      • 424

      #3
      what im trying to get at is i dont want to use a xml file for flash to read so i can retrieve images for the gallery.

      as this is a php question i wrote it here....is there a way that i could use php and mysql instead of xml so that i can retrieve images for a gallery using vars etc?

      Comment

      • anfetienne
        Contributor
        • Feb 2009
        • 424

        #4
        ok i have found a suitable way to take items from mysql db into flash using PHPobject. thanks for the help.

        Comment

        Working...