2
Personally I think the easiest way is to use the
flashVars method (at least if you don't want to send a huge amount of data to your flash movie).
For instance, if you write something like this in your template:
<param name="FlashVars" value="title=<{$xoops_sitename|escape:'url'}>" />
you'll get a 'title' variable available in your flash movie, containing the content of the 'xoops_sitename' template var.
skalpa.>
Any intelligent fool can make things bigger, and more complex. It takes a touch of genius, a lot of courage, to move in the opposite direction.
Two things are infinite: the universe and human stupidity; and I'm not sure about the 1st one (A.Einstein)