Welcome, Guest
  • Author Topic: Show image with action script3 and example flash remoting to update database  (Read 2345 times)

    anaif

    • Server what's that
    • *
    • Posts: 10
      • View Profile
    I have download loadingAS3_flash-db.
    how format action script 3 to show image. Because,  this action script can not show image in database
    anastasio
    function getTitles_Result(rs:Object){
       //for(var i in rs.serverInfo) trace(i+":"+rs.serverInfo)
       var cant:Number = rs.serverInfo.totalCount//how many rows are in our recordset?
       for(var i=0; i<cant; i++){
          //Dinamyc put base on stage and fetch data to it
          it = addChild(new base())
          it.x=200; it.y=(40*i)+100
          it.Title_txt.htmlText = "<b>"+rs.serverInfo.initialData

        * +"</b>"

          it.Comments_txt.text = rs.serverInfo.initialData[1]  
       }
    }
    Can i download example flash remoting to update database in as3?
    Thanks.
    « Last Edit: 09/01/09, 19:41 by anaif »