Welcome, Guest. Please login or register.
Did you miss your activation email?
05/22/12, 07:08
Home Help Search Login Register
News: Parsley Flex framework review featuring quiz application, in our Flex frameworks series
Flex SDK 4.5 mobile roadmap: begin with your mobile development
Swiz Flex framework review featuring quiz application
New homepage we release our new Homepage, take a look ...

+  Flash-db
|-+  Server side Scripting and Database Support
| |-+  Flash Remoting with AMF (Moderators: Flash-db, Musicman, Jorge Solis, papachan, nothingGrinder)
| | |-+  Show image with action script3 and example flash remoting to update database
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Print
Author Topic: Show image with action script3 and example flash remoting to update database  (Read 1976 times)
anaif
Server what's that
*
Posts: 10


View Profile
« on: 09/01/09, 10:58 »

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 » Logged
Pages: [1] Print 
« previous next »
Jump to:  


Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!