I can get sIFR to work but it will only display the bold version of the font I have exported. I checked the report and it seems to be stripping out any font weight that is not bolded in flash. I exported two different files to test, the first with regular and bold and the second with medium and semibold in both cases only the bolded weights were exported. Any ideas on how to fix this?
相关问题
- Custom font and a CMS
- Sifr and Javascript changing stylesheets (without
- sIFR not working with prototype AJAX page load
- Font wont export out
- sifr jquery slide conflict show
相关文章
- Sifr and Javascript changing stylesheets (without
- SIFR 3文字大小调整,以适应宽度(SIFR 3 text resizing to fit wid
- 请问3件sIFR的作品在所有桌面上的A级浏览器?(Does sifr 3 works in all
- sIFR not working with prototype AJAX page load
- Font wont export out
- sifr jquery slide conflict show
- SIFR 3 text resizing to fit width
- Anyone able to translate sIFR into AS3 (for hyphen
When exporting the Flash movie, make sure at least one character in the text field has the styles applied to it. Then it should export fine.
I had a similar problem - could not make the font 'bold' style work, and I even whanted my fonts BlackItalic to work. Messing around and reading your post and Marks answer made me try to apply the BlackItalic style to the very first word in the provided fla file. Keeping the css style 'font-weight: normal;' in the config java code was successful!
Until I read some new posts about this I will follow the work flow making individual swf files for every font style - normally I only want to use one or to styles anyway.