Flex Component Kit publish SWC not working with Flex 4

I started this thread in the Flex forum and they are telling me that the SWC's I'm creating with Flash Professional CS5 and Flex Component Kit 2.0.0 are not linked with FCC for Flex 4.
http://forums.adobe.com/thread/777789?tstart=0
That means the problem is with my Flash Professional CS5 setup instead of my Flash Builder 4 setup. Can someone here help me fix my Flash setup? As I described in that thread I can't find anything wrong with my setup but apparenty I'm generating SWC's for the wrong version of Flex.
Thanks,
Ryan

I unzipped my SWC and verified what Flex harUI in the Flex forum told me. My SWC seems to be linked with FCC 1 not FCC 2. I don't understand how this is possible. I am using Flash Professional CS5 and only FCC 2.0.0 is installed, FCC 1 is not even installed. Here are the contents of catalog.xml in my SWC file. How do I get Flash CS5 to generate an SWC for Flex 4?
<?xml version="1.0" encoding ="utf-8"?>
<swc xmlns="http://www.adobe.com/flash/swccatalog/9">
  <versions>
    <swc version="1.2" />
    <flash version="11.0" build="d485" platform="WIN" />
  </versions>
  <features>
    <feature-script-deps />
    <feature-files />
  </features>
  <libraries>
    <library path="library.swf">
      <script name="mx/core/mx_internal" mod="1146523398000" >
        <def id="mx.core:mx_internal" />
        <dep id="AS3" type="n" />
      </script>
      <script name="mx/core/IStateClient" mod="1185825125000" >
        <def id="mx.core:IStateClient" />
        <dep id="AS3" type="n" />
        <dep id="Object" type="i" />
      </script>
      <script name="mx/automation/IAutomationObject" mod="1182369703000" >
        <def id="mx.automation:IAutomationObject" />
        <dep id="flash.events:Event" type="s" />
        <dep id="AS3" type="n" />
        <dep id="Object" type="i" />
      </script>
      <script name="mx/core/IConstraintClient" mod="1188589376000" >
        <def id="mx.core:IConstraintClient" />
        <dep id="AS3" type="n" />
        <dep id="Object" type="i" />
      </script>
      <script name="mx/managers/IFocusManagerComponent" mod="1182369904000" >
        <def id="mx.managers:IFocusManagerComponent" />
        <dep id="AS3" type="n" />
        <dep id="Object" type="i" />
      </script>
      <script name="mx/core/IInvalidating" mod="1150233077000" >
        <def id="mx.core:IInvalidating" />
        <dep id="AS3" type="n" />
        <dep id="Object" type="i" />
      </script>
      <script name="mx/core/IChildList" mod="1149255249000" >
        <def id="mx.core:IChildList" />
        <dep id="flash.display:DisplayObject" type="s" />
        <dep id="flash.geom:Point" type="s" />
        <dep id="AS3" type="n" />
        <dep id="Object" type="i" />
      </script>
      <script name="mx/core/IFlexModuleFactory" mod="1185825071000" >
        <def id="mx.core:IFlexModuleFactory" />
        <dep id="AS3" type="n" />
        <dep id="Object" type="i" />
      </script>
      <script name="mx/core/ComponentDescriptor" mod="1149112409000" >
        <def id="mx.core:ComponentDescriptor" />
        <dep id="AS3" type="n" />
        <dep id="mx.core:mx_internal" type="n" />
        <dep id="Object" type="i" />
      </script>
      <script name="mx/core/DragSource" mod="1149694704000" >
        <def id="mx.core:DragSource" />
        <dep id="AS3" type="n" />
        <dep id="mx.core:mx_internal" type="n" />
        <dep id="Object" type="i" />
      </script>
      <script name="mx/events/PropertyChangeEventKind" mod="1149796273000" >
        <def id="mx.events:PropertyChangeEventKind" />
        <dep id="AS3" type="n" />
        <dep id="mx.core:mx_internal" type="n" />
        <dep id="Object" type="i" />
      </script>
      <script name="mx/managers/IFocusManager" mod="1191005122000" >
        <def id="mx.managers:IFocusManager" />
        <dep id="mx.managers:IFocusManagerComponent" type="s" />
        <dep id="flash.display:InteractiveObject" type="s" />
        <dep id="mx.core:IUIComponent" type="s" />
        <dep id="flash.display:Sprite" type="s" />
        <dep id="AS3" type="n" />
        <dep id="Object" type="i" />
      </script>
      <script name="mx/managers/IFocusManagerContainer" mod="1150207146000" >
        <def id="mx.managers:IFocusManagerContainer" />
        <dep id="mx.managers:ISystemManager" type="s" />
        <dep id="flash.display:DisplayObject" type="s" />
        <dep id="mx.managers:IFocusManager" type="s" />
        <dep id="AS3" type="n" />
        <dep id="flash.events:IEventDispatcher" type="i" />
        <dep id="Object" type="i" />
      </script>
      <script name="mx/core/IFlexDisplayObject" mod="1149200749000" >
        <def id="mx.core:IFlexDisplayObject" />
        <dep id="flash.display:DisplayObjectContainer" type="s" />
        <dep id="flash.display:DisplayObject" type="s" />
        <dep id="AS3" type="n" />
        <dep id="flash.events:IEventDispatcher" type="i" />
        <dep id="flash.display:IBitmapDrawable" type="i" />
        <dep id="Object" type="i" />
      </script>
      <script name="mx/events/ResizeEvent" mod="1150087635000" >
        <def id="mx.events:ResizeEvent" />
        <dep id="AS3" type="n" />
        <dep id="mx.core:mx_internal" type="n" />
        <dep id="flash.events:Event" type="i" />
      </script>
      <script name="mx/events/MoveEvent" mod="1150087695000" >
        <def id="mx.events:MoveEvent" />
        <dep id="AS3" type="n" />
        <dep id="mx.core:mx_internal" type="n" />
        <dep id="flash.events:Event" type="i" />
      </script>
      <script name="mx/events/StateChangeEvent" mod="1149206364000" >
        <def id="mx.events:StateChangeEvent" />
        <dep id="AS3" type="n" />
        <dep id="mx.core:mx_internal" type="n" />
        <dep id="flash.events:Event" type="i" />
      </script>
      <script name="mx/events/FlexEvent" mod="1182369867000" >
        <def id="mx.events:FlexEvent" />
        <dep id="AS3" type="n" />
        <dep id="mx.core:mx_internal" type="n" />
        <dep id="flash.events:Event" type="i" />
      </script>
      <script name="mx/events/ToolTipEvent" mod="1150132131000" >
        <def id="mx.events:ToolTipEvent" />
        <dep id="mx.core:IToolTip" type="s" />
        <dep id="AS3" type="n" />
        <dep id="mx.core:mx_internal" type="n" />
        <dep id="flash.events:Event" type="i" />
      </script>
      <script name="mx/events/PropertyChangeEvent" mod="1149879771000" >
        <def id="mx.events:PropertyChangeEvent" />
        <dep id="mx.events:PropertyChangeEventKind" type="e" />
        <dep id="AS3" type="n" />
        <dep id="mx.core:mx_internal" type="n" />
        <dep id="flash.events:Event" type="i" />
      </script>
      <script name="mx/managers/ISystemManager" mod="1182369908000" >
        <def id="mx.managers:ISystemManager" />
        <dep id="mx.managers:IFocusManagerContainer" type="s" />
        <dep id="flash.text:TextFormat" type="s" />
        <dep id="flash.geom:Rectangle" type="s" />
        <dep id="flash.display:LoaderInfo" type="s" />
        <dep id="flash.display:Stage" type="s" />
        <dep id="flash.display:Sprite" type="s" />
        <dep id="AS3" type="n" />
        <dep id="mx.core:IFlexModuleFactory" type="i" />
        <dep id="flash.events:IEventDispatcher" type="i" />
        <dep id="mx.core:IChildList" type="i" />
        <dep id="Object" type="i" />
      </script>
      <script name="mx/core/UIComponentDescriptor" mod="1149784081000" >
        <def id="mx.core:UIComponentDescriptor" />
        <dep id="AS3" type="n" />
        <dep id="mx.core:mx_internal" type="n" />
        <dep id="mx.core:ComponentDescriptor" type="i" />
      </script>
      <script name="mx/managers/IToolTipManagerClient" mod="1146518802000" >
        <def id="mx.managers:IToolTipManagerClient" />
        <dep id="AS3" type="n" />
        <dep id="Object" type="i" />
        <dep id="mx.core:IFlexDisplayObject" type="i" />
      </script>
      <script name="mx/core/IUIComponent" mod="1188511099000" >
        <def id="mx.core:IUIComponent" />
        <dep id="mx.managers:ISystemManager" type="s" />
        <dep id="flash.display:DisplayObjectContainer" type="s" />
        <dep id="flash.geom:Rectangle" type="s" />
        <dep id="flash.display:DisplayObject" type="s" />
        <dep id="flash.display:Sprite" type="s" />
        <dep id="AS3" type="n" />
        <dep id="Object" type="i" />
        <dep id="mx.core:IFlexDisplayObject" type="i" />
      </script>
      <script name="mx/events/DragEvent" mod="1182369866000" >
        <def id="mx.events:DragEvent" />
        <dep id="flash.events:Event" type="s" />
        <dep id="mx.core:DragSource" type="s" />
        <dep id="mx.core:IUIComponent" type="s" />
        <dep id="AS3" type="n" />
        <dep id="mx.core:mx_internal" type="n" />
        <dep id="flash.events:MouseEvent" type="i" />
      </script>
      <script name="mx/events/FlexMouseEvent" mod="1148318971000" >
        <def id="mx.events:FlexMouseEvent" />
        <dep id="flash.events:Event" type="s" />
        <dep id="flash.display:InteractiveObject" type="s" />
        <dep id="AS3" type="n" />
        <dep id="mx.core:mx_internal" type="n" />
        <dep id="flash.events:MouseEvent" type="i" />
      </script>
      <script name="mx/core/IDeferredInstantiationUIComponent" mod="1149722730000" >
        <def id="mx.core:IDeferredInstantiationUIComponent" />
        <dep id="mx.core:UIComponentDescriptor" type="s" />
        <dep id="mx.core:IFlexDisplayObject" type="s" />
        <dep id="AS3" type="n" />
        <dep id="mx.core:IUIComponent" type="i" />
        <dep id="Object" type="i" />
      </script>
      <script name="mx/core/IToolTip" mod="1149203558000" >
        <def id="mx.core:IToolTip" />
        <dep id="flash.geom:Rectangle" type="s" />
        <dep id="AS3" type="n" />
        <dep id="mx.core:IUIComponent" type="i" />
        <dep id="Object" type="i" />
      </script>
      <script name="mx/flash/UIMovieClip" mod="1192596260000" >
        <def id="mx.flash:UIMovieClip" />
        <dep id="flash.ui:Keyboard" type="e" />
        <dep id="flash.events:Event" type="e" />
        <dep id="flash.display:DisplayObjectContainer" type="e" />
        <dep id="mx.events:FlexMouseEvent" type="e" />
        <dep id="Math" type="e" />
        <dep id="mx.core:IInvalidating" type="e" />
        <dep id="mx.events:ToolTipEvent" type="e" />
        <dep id="flash.display:InteractiveObject" type="e" />
        <dep id="mx.core:IUIComponent" type="e" />
        <dep id="flash.system:ApplicationDomain" type="e" />
        <dep id="mx.events:StateChangeEvent" type="e" />
        <dep id="mx.managers:ISystemManager" type="e" />
        <dep id="mx.events:ResizeEvent" type="e" />
        <dep id="mx.events:MoveEvent" type="e" />
        <dep id="flash.events:FocusEvent" type="e" />
        <dep id="mx.events:FlexEvent" type="e" />
        <dep id="mx.events:PropertyChangeEvent" type="e" />
        <dep id="mx.events:DragEvent" type="e" />
        <dep id="flash.events:Event" type="s" />
        <dep id="flash.display:DisplayObjectContainer" type="s" />
        <dep id="flash.geom:Rectangle" type="s" />
        <dep id="mx.core:UIComponentDescriptor" type="s" />
        <dep id="flash.display:InteractiveObject" type="s" />
        <dep id="mx.core:IUIComponent" type="s" />
        <dep id="mx.core:IFlexDisplayObject" type="s" />
        <dep id="mx.events:StateChangeEvent" type="s" />
        <dep id="mx.managers:ISystemManager" type="s" />
        <dep id="mx.events:ResizeEvent" type="s" />
        <dep id="mx.events:MoveEvent" type="s" />
        <dep id="flash.display:DisplayObject" type="s" />
        <dep id="flash.events:FocusEvent" type="s" />
        <dep id="flash.display:Sprite" type="s" />
        <dep id="AS3" type="n" />
        <dep id="mx.core:mx_internal" type="n" />
        <dep id="mx.managers:IFocusManagerComponent" type="i" />
        <dep id="mx.core:IDeferredInstantiationUIComponent" type="i" />
        <dep id="flash.events:IEventDispatcher" type="i" />
        <dep id="mx.managers:IToolTipManagerClient" type="i" />
        <dep id="mx.core:IConstraintClient" type="i" />
        <dep id="flash.display:MovieClip" type="i" />
        <dep id="mx.automation:IAutomationObject" type="i" />
        <dep id="mx.core:IStateClient" type="i" />
      </script>
      <script name="BallComponent" mod="1295554958134" >
        <def id="BallComponent" />
        <dep id="AS3" type="n" />
        <dep id="mx.flash:UIMovieClip" type="i" />
      </script>
      <script name="BlueBall" mod="1295554958134" >
        <def id="BlueBall" />
        <dep id="AS3" type="n" />
        <dep id="mx.flash:UIMovieClip" type="i" />
      </script>
      <script name="Cam180Button" mod="1295554958134" >
        <def id="Cam180Button" />
        <dep id="flash.events:Event" type="e" />
        <dep id="flash.events:MouseEvent" type="e" />
        <dep id="CamButton" type="e" />
        <dep id="flash.display:MovieClip" type="e" />
        <dep id="flash.events:MouseEvent" type="s" />
        <dep id="flash.display:MovieClip" type="s" />
        <dep id="AS3" type="n" />
        <dep id="mx.flash:UIMovieClip" type="i" />
      </script>
      <script name="Cam360Button" mod="1295554958134" >
        <def id="Cam360Button" />
        <dep id="flash.events:Event" type="e" />
        <dep id="flash.events:MouseEvent" type="e" />
        <dep id="CamButton" type="e" />
        <dep id="flash.display:MovieClip" type="e" />
        <dep id="flash.events:MouseEvent" type="s" />
        <dep id="flash.display:MovieClip" type="s" />
        <dep id="AS3" type="n" />
        <dep id="mx.flash:UIMovieClip" type="i" />
      </script>
      <script name="CamButton" mod="1295554958134" >
        <def id="CamButton" />
        <dep id="flash.events:Event" type="e" />
        <dep id="flash.events:MouseEvent" type="e" />
        <dep id="flash.display:MovieClip" type="e" />
        <dep id="flash.events:MouseEvent" type="s" />
        <dep id="flash.display:MovieClip" type="s" />
        <dep id="AS3" type="n" />
        <dep id="mx.flash:UIMovieClip" type="i" />
      </script>
      <script name="ComponentButtons" mod="1295554958134" >
        <def id="ComponentButtons" />
        <dep id="flash.display:MovieClip" type="s" />
        <dep id="AS3" type="n" />
        <dep id="mx.flash:UIMovieClip" type="i" />
      </script>
      <script name="DeckButtons" mod="1295554958134" >
        <def id="DeckButtons" />
        <dep id="flash.events:Event" type="e" />
        <dep id="flash.events:MouseEvent" type="e" />
        <dep id="flash.events:MouseEvent" type="s" />
        <dep id="flash.display:MovieClip" type="s" />
        <dep id="AS3" type="n" />
        <dep id="mx.flash:UIMovieClip" type="i" />
      </script>
      <script name="DoorTest" mod="1295554958134" >
        <def id="DoorTest" />
        <dep id="flash.events:Event" type="e" />
        <dep id="flash.events:MouseEvent" type="e" />
        <dep id="flash.events:MouseEvent" type="s" />
        <dep id="AS3" type="n" />
        <dep id="mx.flash:UIMovieClip" type="i" />
      </script>
      <script name="LightButton" mod="1295554958134" >
        <def id="LightButton" />
        <dep id="flash.events:Event" type="e" />
        <dep id="flash.events:MouseEvent" type="e" />
        <dep id="flash.events:MouseEvent" type="s" />
        <dep id="flash.display:MovieClip" type="s" />
        <dep id="AS3" type="n" />
        <dep id="mx.flash:UIMovieClip" type="i" />
      </script>
      <script name="OrientationNavigator" mod="1295554958134" >
        <def id="OrientationNavigator" />
        <dep id="flash.events:Event" type="e" />
        <dep id="flash.events:MouseEvent" type="e" />
        <dep id="flash.events:MouseEvent" type="s" />
        <dep id="AS3" type="n" />
        <dep id="mx.flash:UIMovieClip" type="i" />
      </script>
      <script name="OrientationNavigatorComponent" mod="1295554958134" >
        <def id="OrientationNavigatorComponent" />
        <dep id="flash.events:Event" type="e" />
        <dep id="flash.events:MouseEvent" type="e" />
        <dep id="flash.events:MouseEvent" type="s" />
        <dep id="flash.display:MovieClip" type="s" />
        <dep id="AS3" type="n" />
        <dep id="mx.flash:UIMovieClip" type="i" />
      </script>
      <script name="mx/flash/ContainerMovieClip" mod="1186099503000" >
        <def id="mx.flash:ContainerMovieClip" />
        <dep id="mx.flash:FlexContentHolder" type="e" />
        <dep id="flash.display:DisplayObjectContainer" type="s" />
        <dep id="mx.flash:FlexContentHolder" type="s" />
        <dep id="flash.events:FocusEvent" type="s" />
        <dep id="mx.core:IUIComponent" type="s" />
        <dep id="AS3" type="n" />
        <dep id="mx.flash:UIMovieClip" type="i" />
      </script>
      <script name="mx/flash/FlexContentHolder" mod="1192597011000" >
        <def id="mx.flash:FlexContentHolder" />
        <dep id="flash.display:InteractiveObject" type="e" />
        <dep id="flash.display:DisplayObject" type="e" />
        <dep id="Math" type="e" />
        <dep id="flash.utils:getDefinitionByName" type="e" />
        <dep id="Error" type="e" />
        <dep id="flash.display:DisplayObjectContainer" type="s" />
        <dep id="mx.core:IUIComponent" type="s" />
        <dep id="Error" type="s" />
        <dep id="AS3" type="n" />
        <dep id="mx.core:mx_internal" type="n" />
        <dep id="mx.flash:ContainerMovieClip" type="i" />
      </script>
    </library>
  </libraries>
  <files>
  </files>
