I don't have much experience with compiled CSS. But, when you have use a font at CSS (to compile your SWF), you doesn't need this ttf file at the project that will use this CSS-SWF, is that true? I know that is true on Embed stuff, but not sure about fonts.
If yes, you can (should, must, is recommended to......) create a CSS only project. Because there is no easy way to keep several artifacts in one project. VELO On Mon, Jan 19, 2009 at 3:53 PM, mattlf <[email protected]> wrote: > > May I as you a question > > I have ine developper compiling CSS into SWF and then integrating the > swf as part of the resource in maven > > I would like to integrate this component as part of the maven build > > hers is what the developper is telling me : > > We need to compile css a file which contains references on > > images files and ProgrammaticSkin. Example of css file > > @font-face { > src: url("/assets/fonts/AveniBla.ttf"); > font-family: "Avenir-Black"; > } > > .deleteButton > { > upSkin: Embed(source='/assets/a4all_graphics.swf#closeButton'); > } > prevYearSkin: ClassReference("DateChooserYearArrowSkin"); > > All these references are not visible during compilation with help of > maven. > > Shall I create a project fillowing what you posted at > http://svn.sonatype.org/flexmojos/trunk/test-harness/projects/concept... > ? > > Thank you for your reply > > On Jan 19, 11:49 am, Marvin Froeder <[email protected]> wrote: > > You just need to change the sourceFile. > > > > Take a look: > http://svn.sonatype.org/flexmojos/trunk/test-harness/projects/concept... > > > > VELO > > > > On Mon, Jan 19, 2009 at 9:18 AM, Kim Hansen <[email protected]> wrote: > > > > > I have tried to use the flex-mojos with different configuration > > > settings, but without any result. > > > > > Anyone has a working example of this? Or any idea about how to get > > > this to work? > > > > > Thanks, > > > Kim > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex Mojos" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex-mojos?hl=en?hl=en http://blog.flex-mojos.info/ -~----------~----~----~----~------~----~------~--~---
