Question
transcoding parameter 'cff' is not supported by 'flex2.compiler.media.MovieTranscoder'
Hello,<br /><br />Eclipse 3.4.1 / Windows XP 64bits <br /><br />I installed the latest SDK and defined it as the default SDK.<br /><br />Then I tried to make an AIR application :<br /><br /><?xml version="1.0" encoding="utf-8"?><br /><FxApplication xmlns="http://ns.adobe.com/mxml/2009"><br /> <br /><layout><br /> <VerticalLayout/><br /></layout><br /><br /><Style><br /><br />@font-face<br />{<br /> src: url("fonts.swf");<br /> fontFamily: "Swansea";<br /> font-weight:normal;<br /> cff: true;<br />}<br /></Style><br /><br /></FxApplication><br /><br />XML namespace is :<br /><application xmlns="http://ns.adobe.com/air/application/1.5.1"><br /><br />It cannot compile :<br />transcoding parameter 'cff' is not supported by 'flex2.compiler.media.MovieTranscoder'<br /><br />What I am doing wrong please?<br /><br />Thank you in advance !
