Exchange Extension in Flash CS6

can someone please help me? I downloaded and installed Adobe Exchange 0.9.4 and when I opened Flash cs6, the extension is nowhere to be found. I checked Windows>Extension but nothing there. please help me.

Hi Tilles80,
Please tell me if my understanding is wrong - you're only experiencing this problem on Mac for Flash CS6 - and other CS6 products work fine.
It would be useful for us to have Flash CS6 generate logs to work out what's going wrong. Could you please carry out the following steps and email the log file to me at fgregor at adobe dot com?
In Terminal enter the following command:
sudo plutil -convert xml1 ~/Library/Preferences/com.adobe.CSXS.3.plist
open -a TextEdit ~/Library/Preferences/com.adobe.CSXS.3.plist
… a blob of XML should pop up in TextEdit. Increase the LogLevel from 1 to 6.
                <key>LogLevel</key>
                <string>6</string>
Save your changes to the file.
Then back in terminal,
sudo plutil -convert binary1 ~/Library/Preferences/com.adobe.CSXS.3.plist
Restart Flash CS6 and repeat the same steps again. The log file will be available at:
/Users/<username>/Library/Logs/CSXS/csxs3-FLPR.log
Could you also please let me know the contents of the <HostList>...</HostList> section from the following files (if they exist)?
/Library/Application Support/Adobe/CS6ServiceManager/extensions/AdobeExchange/CSXS/manifest.xml
/Users/<username>/Library/Application Support/Adobe/CS6ServiceManager/extensions/AdobeExchange/CSXS/manifest.xml
Thanks for your perseverance!
Fraser