</swc>

Similar Messages

  • Flex 14 SD card reader not working with larger cards on Windows 8.1

    The card reader in my Flex 14 is behaving very oddly. When I insert a 16GB SDHC card it makes the 'USB inserted' noise and the card shows up under device manager but I can't access it through file explorer. The card reader works fine with smaller SD cards that I have. I tried the card in another, Win7 laptop and it worked fine.
    I see a number of other people are having a similar problem and I have followed all of the troubleshooting advice I can find, but nothing is working. Does anyone have any other suggestions?
    This is what I have tried:
    1. Leaving the card in the camera and attaching the camera via USB cable to the laptop: same result, noise, but can't access the card.
    2. Trying to reassign the drive letter through storage controller: it shows the card but if you right click it to assign it a drive letter it says the 'file is missing'.
    3. Downloaded the Win8.1 x64 driver from Lenovo website and installed. This stopped the card being recognised at all.
    4. Installed the Win8 xc4 driver: this got me back to the noise but no action stage.
    5. Updated Windows.
    6. Uninstalled and reinstalled the driver numerous times both with the card inserted and without it and with restarting the computer after unistall and after reinstall.
    7. Ran Ubunutu from a live USB: This allowed me to see the card and copy its contents to the laptop's HDD.
    So it seems to be some incompatibility between the Lenovo drivers and Win8.1. Potentially it's to do with the USB drivers rather than the card reader drivers as the result when using the USB cable and the camera was the same as putting the card in the card reader. Is there a way to update these?
    Any other troubleshooting steps I could take?
    Thanks.

    What size are the cards?
    Another way. You can use a USB flash drive & the camera connection kit.
    Plug the USB flash drive (works the same with an SD card) into your computer & create a new folder titled DCIM. Then put your movie/photo files into the folder. The files must have a filename with exactly 8 characters long (no spaces) plus the file extension (i.e., my-movie.mov; DSCN0164.jpg).
    Now plug the flash drive into the iPad using the camera connection kit. Open the Photos app, the movie/photo files should appear & you can import. (You can not export using the camera connection kit.)
    Using The iPad Camera Connection Kit
    http://support.apple.com/kb/HT4101
    Secrets of the iPad Camera Connection Kit
    http://howto.cnet.com/8301-11310_39-57401068-285/secrets-of-the-ipad-camera-conn ection-kit/
     Cheers, Tom 

  • Facebook actionscript API not working with Flex 4.5 Mobile Project

    Will the following API work in a Flex 4.5 mobile project?
    http://code.google.com/p/facebook-actionscript-api/
    I tried a simple Facebook.int() and I keep getting the following error...
    Error: Error #2067: The ExternalInterface is not available in this container. ExternalInterface requires Internet Explorer ActiveX, Firefox, Mozilla 1.7.5 and greater, or other browsers that support NPRuntime.
    at Error$/throwError()
    at flash.external::ExternalInterface$/addCallback()
    at com.facebook.graph::Facebook/init()[C:\Users\MikeHunt\Work\facebookGraphApi\api\com\faceb ook\graph\Facebook.as:599]
    at com.facebook.graph::Facebook$/init()[C:\Users\MikeHunt\Work\facebookGraphApi\api\com\face book\graph\Facebook.as:165]
    at views::LoginView/init()[/Users/edgar/Documents/Adobe Flash Builder 4.5/socialMessenger/src/views/LoginView.mxml:15]
    at views::LoginView/___LoginView_View1_initialize()[/Users/edgar/Documents/Adobe Flash Builder 4.5/socialMessenger/src/views/LoginView.mxml:3]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at mx.core::UIComponent/dispatchEvent()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\co re\UIComponent.as:13128]
    at mx.core::UIComponent/set processedDescriptors()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\core\UIComponent .as:1871]
    at mx.core::UIComponent/initializationComplete()[E:\dev\4.5.1\frameworks\projects\framework\ src\mx\core\UIComponent.as:7660]
    at mx.core::UIComponent/initialize()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\core\ UIComponent.as:7639]
    at spark.components::View/initialize()[E:\dev\4.5.1\frameworks\projects\mobilecomponents\src \spark\components\View.as:990]
    at views::LoginView/initialize()
    at mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::childAdded()[E:\dev\4.5.1\frameworks\projects\ framework\src\mx\core\UIComponent.as:7485]
    at mx.core::UIComponent/addChildAt()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\core\ UIComponent.as:7189]
    at spark.components::Group/addDisplayObjectToDisplayList()[E:\dev\4.5.1\frameworks\projects\ spark\src\spark\components\Group.as:2037]
    at spark.components::Group/http://www.adobe.com/2006/flex/mx/internal::elementAdded()[E:\dev\4.5.1\frameworks\project s\spark\src\spark\components\Group.as:1628]
    at spark.components::Group/addElementAt()[E:\dev\4.5.1\frameworks\projects\spark\src\spark\c omponents\Group.as:1387]
    at spark.components::Group/addElement()[E:\dev\4.5.1\frameworks\projects\spark\src\spark\com ponents\Group.as:1345]
    at spark.components::SkinnableContainer/addElement()[E:\dev\4.5.1\frameworks\projects\spark\ src\spark\components\SkinnableContainer.as:761]
    at spark.components::ViewNavigator/createViewInstance()[E:\dev\4.5.1\frameworks\projects\mob ilecomponents\src\spark\components\ViewNavigator.as:1954]
    at spark.components::ViewNavigator/commitNavigatorAction()[E:\dev\4.5.1\frameworks\projects\ mobilecomponents\src\spark\components\ViewNavigator.as:1867]
    at spark.components::ViewNavigator/commitProperties()[E:\dev\4.5.1\frameworks\projects\mobil ecomponents\src\spark\components\ViewNavigator.as:1236]
    at mx.core::UIComponent/validateProperties()[E:\dev\4.5.1\frameworks\projects\framework\src\ mx\core\UIComponent.as:8209]
    at mx.managers::LayoutManager/validateProperties()[E:\dev\4.5.1\frameworks\projects\framewor k\src\mx\managers\LayoutManager.as:597]
    at mx.managers::LayoutManager/doPhasedInstantiation()[E:\dev\4.5.1\frameworks\projects\frame work\src\mx\managers\LayoutManager.as:783]
    at mx.managers::LayoutManager/doPhasedInstantiationCallback()[E:\dev\4.5.1\frameworks\projec ts\framework\src\mx\managers\LayoutManager.as:1180]

    This is the error because the runtime does not find any way to call Java script that usally is called through External interface. So my guess is you are using a AIR project. U just need to download the latest swc http://code.google.com/p/facebook-actionscript-api/downloads/list for destop in your case and don't forget to but FBJSBridge.js to put in your source that will b used to help AS call Facebook API from AIR runtime
    Hope it make some sense
    Piyush Negi

  • Publish action not working with JCA based Business Service

    Hi All,
    I have created one BS in OSB that publish the message in AQ. Its working fine as expected when tested from test console.
    I have made one proxy service which after transformation will publish the message to this BS, but the publish action is not invoking.
    I have added log action inside request action of my publish action and log is getting generated for that with correct request.However, I cant see message in DB neither can i see any exception/error logs in OSB.
    I tried replacing publish with route action and its working fine , message is getting published in AQ.Did any one face this type of issue before ???
    Or publish action works only with jms based Business services.
    Appreciate your help.
    Regards,
    Karan

    Bingo !!!
    Setting QOS helped me to find out the exact error. Was passing complete soap envelope to BS instead of passing body part only.
    Thanks a lot for your help mate .
    One more query can you please enlighten me on the use of QOS in OSB, such as in what scenarios we should use QOS.
    Regards,
    Karan
    Edited by: Karan Mann on Mar 14, 2013 3:37 AM

  • Using Flex Component Kit for FlashCS3 in Flash Builder

    Hi at all,
    i apologize for my english.
    I'm using Flash Builder 4 and i've created a movie clip symbol in Flash CS4.
    I convert the flash symbol in Flex Component but Flash Builder sends a "Verify Error" because the mx.flash.UIMovieClip class in the Flex Component Kit package is not updated at mx.flash.UIMovieClip in Flex4 library,
    Is there a updated version of Flex component kit? At this moment i'ive a 1.1.2 version.
    Thanks.
    F.

    You should be able to get version 2.0.0 of the MXP in the open source repository:
    http://opensource.adobe.com/svn/opensource/flex/sdk/trunk/frameworks/flash-integration/

  • Flex Component Kit Unavailable

    All the MXP downloads on this page
    http://www.adobe.com/cfusion/entitlement/index.cfm?e=flex%5Fskins#fxcompkit
    returns null. Where do I download the Flex Component Kit
    from?

    Oh and I am not looking for
    http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&loc=en_us&extid=1273 018,
    just in case anyone should think of suggesting that. I am looking
    for Flex Component Kit for Flash CS 3, for Flex 3.

  • Working with Flex and Central

    Hi,
    I am new in Flex and Central and interested in working with
    Flex and Central and I'm currently trying to run one of the samples
    from the "Central Flex SDK", the HelloFlexCentral. I have an error
    when trying to run the application. The "import.mx.central" line is
    not recognized.
    I don't understand how to connect Flex and Central. My
    questions are :
    - Do I have to install a JRun environment to run/develop this
    kind of application or can I develop the application without a JRun
    Environment ?
    - Can I deploy my application on a IIS server for example
    (and then all the users will install it in central by accessing
    this webserver) ?
    - Where do I have to put all the "CentralIntrinsics" stuff to
    avoid this error I encounter ?
    Thank you for your answers.
    Olivier

    If you want three distinct notes, I suggest you cut it into three samples, then using flex pitch drag the notes to the pitches you desire. Keep in mind that the farther away a note is from it's actual sampled pitch, the worse it's quality will be.

  • Flex Component Kit - FB3 - Not found

    Hi - I searched but I don't find the Flex Component Kit for
    Flash CS3 for FB3.
    The following page says that the final version would be
    included in the FB3 SDK but it's not there. Does somebody where to
    get it?
    http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&loc=en_us&extid=1273 018

    It was posted a day later.
    http://www.adobe.com/cfusion/entitlement/index.cfm?e=flex%5Fskins

  • Why does my camera connection kit not work with my ipad 1 after updating on ios 5?

    Why does my camera connection kit not work with my ipad 1 after updating on ios 5? What can I do to make it work again?

    It should. It will only respond if there's something on the card for it to respond to, so do you have pics on the card?
    And if it's messing up; try giving the iPad a restart. Hold down the sleep and home keys, past when you see hte red power down slider and until you see the silver apple. Let it reboot and try again. That can clear up any glitches on the device itself.

  • My Health Kit Is Not Working With Iphone 5.

    My Health Kit Is Not Working With Iphone 5.

    Iphone 5 Is Not Supported With Helath Kit That Mean Steps Walking Distance Will Not Work

  • BI Publisher not working with Web Cache

    BI Publisher not working with Web Cache
    I'm trying to enable BI Publisher to run from the internet. I have Web Cache (AS10g rel 2) in an internet DMZ, trying to work with BI Publisher running on a AS10g rel 3 server in a application DMZ. BI Publisher won't allow Web Cache to hide the URL after login. It tries to use the application server name as a URL and gets lost, since this is not resolvable from the internet. We have Content DB, other J2EE application installed in this same configuration, and it works fine.
    This is duty managed as of today. They required an enhancement request, which I submitted. SR 6696835.993 -

    Currently an enhancement - it was logged as that but IMHO its a bug as other Oracle products work OK - it kinda depends on whether its an ORacle strd to work with webcache or not. Suffice to say, we are investigating the issue and will update the er/bug soon.
    Tim

  • Need guidance with Flex Component Kit

    Hi,
    I have installed Flash CS3 <no extension manager> and
    Flex 3 builder. I want to import movie clips I made in Flash in to
    Flex builder. Please guide me exactly which patches and software do
    I need exactly and the process of importing these assets.
    Thanks.

    This is documentation:
    http://blogs.adobe.com/flexdoc/pdf/swf9.pdf
    http://opensource.adobe.com/wiki/display/flexsdk/Flex+Component+Kit+Specification
    http://blogs.adobe.com/flexdoc/2007/08/using_the_flex_component_kit_f_1.html
    And here you can download the Kit:
    https://www.adobe.com/cfusion/entitlement/index.cfm?e=flex_skins
    Also to install this Kit you must first download and install
    Adobe Extension Manager:
    http://www.adobe.com/exchange/em_download/

  • Flex Component Kit for Flash Professional - still available?

    Is the Flex Component Kit for Flash Professional still available for download somewhere?
    We are currently trying to get some old stuff done in Flash to port over to flex and convert a MovieClip made in Flash to an SWC/Flex component.
    The link stated here at the bottom Flex Component Kit for Flash Professional (Adobe - Flex Downloads) does not work.

    There isn't. But the CS3 kit works for CS4 too.

  • Flex 3 GA Designer doesn't work with my modules

    This is absolutely critical to our application.
    In Flex 3 Beta I had no issues doing this, in Flex 3 GA it
    does not work and I'm wondering if any of you have seen this issue.
    I have extended Module to MyModule and added code that I
    need. My Flex builder is setup into three projects. AppProject,
    ModuleProject, and FrameworkProject.
    My Framework is compiled to myframework.swc and is in the lib
    folder of both ModuleProject and AppProject. Both have the swc
    correctly setup in the project properties.
    When I open one of my Modules in code view it works great.
    But when I go over to design view I get an error message in the
    middle of the design view with the the text "An unknown item is
    declared as the root of your MXML document. Switch to source mode
    to correct it." The root node is MyModule and correctly namespaced.
    Proof of this is that it compiles and runs fine. Only does not work
    in design view of FlexBuilder
    In the Problems view of FlexBuilder shows a warning: Design
    mode: Cannot load myframework.swc (reason: ERROR: Load Verify). It
    may require classes (such as Adobe AIR components) that are not
    supported by design mode. Check the Eclipse error log for more
    details."
    This used to come up just fine in design view with Flex 3
    beta and now does not in Flex 3 GA. In Flex 3 GA, if I remove
    myframework.swc from my ModuleProject and instead add a new source
    link that points to the src folder of my FrameworkProject it works.
    But I don't want to have to setup my ModuleProject this way because
    our customers will be able to build their own Modules based off of
    our Framework and I don't want to give them anything more than a
    swc.
    Our entire application is based heavily on this. Our
    customers will use FlexBuilder to design their own forms, compile
    them to swf modules and our application will load and process them.
    The code in our framework is proprietary and we only want to give
    them a swc, not our code.
    Any suggestions?
    Thanks,
    Dale

    Hi Dale and Anthony,
    Have you switched the SDK in FB? If so, you may be seeing
    this bug:
    error logged when change compiler to Flex 2.0.1 hotfix3 for a
    project which has Flex 3 swc in its lib path, warning remains in
    problem panel after switch compiler back to Flex 3 SDK
    https://bugs.adobe.com/jira/browse/FB-11948
    As in the Comments section of the bug, one way to work around
    the issue is to close and reopen the project.
    If that's not what you're seeing and you've files & steps
    that can reproduce the issue, please log a bug at
    http://bugs.adobe.com/flex
    and let me know or email me the files and reproducible steps. We'll
    have to reproduce the issue first before our engineers can fix it.
    thanks,
    Sharon

  • Should automation.swc still work with sdk 3.0.0.477?

    Should automation.swc still work with sdk 3.0.0.477? The automation .swc files that come with Flex Builder 3(C:\Program Files\Adobe\Flex Builder 3\sdks\3.0.0\frameworks\libs) are not present in the latest releases. Should I just be able to reference these files from the sdk 3.0.0.477 flex-config.xml file? I get a compile error when I do so. I'm able to include these files in version 3.0.0 successfuly.

    For the latest releases of the SDK you might need to update Flex Builder to 3.0.1.<br /><br />See http://opensource.adobe.com/wiki/display/flexsdk/Using+Flex+3+Builds+in+Flex+Builder for details.<br /><br /><br />On 8/21/08 12:33 PM, "daveee" <[email protected]> wrote:<br /><br />A new discussion was started by daveee in<br /><br />General Discussion --<br />  Should automation.swc still work with sdk 3.0.0.477?<br /><br />Should automation.swc still work with sdk 3.0.0.477?  The automation .swc files that come with Flex Builder 3(C:\Program Files\Adobe\Flex Builder 3\sdks\3.0.0\frameworks\libs) are not present in the latest releases.  Should I just be able to reference these files from the sdk 3.0.0.477 flex-config.xml file?  I get a compile error when I do so.  I'm able to include these files in version 3.0.0 successfuly.<br /><br />________________________________<br />View/reply at Should automation.swc still work with sdk 3.0.0.477? <a href=http://www.adobeforums.com/webx?13@@.59b63bb9><br />Replies by email are OK.<br />Use the unsubscribe <a href=http://www.adobeforums.com/webx?280@@.59b63bb9!folder=.3c060fa1>  form to cancel your email subscription.

Maybe you are looking for