5 Most Recent
    Location/Geography
    Specialist
    Utility
    Tools
    Weather
    Financial
    Business
    Binary
Service Owner: flash-db.com ~Jeff H.
Service Home: www.flash-db.com/services/
Service WSDL URL: http://www.flash-db.com/services/ws/flashCDDB.wsdl
Inspect WSDL      View WSDL
Short Description: The Flash-db CDDB service allows you to obtain information on Any music CD/Album ever released. You can search for artists or albums - then you can obtain detailed info on that album.
Implementation: NuSoap
Quantity Price Setup Fee Setup Time Trial
Unlimited Free Free Instant No
The Flash-db CDDB service allows you to obtain information on Any music CD/Album ever released. You can search for artists or albums - then you can obtain detailed info on that album.

To use: First call the searchArtistList method. This will result in a list of Albums fitting your query. A cdID will be returned which is needed to look up the specifics of that album.

After this call the getTrackListing method or the getAlbumInfo method for additional information.

This service use's the freedb cddb database.

#include "NetServices.as" 
#include "NetDebug.as" 

// create result handler for results and error messages. 
serviceResult = new Object(); 
serviceResult.onResult = function(result){ 
    
trace(result

serviceResult.onStatus = function(status){ 
    
trace(status); 


// sets up the gateway connection. 
var serverConn     NetServices.createGatewayConnection("<PathToGateWay>"); 

// sets up the service. 
var service serverConn.getService("http://www.flash-db.com/services/ws/flashCDDB.wsdl"serviceResult); 

// Set the params and call the service 
params = { 
    
username:'anything'
    
password:'anything',
    
query:'yellowcard'// query is either the artist name or album name.
    
field:'artist'  // The field param takes either 'artist' or 'title' as possible values. 


// calls the method. 
service.searchArtistList(params);


© 2010 The Flash-db.com Community! All Rights Reserved.

Hosting for flash-db.com is provided by Hostrocket.com
< / form > < !-- Google analitycs -->