actionscript 3 - Adobe Flex/Air Project Importing an .as Class -


i've started looking @ basic adobe air apps, feel im stuck @ first hurdle.

i've found action script library use http://charlesbihis.github.io/actionscript-notification-engine/

however i'm struggling figure out how library flash builder 4.7

i've exported project can download , see errors http://www.mediafire.com/?pu4cm1pndlaxo20

if share light/knock project file uses demo code library's webpage @ see hell going on appreciated.

many thanks

owen

the simple answer package name library used com.charlesbihis.engine.notification put in notification meanwhile when writing code inside mxml, consider putting inside <![cdata[...]]> blocks, this:

<fx:script> <![cdata[  // code goes here  ]]> </fx:script> 

Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -