Using a variable inside Embed() function in flex

When using something like

[Embed(source=’./Regular.ttf’, fontFamily=’’, fontName=‘Arial’, fontWeight=“normal”, mimeType=‘application/x-font’)]

is there a way to use a variable name instead of strings, to have better control?