Hello,
I get the following error when building the test application.
compiling Test.swf
Loading configuration file C:\Documents and Settings\Joey\My Documents\eclipse-SDK-3.4-win32\eclipse\plugins\org.axdt.flex3sdk_0.0.5.2\flexsdk\frameworks\flex-config.xml
unable to open './winFonts.ser'
i had to manually download the org.axdt.flex3sdk_0.0.5.2.jar file because the file never fully downloaded in eclipse. i used firefox to download the file and was able to get the full file after a few tries. i changed the flex-config.xml property from:
file:C:\Documents and Settings\Joey\My Documents\eclipse-SDK-3.4-win32\eclipse\plugins\org.axdt.flex3sdk_0.0.5.2.jar!/flexsdk/frameworks/flex-config.xml
to
C:\Documents and Settings\Joey\My Documents\eclipse-SDK-3.4-win32\eclipse\plugins\org.axdt.flex3sdk_0.0.5.2\flexsdk\frameworks\flex-config.xml
It should be noted that I had to extract the jar file manually to C:\Documents and Settings\Joey\My Documents\eclipse-SDK-3.4-win32\eclipse\plugins\org.axdt.flex3sdk_0.0.5.2\
Not sure if this is the correct place to put everything. Can anyone help me out?
Thanks!