On 3/25/06, Jeff Honken <[EMAIL PROTECTED]> wrote:
> Sarah,
>   Thanks for the reply.  I've tried using
> load stack URL http://www.x12help.com/x12provider.rev"; but it errors.
> I've only been successful with "go"  Here's the code I'm using in a
> button:
>
> on mouseUp
>   go stack URL "http://www.x12help.com/x12provider.rev";
> end mouseUp
>

  load URL "http://www.x12help.com/x12provider.rev";

then when it finishes, put the already downloaded data into a variable
& go to it from there:
  put URL "http://www.x12help.com/x12provider.rev"; into myStackData
  go stack myStackData

Cheers,
Sarah
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to