Collaboration Builder SDK and iOS/Android

Hi,
I Just discovered Connect and dove straight in to Collaboration Builder SDK.
Pretty soon I discovered that I can't share my swf with people connecting from iOS/Android devices.
Is there a different way to do it?
I basically want to create a collaborative touch app using Flash Builder that I can use in a Pod with people connecting from different devices.
I appreciate any help.

Currently your custom SWF must be compiled for FP9. I believe that FP 10 support is slated for Connect 9.
From the Collaboration SDK documentation:
Development environment
This SDK is for Flex developers who have a working knowledge of Flex, Flex components, and ActionScript and want to develop collaborative Adobe Connect applications.
Collaboration Builder applications must use the Flex 3.5 SDK and be compiled for Flash Player 9.

Similar Messages

  • Does the collaboration builder sdk work with as3

    Hi.  I want to make a custom pod for connect and I have flashbuilder.
    Can I use AS3 or must I use AS2?
    And do you know any good additional sources and or tutorial on doing this or on building custom pods?
    Thanks!

    The Connect Meeting application has been in AS3 since Connect 8. AS3 and AS2 don't play well together, so, no, you shouldn't use AS2.
    This tutorial may be of use: http://www.connectusers.com/tutorials/2011/06/building_custom_pods/. It is for Connect 8, but it should still apply. Here is part two of that tutorial: http://youtu.be/BCoNW9SYIdc.
    You can get the Collaboration Builder SDK document from the developer center: http://www.adobe.com/devnet/adobeconnect.html

  • Collaboration Builder SDK

    I am looking for further training on using the Collaboration
    Builder SDK. Does anyone know of additional resources available?
    Thanks!

    Check this
    http://help.adobe.com/en_US/connect/8.0/collaborationbuildersdk/connect_8_collaboration.pd f

  • Collaboration Builder and Presenter in Adobe Connect

    I have a project which requires reporting features out of Adobe Presenter, but we want to now integrate it with collaboration builder to have host lead sessions. Has anyone had experience with these two areas? I am getting very little out of my searches simply with Collaboration Builder. I am looking for someone with experience with the reporting feature of virtual classrooms, and specifically getting the reporting of that type of meeting to work with Collaboration Builder sdk, to load another game swf, which holds our game content. Viewer.swf is confusing in the current scheme of Presenter file structure, because I do not know what tasks that swf carries out, so I can incorporate them into my Flex shell to run a Presenter type game in Adobe Connect with my Flex shell. Not sure if that was clear, please ask any questions you have about this structure.

    Presenter does use the Collaboration Builder SDK, though to the exact implementation, I'm not able to say.
    Full documentation for the Collaboration Builder SDK, go to the Connect Developer center, Adobe Connect | Adobe Developer Connection That may help clarify the functionality and implementation of the SDK into your Flex application.

  • I have submitted build by xcode 6.1 but in itunes account shows us Apps and app updates submitted to the App Store must be built with Xcode 5.1.1 or later, and iOS 7 or later SDK after clicking the submit for review.

    I have submitted build by xcode 6.1 but in itunes account shows us Apps and app updates submitted to the App Store must be built with Xcode 5.1.1 or later, and iOS 7 or later SDK after clicking the submit for review.
    Please tell me the solution as soon as possible and i am able to remove the build.

    You have used Xcode 6.1 and it is a valid version, so you should not have any problem. Anyway, if there is any problem, Apple will contact with you to fix it before your app is published.

  • Build AS3 AIR project on Linux for Android and iOS?

    We're about to use a build server for taking some work out of our hands (testing, building etc). The build server is running on Linux and therefore we would like to know if we can build the AS3 (AIR) sourcecode on the Linux environment. We usely create apps for Android and iOS.
    Can anyone give some more information on this? Is it true that the ADT doesn't run on Linux?

    FYI, I updated my blog post.  I found a program called ideviceinstaller (available in the Ubuntu repos ala apt-get install ideviceinstaller or from the website) that allows installation of .ipa files onto iOS devices from Linux.
    Previously that was the only development iteration step that required a Windows VM.  Now in my workflow, a VM is no longer required for iOS development.  (Obviously a Mac is still required to upload to the app store at the end.)
    Also, a bonus, here's a quick command to view UUID's authorized by the provisioning file inside an .ipa file:
    > unzip -c Main.ipa *.mobileprovision | strings | egrep -i string\>[0-9a-f]\{40\}
    <string>d9c2fee807324a18baf5a544ffa2c80f23d3****</string>
    <string>f634a0a95bc2327f6a26cb39cf18a01918cf****</string>
    <string>651e4284467d328e37c18988c981179b5909****</string>
    <string>c11d7eef800632d072da067d9b993624f25b****</string>
    <string>72d85ab26cd525a328d3a71e3fe416c61fd6****</string>

  • Captivate 7, PhoneGap Builder on Android and iOS tablets

    Hello all,
    I apologize if some of these questions are basic but searching the forums and online aren't turning up any answers I can discern. My company has decided to move into the mobile market for our E-Learning content, more specifically we want our customers to be able to use our content on tablet devices. I'm creating content with Adobe Captivate 7 using HTML5 animations. I have been able to publish my project as HTML5 and then use the PhoneGap Build tool to add the HTML5 animations to the project. However, I have no experience in app development and I'm running into a roadblock when trying to publish as Android and iOS compatible apps. I'm able to add the .wgz file to the android tablet but I have no idea how to run it or make it work. We just want our projects to play on Android and iOS tablets. My questions are thus:
    - Is publishing our modules in App form the only way to accomplish this?
    - When trying to publish to Android/iOS I am asked for a "Package". What does this mean? I've watched the following tutorial: Package the HTML5 content for devices using Adobe Captivate 7 App Packager - YouTube but it doesn't go into detail as to what he package is.
    - From what I understand Android and iOS apps need certificates and signatures. Are these required for our members to be able to download our modules and run them on their tablets? Can someone direct me to a source for me to learn about and apply for these credentials?
    Any help you can provide would be greatly appreciated. Thank you!
    - Nick

    Just to clear up my third question, I'm not asking whether our customers will need a set of these credentials to access our content, I'm asking if its required I get these credentials to publish the content.

  • Using Office 365 SDK for Android and IOS

    Hi,
    is it possible to to use the SDK's in offline mode?
    I would like to add to my app a functionality of editing office files (such as word, power-point and excel),
    and i want this functionality to work without internet connection. no problem that the first log-in  will be in online mode.
    is it possible using the office365 SDK?
    if not, what other solution does microsoft provide me?
    Thanks!
    ​yarin

    You can easy modify the data in word or power-point files since they are now XML (plain text) files.
    As for opening files? It not clear how you need/want to open such files, but there is a version of office for iOS and for Android that allows you to open such files. I would assume that any SDK for such platforms has some means to “launch” a given file that
    will use a given application, but that’s a question beyond this newsgroup (try the iOS and Android forums).
    So you can certainly write code to modify and manipulate office files (since they are plane txt XML now – the only excepton to this is ms-Access! – not available nor is data stored as XML).
    And you can certainly install the free edition of office on iOS or Android.
    I don’t know if the iOS or Android development tools allows one to launch any file on the device, but I would certainly think such a feature exists.
    And it not clear why you are posting in "Access", which is a database product as part of the office suite.
    Regards,
    Albert D. Kallal (Access MVP)
    Edmonton, Alberta Canada

  • Use Native iOS/Android APIs with Flex/Flash Builder 4.5.1?

    Is there any documented, official  way to access the native APIs on mobile devices (iOS and/or Android,  specifically)?  Perhaps some sort of ExternalInterface support?  My most  important need for this is importing 3rd party SDKs, the first one  being the Facebook iOS SDK for Single Sign-On.
    If not, is support for native APIs planned?  Has anybody figured out an unofficial way to access the native APIs?
    Related:
    http://forums.adobe.com/thread/865548?tstart=30
    http://forums.adobe.com/thread/785130
    [Re-posted here from Flash Builder forum]
    http://forums.adobe.com/message/3754084

    Nothing official is available; although there is an AIR for TV Document on building ACtionScript extensions to AIR.  I expect that "approach" will show up in other AIR runtimes.
    You can look at this for an "ad-hoc" way to do it: http://www.jamesward.com/2011/05/11/extending-air-for-android/

  • Using local android-sdk and android-sdk-platform-tools with phonegap

    Hello,
    I've installed android-sdk, android-sdk-platform-tools and android-sdk-build-tools packages from AUR and phonegap with npm command line utility of nodejs. When I try to build android app using the command:
    $ phonegap run android
    phonegap fails to detect locally installed android SDK environment and uses remote one:
    [phonegap] detecting Android SDK environment...
    [phonegap] using the remote environment
    I tried adding paths /opt/android-sdk/tools/, /opt/android-sdk/platform-tools/ and /opt/android-sdk/build-tools to $PATH variable but still, no luck. How can I make phonegap use the local android SDK environment?
    Last edited by th0th (2013-08-10 21:06:29)

    hi, you can try run `phonegap local run android`
    if you see "ant: command not found" error, please install 'apache-ant'
    ╭─root@vkill /opt/workspace/my-app ‹ruby-1.9.3›
    ╰─➤  phonegap local run android                                             8 ↵
    [phonegap] adding the Android platform...
       [error] Please install Android target 17 (the Android 4.2 SDK). Make sure you have the latest Android tools installed as well. Run `android` from your command-line to install/update any missing SDKs or tools.
    ╭─root@vkill /opt/workspace/my-app ‹ruby-1.9.3›
    ╰─➤  phonegap local run android
    [phonegap] adding the Android platform...
       [error] An error occured during creation of android sub-project. /root/.cordova/lib/android/cordova/3.0.0/bin/create: line 104: ant: command not found
    An unexpected error occurred: ant jar > /dev/null exited with 127
    Deleting project...
    ╭─root@vkill /opt/workspace/my-app ‹ruby-1.9.3›
    ╰─➤  yaourt -S apache-ant
                                                                                                                                           1 ↵
    ╭─root@vkill /opt/workspace/my-app ‹ruby-1.9.3›
    ╰─➤  phonegap local run android                                                                                                                  1 ↵
    [phonegap] adding the Android platform...
    [phonegap] compiling Android...
    [phonegap] successfully compiled Android app
    [phonegap] trying to install app onto device
    [phonegap] no device was found
    [phonegap] trying to install app onto emulator
    [phonegap] successfully installed onto emulator
    Last edited by vkill (2013-09-04 17:48:44)

  • Native Android and iOS Look & Feel with Flex

    Hi. I have recently beena asked to research the use of Flex for development for mobile applications in Android and iOS. What I want to accomplish is the feeling of a native application, both look and feel. Android and iOS are very different in terms of styling components.
    Can this be even be done in Flex?
    Are my goals too high too achieve with Flex?
    Screen shots from Flex, Android, and iOS are below.
    Differences:
    Item
    Android
    iOS
    Tabs Location
    Top
    Bottom
    Top Left Button
    'Up'
    'Back'
    Top Left Button Icon
    Application Icon
    None
    Top Right Button
    Multiple
    Single
    List Item Right Carrot
    No
    Yes
    Adobe Flex Example:
    Native Android Example (Pure Android):
    Native iOS Example:

    This is definitely possible, even easy if you jsut have the time to put into it.
    All you need is an Android Theme - create custom styles for the buttons ect.
    There is a discussion about it here:
    https://issues.apache.org/jira/browse/FLEX-33732
    And it is an open issue so at some point this will probably get incorporated into the SDK.

  • Flash Builder and IOS

    When will Flash Builder support IOS and Blackberry OS ???

    An update to support Flex on iOS was released today:
    http://blogs.adobe.com/flex/2011/06/flex-sdk-and-flash-builder-updates-available-adds-ios- and-blackberry-playbook-support.html

  • External Swf on Android Air and IOS Air

    Hello
    Can android AIR and IOS AIR app download and play external SWF with code inside?
    I have created android AIR app(SDK version 4.0) which load external swf with simple movie clip on the scene.
    var loader:Loader=new Loader();
    loader.contentLoaderInfo.addEventListener(Event.COMPLETE, onLoaded);
    loader.load(new URLRequest("2.swf"));
    function onLoaded(e:Event):void
         addChild(loader);
    I have installed this android AIR app on device but i do not see external swf on the scene.
    Thanks in advance

    So for ios as3 code must be like this one.?
    var _urlRequest:URLRequest = new URLRequest("2.swf");
    var _loader:Loader = new Loader();
    var _lc:LoaderContext = new LoaderContext(false, ApplicationDomain.currentDomain, null);
    _loader.load(_urlRequest, _lc);
    addChild(_loader);
    One more question: How exactly  i can add the external swf to the included files?
    Can you give link with information or some sample? Also, does it work on Android Air?
    If you have sample for ios Air or for Andoid Air i will be very appreciative.
    Sorry for my english.

  • Android and iOS xml

    Hi,
    I have my xml file for my android and iOS device. I am fine with what needs to be in the iOS bits but I am new to Android.
    I know permissions are needed, but is there anything else that is a must? Any pitfalls that I may slip into?
    I have these icon sizes too:
    <image36x36>testAppIcon36.png</image36x36>
    <image48x48>testAppIcon48.png</image48x48>
    <image72x72>testAppIcon72.png</image72x72>

    http://help.adobe.com/en_US/air/build/WSfffb011ac560372f-5d0f4f25128cc9cd0cb-7ffc.html

  • If I already have the android SDK and AVD installed from prior installation for eclipse do I have to

    If I already have the android SDK and AVD installed from prior installation for eclipse do I have to do it again for dreamweaver if I want to develop for android ?
    Also, if I'm developing for android, ipad, and iphone and I want them all to be the same can I do it by only making one site or I have to make a different site location for each?

    Inquire of whom?  Apple?  Seems to me your carrier is giving you the run-around.  They are the ones who provide the service, so they should be able to tell you the plan specifics.  Get on the phone again with them and insist on an answer.

Maybe you are looking for