We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f2de3c commit 412a30aCopy full SHA for 412a30a
mvcExpressLogger/com/bit101/components/Component.as
@@ -50,7 +50,7 @@ package com.bit101.components
50
// So if you are using the Flex 3.x sdk compiler, switch the embed statment below to expose the correct version.
51
52
// Flex 4.x sdk:
53
- [Embed(source="C:/Users/Deril/Dropbox/!workspace/mvcExpress-framework/mvcExpressLogger/assets/pf_ronda_seven.ttf", embedAsCFF="false", fontName="PF Ronda Seven", mimeType="application/x-font")]
+ [Embed(source="/assets/pf_ronda_seven.ttf", embedAsCFF="false", fontName="PF Ronda Seven", mimeType="application/x-font")]
54
// Flex 3.x sdk:
55
// [Embed(source="/assets/pf_ronda_seven.ttf", fontName="PF Ronda Seven", mimeType="application/x-font")]
56
protected var Ronda:Class;
0 commit comments