Hi All!

I am trying to dowload a web project into a custom player as a drawer.

I am not sure how to go about doing it? 

I would like to do something like this:

on Openstack
load url "http://10.1.1.1/Documents/revtest/myDrawer.rev";
end openStack

then, when I need to use the stack as a drawer do something like:

on mouseDown
open stack "myDrawer" as drawer at bottom of stack "myMainStack"
end mouseDown

Is there some way to somehow store a web based stack in a local player, and 
then call it up only when I need it?

Thanks!

John Patten
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to