You made a tiny but important mistake. On Apr 1, 2005, at 8:49 AM, thierry wrote:
in fact, i did try in local, so:
put url ( "binfile:" & theFullpath ) into aAnonymousStack
Instead of "put", use "get" and don't put it into anything.
get url ("binfile:" & theFullPath)
put the short name of it into aAnonymousStackThen aAnonymousStack contains the name of the stack downloaded rather than the downloaded file itself.
I tested that here and it seems to work.
then "open" or "go" "aAnonymousStack" starts the stack, but i got an error trying to get the name, or set a prop to the *aAnonymousStack*
Where is the obvious ? what's wrong ?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Dan Shafer, Co-Chair RevConWest '05 June 17-18, 2005, Monterey, California http://www.altuit.com/webs/altuit/RevConWest
_______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution
