On Fri, Jul 24, 2009 at 4:55 PM, splash21<[email protected]> wrote:
> I'll try to get some time today to update my download page, but here are the
> relevant snippets...
> ( COOKIES[SESVAR] is just my session variable )
>
>
> In the revlet HTML (view page source to see the whole block);
>
> <object ......
> <param name="session" value="<?rev put COOKIES[SESVAR] ?>"/>
> .....
> .....
> <embed type="application/x-revolution"
>               src="revletTest.revlet"
>               width=800 height=200
>               stack="test"
>               requestedName=""
>               instanceID=""
>               session="<?rev put COOKIES[SESVAR] ?>"
>></embed>
>
>
>
> In the revlet;
> on openStack
>   put the revletParams["session"] of this stack into sSession
>   .....
>   .....
>
>
> HTH  :)


It does indeed. Thanks you very much. I had tried something similar,
but hadn't thought to try the revletParams as a array.

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

Reply via email to