Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
Adobe Flex SDK Previous
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Reproduction:
1. Put something like this in global.css:
@font-face
{ src: url('ALGER.TTF'); font-family:baseFont; }2. Compile an mxml application.
Actual Results: Warning: Font not found at: file:/WEB-INF/flex/ALGER.TTF
Expected Results: No warning.
Workaround: Use full path.