taorepoara opened a new issue #147: URL: https://github.com/apache/royale-compiler/issues/147
Hi, I would like to use a Define compilation variable as source of an Embed meta tag like that : ```as [Embed(source=EMBED::my_logo, mimeType="image/png")] ``` With that I can define the path to the embed asset in the config file and use differents ones depending on the config file I use. I've tried te understand where to manage the use of Defines in MetaTag, but the parsing/compile process is a bit complex. I'm looking at the BaseASParser class but I think it's a bit late in the process. Can anyone help me to understand what to change to handle that. Thanks ! ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