Similar Messages

  • Testing Unsupported Native Extensions in Flash CS6

    I'm currently working on an iOS application using Flash CS6 Pro targeting the AIR 3.3.0.3560 SDK. In order to compile using the iOS 5.1 SDK (to support retina displays) from Flash CS6 it's necessary to add in a native extension in order to specify the iOS SDK location.
    I've add the 'Vibration' native extension (com.adobe.extensions.Vibration.ane) library to my project, and of course supplied the full path to the iOS SDK. Publishing to the device works just fine, but an issue has crept into my everyday workflow as I can no longer test using ADL as I always get the following error via the output window:
    "Test Movie terminated.
    The content cannot be loaded because there was a problem loading an extension: Error: Requested extension com.adobe.Vibration is not supported for MacOS-x86."
    Any ideas how to go about testing apps/movies that use Native Extensions locally using ADL?
    Is it a matter of having to create another target for 'MacOS-x86' (or Windows) which is simply used for local testing purposes?
    BTW - ideally it would be possible to compile from Flash CS6 using the iOS SDK without having to specify a native extension (if one isn't required), but in the meantime this appears to be a necessary evil.

    Hi,
    Its probably because the number of warnings in your application is very high and its a known issue that packaging fails in Flash Pro/Flash Builder, if the number of warnings is high.
    You may want to suppress the warnings using -w in the platform.xml file and repackage your ANE using the -platformoptions switch. Then, you will be able to package your app in Flash Pro.
    If that’s not possible, you may just package your application on command line.
    Hope that solves your problem.
    Neha

  • Publishing air apps with native extension with Flash CS6 on Windows

    Hi all,
    is there any trick to publish air apps with Flash CS6 on Windows?
    I tried all native extensions from devnet, but nothing work to me.
    I read on Mac is possibility to specify the iOS SDK folder in publish
    settings, but on Windows it´s missing. 
    Is there anybody who has some experiences with publishing apps
    with native extensions for iOS and Android with windows Flash CS6?
    Thanks for all advices.

    I sympathize. I recently found a native alert for iOS and Android that's working with Flash CS6 on Windows with AIR 3.2.0.2070 but not AIR 3.2.0.2060. You can get the ANE here:
    http://www.jampot.ie/ane/
    Haven't tried the other ones. Let us know if you decide to try them.
    The sample code they have on the page doesn't work with the native alert. Here's the code I created - it's a document class for a .fla that has one dynamic TextField and one Button component on the stage :
    http://pastebin.com/DsxR9nJ4

  • I was using an Extension in Flash CS6, Until it crashed...

    I had this extension called: "Keyframe Caddy", I was just importing some graphics to it for lip-syncing in my animation, until CS6 crashed, and showed this error message saying: "FlashPro has encountered a problem and will now terminate." This used to work though...
    Does anyone knows how to fix this problem?

    Something to chek, open a document, press CMMAND P, this will bring up the print screen, you can click on the arrow to expand the options
    Then click on the presets and make sure that the preset you want is selected.
    From the preset drop menu you can select Plain paper best or fast draft, which should then be color.
    Hope this helps

  • Extension Builder for Flash CS6 is not working

    Hi I'm trying to make an extension for Flash CS6, using Extension Builder 1.5
    When I run the extension from Flash Builder, Flash CS6 opens up, but the extension doesn't show up under Window>Extensions menu.
    I'm just trying with an empty extension.
    Note: If I create another extension for Photoshop, it works fine.

    //resize 100*100
    window.width = 100;
    window.height = 100;
    //position 300,300
    window.nativeWindow.x = 300;
    window.nativeWindow.y = 300;

  • Adobe Exchange in Flash CS6

    Why isn't it working? It says it is already installed but when I go to Windows>Extensions, there's nothing there.

    Few things to try:
    1. close Flash CS6 and reopen it again and check if you can see Adobe Exchange under extensions
    2. Check you have the latest version of Exchange panel (0.9.3). You can get it from here: https://www.adobeexchange.com/
    What version of Flash are you running? Can you please get me the version number?
    Can you also check the version of Adobe Extension Manager installed in your machine.
    Thanks
    Archana

  • Flash CS6 Cant see any extension

    just as the image show, Flash CS6 dont show any extension
    other (Illu, Photoshop,...) work without any problem
    is it my Flash broken ?

    I using Adobe Master Collection CS6
    at first, i trying to install Keyframe Caddy (dont aware of that error, cause up till now i only use photoshop and illu)
    i downloaded and installed Adobe Exchange, Extension manager showed it installed
    photoshop and illustrator have Exchange Panel installed (also with other installed extensions)
    if we dont have any extension, the arrow Extension button should be gray or disabled, right ?

  • ADL + Flash cs6 + Native extension

    Top of the morning to you.
    I finally got around to trying Flash cs6 with a native extension. I chose the vibration example from Adobe.
    While it works on my android device, I do not know how to test in ADL. When I test movie I get:
    Test Movie terminated.
    The content cannot be loaded because there was a problem loading an extension: Error: Requested extension com.adobe.Vibration is not supported for Windows-x86.
    Even with no code at all, just having the ane and swc liked causes this.
    Is there anything I can do besides unlink them when testing movie?
    Thanks

    Its definitely the best way to provide a default AS only implementation in the ANE so that the app using the native extension can fallback to the default AS only implementation if a native library for that platform is not defined.
    We will work towards modifying the extensions available at: http://www.adobe.com/devnet/air/native-extensions-for-air.html

  • Flash CS6 crashing after installing Createjs extension

    Hi,
    I've downloaded the trial version of Flash CS6 which works fine, but when I install the CreateJS extension Flash will not open
    without crashing. My operating system is Windows XP Service Pack 3. See attached screen grab of what I get on screen.
    Does anyone have any ideas, I have tried uninstalling and reinstalling several times with no success.
    Thanks
    Dave

    Moving this discussion to the Flash Pro - General forum.

  • How to add the google swiffy extension to Flash Pro CS6 or CC

    I have downloaded the google swiffy extention however after adding it to flash pro inthe extension manager it has a check box saying (enabled) but it doesnt show under window>extensions in the Flash pro app. Are there any guides on how to do this or somehting im missing? I've heard Flash CC could support html extensions so I installed Flash CS6 but that doesn't let me add the extension either. Any support with this is would be very nice.

    Thanks I see the export feature however I just have one last issue with it, when I try to export a simple swf that contains a simgle tween I get this error http://puu.sh/6DRYl.png. What can I do about that?
    Edit- this only happens with Flash Pro CC not the CS6 version.

  • Does flash builder 4.6 have a simple method to include Native Extensions like Flash Pro cs6?

    flash cs6 has this:
    http://www.adobe.com/devnet/air/articles/using-ane-in-flash.html
    flash builder 4.6 seems to only allow this through command line compilation.

    I've found a work around of removing the swc then adding it back. Such a damn pain in teh ***!

  • I need help to install Toolkit CreateJS for Flash CS6.

    Hi,
    I need help in installing CreateJS for Flash CS6. I had downloaded the Toolkit CreateJS from here: http://www.adobe.com/go/downloadcreatejs and here: http://www.adobe.com/devnet/createjs/articles/using-flash-pro-toolkit- createjs.html. When I attempted to install the extension using Adobe Extension Manager, the installation files did not have the required .zxp or .mxp files. It only had a file with a .mxi extension. Please advise. Thanks.

    Why installing IIS o_O?
    For Installing a developer Machine just install Oracle Developer suite; for testing your forms you use OC4J ("start OC4J instance" in start menu), and you can run your forms in web; no need for a aditional webserver (don't believe there's an OC4J connector for IIS available; and if so I wouldn't use it either ;-))
    For Installing a server for "productional" use install Oracle Application Server (available on otn) which comes with an Apache as webserver and all the other needful things for runnung forms on the web.
    For configuring both of them just take a look at the documentations on http://otn.oracle.com
    regards
    christian

  • Extensions for Flash Pro in CC?

    I tried to open the Exchange using Window > Extensions and the only thing I see is "No Extensions Installed".  Next I tried the link on the welcome screen and just got a web page that said click here for CC users only to find that Flash doesn't get Exchange built in.  OK - how do we get extensions in Flash CC?
    Rick near Atlanta

    Thanks, that explains a lot.
    I'm afraid I'm a bit confused about what the preferred way of developing extensions is going ahead. There seems to be a lot of conflicting documentation on the adobe site, e.g. http://www.adobe.com/devnet/creativesuite.html  seems like the top page for extension documentation but it only talks about CS SDK 2.0 which uses CSXS and doesn't seem to be compatible with creative cloud apps.
    Then there's CS Extension Builder 2.1 which looks like it supports Flash Pro CC but isn't mentioned in the pages you linked too and it doesn't mention JSFL, but talks about the CSAW library.
    Do you know if:
    * The CS SDK has been dropped completely? 
    * CS Extenstion Builder is deprecated? (I can't see it as an option in the list of Creative Cloud apps)
    * Is then any documentation/utilities to help migrate existing CSXS extensions to work with creative cloud apps?
    Thanks,
    Stephen

  • How to test and configure custom extensions in Flash Pro CC?

    Hi,
    How do you install custom CS extensions in Flash Pro CC for testing and debugging before they have been signed and packaged?
    We have a custom extension for Flash Pro developed in-house using the CS SDK that we've been using with flash pro CS5 and CS6 but we're having trouble getting it to work in CC and I'd like to run it locally in test/debug mode.
    With flash pro CS6 and CS5 it was possible to test extensions by copying the output folder from flash builder into the CS Service Manager root folder (e.g. /Users/<username>/Library/Application Support/Adobe/CS6ServiceManager) and setting PlayerDebugMode to 1 in the CSXS preferences.
    I've added the PlayerDebugMode=1 flag to com.adobe.CSXS.4.plist however, I can't find the equivalent service manager folder for Flash Pro CC to copy the extension into.
    Is there a different folder to use for CC or is the process for testing extensions completely different? (are extensions written in the CS SDK even compatible with CC?)
    I'm running Mac OS Lion.
    Thanks,
    Stephen

    Thanks, that explains a lot.
    I'm afraid I'm a bit confused about what the preferred way of developing extensions is going ahead. There seems to be a lot of conflicting documentation on the adobe site, e.g. http://www.adobe.com/devnet/creativesuite.html  seems like the top page for extension documentation but it only talks about CS SDK 2.0 which uses CSXS and doesn't seem to be compatible with creative cloud apps.
    Then there's CS Extension Builder 2.1 which looks like it supports Flash Pro CC but isn't mentioned in the pages you linked too and it doesn't mention JSFL, but talks about the CSAW library.
    Do you know if:
    * The CS SDK has been dropped completely? 
    * CS Extenstion Builder is deprecated? (I can't see it as an option in the list of Creative Cloud apps)
    * Is then any documentation/utilities to help migrate existing CSXS extensions to work with creative cloud apps?
    Thanks,
    Stephen

  • Flash CS6 does not publish for iOS with ANE included

    Hi,
    I'm creating a game to run on iOS devices and one of the game requirement is for the device to vibrate on some action.
    I added the Vibration.ane file (http://www.adobe.com/devnet/air/native-extensions-for-air/extensions/vibration.html) into the library path in Flash CS6 and also added the extension ID to the XML file. However when I publish the Flash file to check on device, I only keep seeing the "Publishing" loader bar. I've even waited for over 15 mins for it to complete. I get no error, nor does the PC hang, but I can't seem to publish my .app file for device testing.
    Also I assume we can't test Vibration functionality with the Simulator that opens during desktop testing. I get the error "The content cannot be loaded because there was a problem loading an extension: Error: Requested extension com.adobe.Vibration is not supported for Windows-x86."
    Would appreciate help.
    Thanks,
    Mariam

    IPA is ok at the CS6 flash' standard 3.2 export, just tried the new AIR 3.3 also - no problems. I just included the Gyro ANE file, not the SWC
    However, because the adl still does not want to preview this thing, development/testing the Gyro stuff is difficult...
    I discovered the accelerometer is something different however. Adobe's little remote control thingy on which you can simulate phone position and multitouch emulates the accelerometer, not the Gyro. The Gyro extension taps in to a piece of hardware which really displays the position of the device, not the movement it's been receiving.
    Maybe obvious but I thought I'd post this little find, after a day of testing and exporting, syncing, ... this was a tiresome experience...
    After all this I can advise to sync the .ipa's with xcode though, instead of iTunes. This works MUCH faster (if you're on mac). Just run xcode, pull up the 'organizer window', select your device and go to the subbranch ' applications'. There you can add the .ipa by clicking on the '+' button

Maybe you are looking for