Avatar

Level 2

Hi,

  I am trying to set up the file share pod, but am getting a problem where the 'Upload a file..' but is enabled, but clicking on it does nothing.

  The fileshare pod appears fine in the window (with upload button initially disabled), and when the LCCS connects, the 'Upload a file' button enables correctly, but clicking on it does not bring up any window.  Is there something I am missing?

  Below is my code

<?xml version="1.0" encoding="utf-8"?>
<s:Window xmlns:fx="http://ns.adobe.com/mxml/2009"
         xmlns:s="library://ns.adobe.com/flex/spark"
         xmlns:mx="library://ns.adobe.com/flex/halo" width="400" height="300" xmlns:rtc="AfcsNameSpace">
    <fx:Script>
        <![CDATA[
            import com.livesas.model.MonitorModelLocator;
            import mx.events.FlexEvent;

            [Bindable]
            private var  modelLocator:MonitorModelLocator =  MonitorModelLocator.getInstance();

        ]]>
    </fx:Script>
    <fx:Declarations>
        <!-- Place non-visual elements (e.g., services, value objects) here -->
    </fx:Declarations>
        <rtc:FileShare   width="100%" height="100%" connectSession="{modelLocator.afcsManager.connectSession}" />

</s:Window>

As you can see, it is in an AIR application, and I tried with FP9 and FP10 version of latest AFCS.swc.

thanks

Mark