3/2/2011 8:28:36 AM
Title:
air to swf
Hi guys,
I am totally new in flex programming, right now I am trying to have a
swf file of my air application.
There is no error in my application and when I run the app it works
well. I even can package the app and it works as well.
when I run the application, I get the swf files in bin-debug folder
but there are many errors.
I get the same result by using ANT.
the errors are :
VerifyError: Error #1014: Class spark.components::WindowedApplication
could not be found.
Verify Error: Error #1014: Class flash.events::NativeWindowBoundsEvent
could not be found.
VerifyError: Error #1014: Class flash.html::HTMLLoader could not be
found.
and so on...
3/2/2011 10:22:07 AM
it seems that you are not using the correct SDK for compilation. Use Flex 4 as SDK and flash player 10.0.0 in flash player option.