hi,
i came across a tutorial for flash mx at
http://www.macromedia.com/desdev/tip/archive.html
titile: "Loading Images Dynamically in Macromedia Flash MX"
Should we need a server for hosting this kinda application. Can we upload it on a (may be free) website and program this.
I tried at
http://www4.ncsu.edu/~bjagann/ and it is not working. I didn;t have an image folder, hence gave the function code as
function chLbPhotos(){
jpgMovie.loadMovie(""+lbPhotos.getSelectedItem().d ata);
}
Will it not work?
thnx!!