Could anyone point me to a working example of customized wrapper that
inserts URL parameters into FlashVars? As it is, I've had zero luck
tweaking the default template. In fact, it seems like its HTML is
invalid (?)
The concept seems clear enough, as explained by Tracy, in the docs and
elsewhere:
* Update FlashVars with the name/value pairs from the URL.
* Read the name/value pairs out in initApp() using
Application.application,parameters.NameGoesHere
Sadly, I'm not succeeding at implementation.
Pointers much appreciated!