myflashlab / Share-ANE

ANE for sharing content from your AdobeAIR app via the platform's share dialog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Share ANE for Android+iOS

ANE for sharing content from your AdobeAIR app via the platform's share dialog. Wraps the ACTION_SEND Intent on Android and UIActivityViewController on iOS.

find the latest asdoc for this ANE here.

AIR Usage

For the complete AS3 code usage, see the demo project here.

import com.myflashlab.air.extensions.share.*;

Share.share("this is a text to be shared!");

Air .xml manifest

<!--
Embedding the ANE:
-->
  <extensions>
	<extensionID>com.myflashlab.air.extensions.share</extensionID>
	
	<!-- dependency ANEs https://github.com/myflashlab/common-dependencies-ANE -->
	<extensionID>com.myflashlab.air.extensions.dependency.overrideAir</extensionID>
  </extensions>
-->

Requirements

  • Android API 19+
  • iOS SDK 10.0+
  • AIR SDK 31.0+

Commercial Version

https://www.myflashlabs.com/product/share-ane-adobe-air-native-extension/

Share ANE

Tutorials

How to embed ANEs into FlashBuilder, FlashCC and FlashDevelop

Premium Support

Premium Support package If you are an active MyFlashLabs club member, you will have access to our private and secure support ticket system for all our ANEs. Even if you are not a member, you can still receive premium help if you purchase the premium support package.

About

ANE for sharing content from your AdobeAIR app via the platform's share dialog


Languages

Language:ActionScript 94.8%Language:AngelScript 5.2%