CSS file compiled into SWF...

Ask a Question related to Macromedia Flex General Discussion, Design and Development.

  1. #1

    Default CSS file compiled into SWF...

    Hello,

    I have a problem with all my css files in my Flex project. I need them to be
    compiled into SWF because its the only way to load and switch them at runtime.

    I use a ClassReference to a custom programmatic skin in the css file:

    skin: ClassReference( "com.someawsomepackage.util.manager.SkinManage r" );

    MY PROBLEM is that I HAVE TO place the various css file in the ROOT folder of
    my project so that the compiler can find and compile this classreference along
    with the css.

    I would like to place the css files into a style folder... But I will get a
    compile error if I do so.

    Anyone has an idea ? thx !

    -BoNzO- Guest

  2. Similar Questions and Discussions

    1. How to see the .AS file that .MXML file is translated tobefore being compiled to SWF?
      I am trying to dynamically load some other Applications in one Application, use ActionScript but not SWFLoader tag, it looks like: ...
    2. Double file size if compiled in Flex Builder 3 insteadof 2!
      We were updating a project that we had originally done in Flex Builder 2. The file size of the compiled swf was 271k. Well, we had to make some...
    3. Compiled Clips
      Flash XMX 2004 Professional I'm createing a component, everything seems to go right. Then I started making a very simple livePreview, the live...
    4. Displaying Compiled Help file
      How can I display compiled help file (.chm) in an asp page?
    5. Compiled win32ole 0.5.3?
      Anyone have a pre-compiled win32ole 0.5.3 available for download? I'm having some seg faults with 0.5.2 and ruby 1.8p3 and want to see if 0.5.3...
  3. #2

    Default Re: CSS file compiled into SWF...

    Bump, nobody knows ?
    -BoNzO- Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139