all groups > macromedia flash flash remoting > october 2003 >
You're in the

macromedia flash flash remoting

group:

DataGlue works, but scroll bar doesnt.


DataGlue works, but scroll bar doesnt. Jason Huff
10/31/2003 6:02:32 AM
macromedia flash flash remoting:
#include "DataGlue.as"
#include "NetDebug.as"
#include "NetServices.as"
NetServices.setDefaultGatewayUrl("http://192.168.1.100:8500/flashservices/ga
teway")
Streamer_conn = NetServices.createGatewayConnection();
Songs = Streamer_conn.getService("testing.streamtest.streamer",this);
function loadSongs(){
Songs.getSongs();
trace("Called");
}
loadSongs();
function getSongs_Result(result){
DataGlue.bindFormatStrings(_root.MP3_lst,result,"#SongName","#SongMP3");
trace("ResultCalled");
}


This loads in correctly, except the scroll bar isn't updated.
Any ideas? , tried removing List component from movie, and library (fixed a
problem before.) No avail.


Any Help?
Jason


Re: DataGlue works, but scroll bar doesnt. hotdogbeefcake
4/12/2004 5:56:45 PM
AddThis Social Bookmark Button