Sivakatirswami-

Thursday, October 28, 2010, 6:21:09 PM, you wrote:

> on preopenstack
>     set the loc of this stack to the screenloc
>     send "LaunchGrapple" to this stack in 1 seconds
> end preopenstack


> on LaunchGrapple
>     go stack url "http://inHouse.domain.org/rev_stacks/grapple.rev";
> end LaunchGrapple

> By using the web server you avoid all the issues of mounting the server etc.

As a related trick, you can store the "real" stack in a custom
property. Then you can have a generic splash screen stack and all you
have to do is change the custom property to have it work with a
different stack. You can even password-protect the splash screen stack
with this approach:

on LaunchGrapple
    go stack url (the uRealStackURL of this stack)
end LaunchGrapple

-- 
-Mark Wieder
 mwie...@ahsoftware.net

_______________________________________________
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