hayesmaker / doomsdayconsole

originally code.google.com/p/doomsdayconsole
0 stars 0 forks source link

DConsole is not compatible with asdoc #14

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Include DConsole2.swc into flash develop library;
2. Try to compose some AsDoc;
3. Fail miserably with message: 
_d8c4a46d11c9c4daeab5a97fac1092bbe117d79234ee520691052aeeb2d4cfca_mx_core_FlexMo
duleFactory.as(21): col: 15 Error: Definition mx.core:FlexVersion could not be 
found.
import mx.core.FlexVersion;
              ^
_d8c4a46d11c9c4daeab5a97fac1092bbe117d79234ee520691052aeeb2d4cfca_mx_core_FlexMo
duleFactory.as(23): col: 21 Error: Definition 
mx.preloaders:SparkDownloadProgressBar could not be found.
import mx.preloaders.SparkDownloadProgressBar;
                    ^

What is the expected output? What do you see instead?
There is no expected output.

Please provide any additional information below.
The problem lies in a fact that you, Andreas use [Embed] syntax to acquire 
tobiFont (or something like that) and that functionality is done using Flex 
framework. Hence the Flex crap which change some lives for worse. 
And no, this does not seem to be FD exportSWC plugin fault as you said before.

Original issue reported on code.google.com by chiekurs@gmail.com on 17 Jan 2012 at 10:05

GoogleCodeExporter commented 8 years ago
I vote not to solve issues posted by impolite people.

Original comment by psychofr...@gmail.com on 10 May 2012 at 2:12