I'm trying to set image source conditionaly using the following line:
source="{data.muted ? '/assets/audioMuted.gif' : '/assets/audio.gif'}"
Apps run fine when run from Flex builder, but when I try to export release build from Flex builder, those gif files are not exported.
Does anybody have an idea what to do in this case.