I'm building an AFCS app using the PureMVC framework. When mySharedwhiteboard's Mediator's constructor executes I position theSharedwhiteboard component:whiteboard.x = 500;From that time onwards I can no longer drag theWBShapesToolBar to any point that is smaller than x = 500. If I donot change the ...
Good morning,I've been trying to figure out how to use theSharedCursorPane to enable visitors to see each other's cursor. Itried to inspire from the SharedWhiteBoard, but I couldn't get itto work. Is there a simpler example of the SharedCursorPane's use Icould base my code on?Regards,Axel
Good morning,I would like to use CustomField to identify the connectedmembers. The CustomField doesn't seem to work. I've added sometrace to check: if (!cSession.userManager.isCustomFieldDefined("memberID")){ cSession.userManager.registerCustomUserField("memberID");}cSession.userManager.setCustomUse...
Hi allI'm looking for some advice on the technologies I should belooking at for getting data from SQL Server 2008 into my Adobe Airapplication. I'm not a programmer by trade but do have someexperience in VB, C# and now Actionscript/MXML & .NET. I'mgetting on really well so far with Flex Builder but ...
When using the Dev Console I Login to my account, and myRooms show up in the Rooms list, I try to either double click onthe room name or select the room and click on the Enter Roombutton...but nothing happens. My cursor changes to the clock thingfor about a second and then changes back to the pointe...
I'm a newbie converting a cfm site to flex and have aquestion regarding the security implications of managing state onthe client. In my cfm site I set a SESSION.variable for "isSignedIn"which CF server stores and (via CFToken cookie accompanyingsubsequent page requests) associates with say OwnerID=1...
Good morning,Since I moved to SDK 0.91, I have the recurrent error when Ilaunch a second instance of my application on the same PC, for testpurposes:ReferenceError: Error #1065: Variable flash.media::SoundCodecis not defined. at com.adobe.rtc.clientManagers::MicrophoneManager/getselectedMic()[C:\wor...
This is a desperate situation for me...I have a few HTTPService's ready to be called whennecessary... however, I have noticed that after about 5 minutes,the service (any of them) is sent again. I have tried to implementconcurrency="single" and also a httpService.disconnect(); aftereach of the respon...
... from a AIR HTML component in a AFCS connected AIR app.Ok it's kind of weird, I'm not sure someone already try thisone :) , i explain :We are working on a Air app whose allowing to share a "kindof file"...To show this kind of file in Air, you have to load it in aHTML file, and show it in a HTML c...
Another got-cha with using flex ... this is getting prettybad .. :(Integers do not cross over from Java to ActionScript3, usingremote objects. Strings work out great, everything else do not.Where do I report this bug?