Thanks for answer
Here is the test project : http://www.4shared.com/file/GsNeSEazce/Test.html
I've created a bug on JIRA :
https://issues.apache.org/jira/browse/FLEX-34814
Thanks for help
Le 29/03/2015 22:13, OmPrakash Muppirala a écrit :
Do you mean 4.14.1? Also, please file a JIRA ticket so that it will be
tracked properly.
Thanks,
Om
On Mar 29, 2015 1:04 PM, "Julien Desquenne" <[email protected]> wrote:
Would you be so kind to have a look at the problem please ?
I've attached a test project.
Thanks a lot for your help
Le 27/03/2015 14:55, Julien Desquenne a écrit :
Hello, I try to use Apache flex sdk 4.1.14 instead of the old 4.1 sdk
I works very well but I have a problem with some css styles :
.BoutonCheck{
skin:Embed("../assets/check-128.svg");
disabledSkin:Embed("../assets/check-D-128.svg");
}
Exception during transcoding
Unable to transcode
And i have the exact same problem with :
<mx:Image id="vboxMenuIm" x="0" y="0" width="20" height="169"
smoothBitmapContent="false" source="@Embed(source='assets/
options.svg')"/>
It worked perfectly in sdk 4.1, so does the svg format now unsupported ?
Thanks for your help