cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with Flash Islands Tutorial I - Undefined Method initApp.

Former Member
0 Kudos

Hi Guys,

i am new to the Adobe Flex/Flash Islands technology and tried to implement Tutorial I by Thomas Jung. Unfortunately i encouter a problem already in chapter "Coding the Flex Component" point 2. The problem occurs in the mx:Application tag raising the following error:

Error: Call to a possibly undefined method initApp.

My mx:Application tag looks like the following:

<?xml version="1.0" encoding="utf-8"?>

<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical" width="100%" height="100%" initialize="initApp()" backgroundColor="#eaf1f6" backgroundGradientAlphas="1.0,1.0">

</mx:Application>

I am using Adobe Flash Builder 4.5 Trial and tried the following Adobe SDK versions for the project:

3.0

3.1

3.6

4.5

4.5.1

I used WDIslandLibrary30.swc downloaded from a NWASABAP with the following versions / patch levels:

SAP_ABA Release 701 Level 0008

SAP_BASIS Release 701 Level 0008

Could you please help me?

Accepted Solutions (1)

Accepted Solutions (1)

saravanan_narayanan
Active Contributor
0 Kudos

check whether you have defined the initApp() method.

BR, Saravanan

Former Member
0 Kudos

Thx for reply. I understand what you mean. I was a littlebit to hasty. I should have waited until finishing everything. Point 3.c in the chapter mentioned above states it clearly.

Sorry 4 that.

Answers (0)