On 1/31/02 6:37 AM, "Dave Cragg" <[EMAIL PROTECTED]> wrote:
> Sorry, there was a mistake in the download script I just posted. > > It should be: > > on mouseUp > put "ftp://username:password@blahblah/teststack.rev" into tUrl > put decompress(url tUrl) into tStackData > go stack tStackData > end mouseUp > tive if your stacks are full of images and other less compressable data.) > > Cheers > Dave Cragg > _______________________________________________ > use-revolution mailing list > [EMAIL PROTECTED] > http://lists.runrev.com/mailman/listinfo/use-revolution Well, I've tried it, but no go. If I use the above script I get a "value" error in the script editor. If I try: put decompress(url ("binfile:" & tUrl)) into tStackData I get the familiar message decompress: string is not compressed data. So, either way it doesn't work. Very confusing. Thanks, -- Tim _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
