php程式碼:
複製程式碼 程式碼如下:
/* /flashservices/services/Catalog.php/ class Catalog {
var $products_array = array();
// Constructor: Contains the list of methods available to the gateway
function Catalog() { 🎜> "getProducts" => array (
list "access" => "remote",
"arguments" => "" // arguments could be optional, not tested
)
); // end methodTable return $this->products_array;
}
}
actionscript程式碼:
複製程式碼
CatalogConnectionMOTE = gw. getService("Catalog", this); CatalogREMOTE.getProducts(); getProducts_Result = function(result) { _root.products { _root.products_root
以上就介紹了vb連接資料庫 flash用php連接資料庫的程式碼,包括了vb連接資料庫方面的內容,希望對PHP教學有興趣的朋友有幫助。