Avatar

Level 10

Hi,

I created a fresh AIR project with fileShare pod and player 10 swc and it uploads fine for me. Here is the code, there might be some security setting preventing you. I am not sure how you are using your MonitorModelLocator to get the session. L

Here is my code with Flash Builder 2 beta and player 10 swc for FileShare.

Let me know if you are able to run my code for FileShare. Can you post a simpler complete code if it still doesn't work for you.

Hope this helps.

Thanks

Hironmay Basu

<s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:rtc="AfcsNameSpace"

xmlns:s="library://ns.adobe.com/flex/spark"

xmlns:mx="library://ns.adobe.com/flex/halo" width="400" height="400">

<fx:Declarations>

<!-- Place non-visual elements (e.g., services, value objects) here -->

<rtc:AdobeHSAuthenticator id="auth" userName="XXXXXXXX" password="XXXXXX" />

</fx:Declarations>

<rtc:ConnectSessionContainer id="cSession" authenticator="" width="100%" height="100%" roomURL="XXXXXXXXX" >

<mx:VBox width="100%" height="100%">

<rtc:FileShare width="100%" height="100%" />

</mx:VBox>

</rtc:ConnectSessionContainer>

</s:WindowedApplication