How to configure variables in template-html (html wrapper for flash)?
I'm coding in flex, and using html wrapper, so I have folder html-template and inside is index.template.html file. I can see many variables there (like ${bgcolor} , ${width}, etc.), but is there a piece of GUI where I can configure them? I cannot find it if so :) .
Regards.
Please sign in to leave a comment.
It is configured as an [SWF] metatag of the main class. For example [SWF(width="550", height="400", bgcolor="#ffffff")]. Or you can just hardcode it in the index.template.html
Now I understand how they works, thanks! :)