守望者--AIR技术交流

 找回密码
 立即注册

QQ登录

只需一步,快速开始

扫一扫,访问微社区

搜索
热搜: ANE FlasCC 炼金术
查看: 955|回复: 0
打印 上一主题 下一主题

ANE-NativeShare

[复制链接]
  • TA的每日心情
    擦汗
    2017-10-18 10:18
  • 签到天数: 3 天

    [LV.2]偶尔看看I

    2

    主题

    4

    帖子

    496

    积分

    管理员

    Rank: 20Rank: 20Rank: 20Rank: 20Rank: 20

    威望
    0
    贡献
    0
    金币
    340
    钢镚
    2852
    跳转到指定楼层
    楼主
    发表于 2015-1-21 22:44:48 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
    应用下载
    应用名称: ANE-NativeShare
    支持64位:
    当前版本: 未知
    运行平台: IOS 
    开发语言: ActionScript 3 其他 
    应用类别: ANE-C/C++
    应用简介: Brings up the native share dialog (iOS only)
    Air Native Extension for Native Sharing (iOS)

    This is an Air native extension for displaying native share dialog on iOS and Android. It has been developed by FreshPlanet.

    Installation

    The ANE binary (AirNativeShare.ane) is located in the bin folder. You should add it to your application project's Build Path and make sure to package it with your app (more information here).

    Usage

    This ANE currently supports displaying an alert popup with:

    1. ```actionscript
    2. // Defining your share object
    3. var myShareObject:AirNativeShareObject = new AirNativeShareObject();
    4. myShareObject.facebookText = "This will be shared on Facebook"
    5. myShareObject.facebookLink = "http://www.google.com"

    6. // Display a share dialog for the aforementioned shareObject
    7. AirNativeShare.getInstance().showShare(myShareObject)
    8. ```
    复制代码

    Additionaly, on Android, you need to ask the following permission:

    1. ```
    2. <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
    3. ```
    复制代码
    Build script

    Should you need to edit the extension source code and/or recompile it, you will find an ant build script (build.xml) in the build folder:

    1. cd /path/to/the/ane/build
    2. mv example.build.config build.config
    3. #edit the build.config file to provide your machine-specific paths
    4. ant
    复制代码
    Authors

    This ANE has been written by Thibaut Crenn. It belongs to FreshPlanet Inc. and is distributed under theApache Licence, version 2.0.

    Join the FreshPlanet team - GAME DEVELOPMENT in NYC

    We are expanding our mobile engineering teams.

    FreshPlanet is a NYC based mobile game development firm and we are looking for senior engineers to lead the development initiatives for one or more of our games/apps. We work in small teams (6-9) who have total product control. These teams consist of mobile engineers, UI/UX designers and product experts.

    Please contact Tom Cassidy (tcassidy@freshplanet.com) or apply at http://freshplanet.com/jobs/



    相关链接:


    https://github.com/freshplanet/ANE-NativeShare


    本帖子中包含更多资源

    您需要 登录 才可以下载或查看,没有帐号?立即注册

    x
    分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友 微信微信
    收藏收藏 分享分享 支持支持 反对反对 微信
    守望者AIR技术交流社区(www.airmyth.com)
    回复

    使用道具 举报

    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    
    关闭

    站长推荐上一条 /4 下一条

    QQ|手机版|Archiver|网站地图|小黑屋|守望者 ( 京ICP备14061876号

    GMT+8, 2024-4-20 02:09 , Processed in 0.058129 second(s), 32 queries .

    守望者AIR

    守望者AIR技术交流社区

    本站成立于 2014年12月31日

    快速回复 返回顶部 返回列表