Wednesday, December 03, 2003

OK, I have overcome my previous problem of displaying the returned results using Flash.Pagesize, I hadn't noticed the method result.getNumberAvailable which returns the value set by Flash.Pagesize. Now my problem is I don't know how to return the next 2 items in my query...the search goes on.

Also if anyone can help me with this bit of code I would be very grateful and once again a schooner of Carlton Draught is up for grabs ;)

this.createEmptyMovieClip("product"+i, 100+i);
this["product"+i]._x = i*offsetX;
this["product"+i]._y = 5;
this["product"+i].loadMovie(productSwf, i);
this["product"+i].onRelease = function() {
trace("test");
}

oh and I haven't had a chance to get the definitive guide book yet.

Jon 4:06 PM Permalink

Comments:

Post a Comment