How to set ${width}, "${height}" and "${bgcolor}" parameters?
SWF[width="640",height="480"]) not work.
Hi Daniil,
valid formats for bgcolor are any #RRGGBB, hexadecimal, or RGB value. ${width} and ${height} can be either fixed numbers (in pixels), or percentage values, like '100' or '50%'
Example:
bgcolor=#CCCCCC
width="1000"
height="500"
Currently Astella always substitutes ${width} and ${height} macros in wrapper template to 100% and ${bgcolor} to #ffffff". So you can hardcode desired values inside index.template.html file. For more smart size and color handling please open new YouTrack issue.