tags:

views:

5

answers:

0

I'm looking to do something like:

private static const fooDir : String = "foo";
[Embed(source = foo + "/foobar.mp3")]
private var Foo:Class;

Flex is only accepting the string if it's written fully out as [Embed(source = "foo/foobar.mp3")]. Is there a way around this?