Skip to main content
Participating Frequently
February 1, 2013
Question

Issue with a ANE - Contact Editor

  • February 1, 2013
  • 2 replies
  • 1225 views

Hey guys so I have a app I am dev and I need to access the Contact book in the IPhone.  My issue is I am using the Contact Editor ANE (http://extensionsforair.com/extensions/contact-editor/#comment-7488)

My issue is once I try to test it out using - :

import pl.mllr.extensions.contactEditor.ContactEditor;  var contactEditor:ContactEditor;  contactEditor.getContactsSimple();

I get this once trying to compile:

VerifyError: Error #1014: Class pl.mllr.extensions.contactEditor::ContactEditor could not be found.  at runtime::ContentPlayer/loadInitialContent() at runtime::ContentPlayer/playRawContent() at runtime::ContentPlayer/playContent() at runtime::AppRunner/run() at ADLAppEntry/run() at global/runtime::ADLEntry()

If you could give me a hand I would appreciate it!

I am running on Adobe Flash CS5.5

David

This topic has been closed for replies.

2 replies

February 1, 2013

You should use Flash Builder 4.6 instead of Flash Pro. Beacuse in flash builder, there is a simple way to add an ANE file.

Your ANE file is not adding properly, thats why you're facing that kind of problem.

barrda554Author
Participating Frequently
February 1, 2013

To late for that, how do I fix it.

February 4, 2013

If you want to fix it in flash , you should use flahs pro CS6, there is direct way to add ANE file in CS6, in actionScript 3.0 library settings.

sankar_g
Participant
February 1, 2013

Hi David,

I used the contact editor in (flash builder 4.6), In the initial stage i got the same error , Finaly i found the problem

At the time of release the build in (flash builder 4.6), In the "Export Release build" pop-up we have "native extension" button

make a click and add the contact editor package and release the build , it will solve !!!

barrda554Author
Participating Frequently
February 1, 2013

I'll try it thanks!