Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Issue with a ANE - Contact Editor

New Here ,
Jan 31, 2013 Jan 31, 2013

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

TOPICS
ActionScript
1.2K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 31, 2013 Jan 31, 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 !!!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 01, 2013 Feb 01, 2013

I'll try it thanks!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 01, 2013 Feb 01, 2013

Do you know anyway to fix this in flash pro?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 01, 2013 Feb 01, 2013

Hey sankar.g could you actually supply me with your project file for what you did if you still have it?  I downloaded Flash builder.  Also how do I use flash builder with flash pro?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Feb 01, 2013 Feb 01, 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 01, 2013 Feb 01, 2013

To late for that, how do I fix it.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Feb 03, 2013 Feb 03, 2013
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines