Is it possible to use Remote SharedObjects with the LCDS server?

Hello,
The ActionScript documentation for Remote SharedObject
RSOs are created using the static getRemote function.  This returns a reference to an object that can be shared across multiple  clients by means of a server, such as Flash Media Server. If the shared  object does not already exist, this method creates one.
The following code shows how you assign the returned shared object reference to a variable:
var myRemote_so:SharedObject = SharedObject.getRemote(name, remotePath, persistence);After calling this method, use SharedObject.connect() to connect the  object to the application server, as shown in the following code
var myNC:NetConnection = new NetConnection();
myNC.connect(“rtmp://[yourDomain].com/applicationName”);
var myRemoteSO:SharedObject = SharedObject.getRemote(“mo”, myNC.uri, false);
myRemoteSO.connect(myNC);
To confirm that the local and remote copies of the shared object are synchronized, use the sync event.
All clients that want to share this object must pass the same values for the name and remotePath parameters.
Is it possible to create RSO's using the LCDS server instead of the Flash Media Server? If so, how?
Thanks,
Oscar

Tom,
Thanks for your response. I decided to test this with the publish/subscribe messaging. Something I thought would work is not. Here is the simple example;
                var btn:Button = new Button();
                btn.label = "My Button ";
                msg = new AsyncMessage();
                msg.body = btn;
                producer.send(msg);              
Simple right? Well, this generates a fault;
1/21/2011 10:37:55.462 [ERROR] mx.messaging.Producer 'D7094E2F-2CA1-39C0-1EC6-A9DE3171E836' producer fault for 'A11AE369-8349-8970-0C10-A9DE5113DA2E'.
The LCDS log gets into more detail, AMF Deserialization ERROR....
Please notice the use of Amf0 and Amf3 methods... I thought Amf0 was a thing of the past...
Any ideas? Please help....
[LCDS]01/21/2011 10:37:55.039 [ERROR] [Endpoint.RTMP] Deserialization failed for incoming data: Unknown AMF type '15'.
flex.messaging.io.UnknownTypeException: Unknown AMF type '15'.
    at flex.messaging.io.amf.Amf3Input.readObjectValue(Amf3Input.java:217)
    at flex.messaging.io.amf.Amf3Input.readObject(Amf3Input.java:130)
    at flex.messaging.io.amf.Amf3Input.readScriptObject(Amf3Input.java:437)
    at flex.messaging.io.amf.Amf3Input.readObjectValue(Amf3Input.java:152)
    at flex.messaging.io.amf.Amf3Input.readObject(Amf3Input.java:130)
    at flex.messaging.io.amf.Amf3Input.readScriptObject(Amf3Input.java:437)
    at flex.messaging.io.amf.Amf3Input.readObjectValue(Amf3Input.java:152)
    at flex.messaging.io.amf.Amf3Input.readObject(Amf3Input.java:130)
    at flex.messaging.io.amf.Amf3Input.readScriptObject(Amf3Input.java:437)
    at flex.messaging.io.amf.Amf3Input.readObjectValue(Amf3Input.java:152)
    at flex.messaging.io.amf.Amf3Input.readObject(Amf3Input.java:130)
    at flex.messaging.messages.AbstractMessage.readExternalBody(AbstractMessage.java:654)
    at flex.messaging.messages.AbstractMessage.readExternal(AbstractMessage.java:324)
    at flex.messaging.messages.AsyncMessage.readExternal(AsyncMessage.java:98)
    at flex.messaging.io.amf.Amf3Input.readExternalizable(Amf3Input.java:491)
    at flex.messaging.io.amf.Amf3Input.readScriptObject(Amf3Input.java:420)
    at flex.messaging.io.amf.Amf3Input.readObjectValue(Amf3Input.java:152)
    at flex.messaging.io.amf.Amf3Input.readObject(Amf3Input.java:130)
    at flex.messaging.io.amf.Amf0Input.readObjectValue(Amf0Input.java:123)
    at flex.messaging.io.amf.Amf0Input.readObject(Amf0Input.java:94)
    at flex.messaging.io.amf.AmfMessageDeserializer.readObject(AmfMessageDeserializer.java:227)
    at flex.messaging.io.tcchunk.TCCommand.readMessage(TCCommand.java:191)
    at flex.messaging.endpoints.RTMPConnection.serviceTCMessage(RTMPConnection.java:1024)
    at flex.messaging.endpoints.RTMPConnection.doRead(RTMPConnection.java:610)
    at flex.messaging.endpoints.RTMPProtocolHandler.doRead(RTMPProtocolHandler.java:125)
    at flex.messaging.socketserver.Connection$ConnectionReader.run(Connection.java:864)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    at java.lang.Thread.run(Thread.java:662)
Thanks,
Oscar

Similar Messages

  • Is it possible to use 2 displays with the mac mini

    is it possible to use 2 displays with the mac mini

    I wanted an extended desktop using 2 monitors.
    I am using a Dell Ultrasharp ( has 1 VGA and 1 DVI-D) and a LG W2286 (has 2 HDMI, 1 DVI-D and 1 VGA)
    I ran into a similar issue where initially the mac would not detect the 2 displays and I thought I would share my solution.  I have a Mac Mini 10.8.2 i7 Late 2012.
    I bought a "Cable Matters" brand Mini Display Port | Thunderbolt to DVI Male Cable to have dual monitors.
    I am also using the included in the box  HDMI to DVI-D Adapter from Apple.
    Initial configuration was:
    Mini-Display (Thunderbolt connector) to DVI connected to the LG DVI-D input.
    Apple HDMI to DVI Dongle connected to the Dell DVI-D input.
    What happened was that my desktop was on the LG clear as day but OSX did not see the dell monitor.
    I called apple support and they could not figure out why the mini cant see the dell monitor. I think I discovered that the mac mini could not support 2 dvi monitors.
    I switched the monitor connections.
    The connections that works:
    HDMI out to HDMI in on the LG using a standard HDMI cable.
    Display port | Thunderport to DVI-D on the Dell's DVI-D in.

  • Is it possible to use some product on the unix server at the development level which would make it p

    Hello,
    We are generating editable PDF forms from the scratch at the development level on the unix server. Is it possible to use some product on the unix server at the development level which would make it possible to save these editable PDF forms to be saved using acrobat reader? These forms are used by the end users and the edited files are then saved... Kindly help me in this regard..
    Best Regards,
    Deepak

    Dear Aandi,
    I am really thankful to you for this. I will suggest this to the business and then they can contact adobe for this. Thanking you once again for providing me with all the valueable info. You have been instrumental in helping me out in my project.
    Best Regards,
    Deepak Goyal

  • Using remote JARs with the JVM?

    I was wondering if using remote JAR files with the JVM has any impacts on the performance / stabilities of the Java Virtual Machine?
    The thing that concerns me the most is how the JIT compiler works with remote JARs? What about garbage collection?
    I know one thing for sure if that the application startup is slower since the "client" need the download the needed classes locally in order to load them in the local memory.
    The command line would look like this (under Win2000):
    start javaw -cp .;\\192.168.0.1\some_dir\file1.jar;\\192.168.0.1\some_dir\file2.jar SomeClass
    The big PROS is the application deployment since the JAR files are centralized and not install on the client workstation. The CONS... You tell me!
    Thanks in advance,
    - Nik

    1. Performance.I need more details here. Premilinary benchmark shows that only the application startup is affected by the use of remote JARs. Is there anything else I should look for?
    >
    2. If the network is down so is the application.Point granted. But the application need the database to run anyway. And the DB is residing on the server.
    3. If the server is down so is the application.See my previous comment.
    4. If the server is bounced while a class is loading
    it would be a problem.The server are in a datacenter. They shouldn't be to much bouncing happening =)
    The point I want to make here is that using remote JARs simplify a lot the deployment of the application. Unless there's a big drawback to this setup, I think it's a good way to install 2 or 3 tier application on a close LAN.
    Any other thought(s)?

  • Is it possible to use Backup Assistant with the Kin One?

    I just got my new Kin One last night.  I've never used Backup Assistant before but I wanted to start now.  Unfortunately, the instructions for downloading the tool only seem to include phones with the "Get it Now" feature.  I can't find anything remotely like that in my phone's settings.  Am I overlooking it or does it simply not exist as an option for this phone?  I have a lot of contacts to enter and I hate to think that I'd have to do it all over again if something went wrong with the thing.
    Thanks in advance for any help that anyone can offer! 

    Sorry, Backup Assistant doesn't work with the Kin Onem. Some customers have had luck with getting a Verizon store to transfer them, but it seems to be hit or miss, as not every store has the software it needs for this particular device. Otherwise, consider this an opportunity to weed out old contacts as you enter them manually. 

  • Using JAAS/JNDI with the Login Server

    Is it possible to set up single sign-on through the Login Server
    and OID for a Java portlet using JAAS and JNDI? What would be
    required to set this up?

    I was facing same problem,
    Here is I got an answer, I was doing same mistake.
    You cannot authenticate with an outlook.com account when you use the management shell. You have to use a @yourtenant.onmicrosoft.com
    account or an account where the domain has been associated with your O365 tenant like @contoso.com . Microsoft accounts cannot be used with the management shell.
    http://community.office365.com/en-us/f/156/t/238053.aspx 

  • Is it possible to use internal speakers with the headphones connected?

    as the connection of headphones is on the back of the iMac, it would be very useful to be able to switch between the internal speakers and the headphones, without ever having to unplug the headphones from your Mac Is this possible?

    Although it still means unplugging I bought one of these though I do use headphones very infrequently:
    http://www.johnlewis.com/belkin-speaker-and-headphone-splitter/p230405301
    but at least I don't have to fiddle around the back of the mac and risk,in time, damaging the socket on the mac.
    If you decide to purchase one, be careful where you buy from as there are Belkin imitations around ie eBay and indeed Amazon where the quality is suspect particularly if it only costs a couple of £s'. Bought mine from a renowned retailer with genuine Belkin blister pack.

  • API for interacting with the Content Server (formerly Stellent) repository.

    Is there any API out there that can be used to interact with the Content Server (formerly Stellent) repository? Where can I find the documentation?

    Hi Chris,
    I have downloaded CIS v8.0 to communicate with the UCM 10gR3 installed on a remote machine. I am able to search but whenever I try to checkin / checkout it throws a ClassCastException.
    I would like to know if you have any info on this. and I am working with Java.
    regards
    Ravi.

  • Is it possible to use two speakers with one Apple Tv ?

    Hello everyone,
    I bought an Apple Tv and I have one apple express with a Bose speaker and a Bose Link Air speaker.
    I would like to see a movie using the two speakers but every time that I try to select two speakers in the airplay Apple Tv menu, it automatically deselect the other speaker.
    Is it possible to use two speakers in the same time ? ( I know it's possible with Itunes)
    Thank,
    Ps: I have the last Apple TV

    No, that is not possible with Apple TV. You can set one 'output' via Apple TV, and 'stream' to multiple speakers from iTunes or via the remote app.

  • Is it possible to use variant configuration (with a Non-SAP solution) when creating ERP sales orders in SAP CRM WebUI

    Hello,
    our customer plans to use a Non-SAP solution for variant configuration (Camos) in SAP ERP (ECC 6.0) and in SAP CRM 7.0 EHP1 as well.
    ERP sales orders (and ERP quotations) should be created in SAP CRM (CRM WebUI).
    Is it possible to use variant configuration (with an external variant configuration tool) when creating ERP sales orders and quotations in the SAP CRM WebUI or do we have to implement SAP IPC for this?
    Thanks in advance.
    Regards,
    AEV

    Dear AEV,
    I think LORD (lean orders) should work with variant configuration as well. In the note 1236015 there is not restriction listed. However you need lord2 activated in ECC, and ECC system should be on EHP4.
    Best regards
    Rene

  • Is it possible to use Speech Recognition with Final Cut Studio?

    Is it possible to use Speech Recognition with Final Cut Studio?
    Using either Speech, AppleScript, Automator or a 3rd party app
    like iListen, can I enable Final Cut Studio apps to respond
    to voice commands?
    (e.g. I say "I" in Final Cut Pro and it sets an in point)
    thanks

    Yes, I wish "Make it really good" and "Fix my rough cut"
    were commmands too
    I did hear from the folks at iListen that
    they are planning on releasing a ScriptPak
    for Final Cut Studio next year which could be
    cool
    and that yes, iListen has some capability to
    integrate Speech Recognition with Final Cut,
    guess I need to give it a try for a test ride

  • Is it possible to use apple tv with my mobile 3g internet connection

    is it possible to use apple tv with my iphone 4s mobile 3g internet connection?

    This has already been discussed here:
    https://discussions.apple.com/thread/4819472?start=0&tstart=0

  • Is it possible to use lite sessions with AppLogic's?

    Hi everybody,
    I have one doubt about lite sessions. Is it possible to use lite sessions with AppLogic's?
    If it's possible, which steps do I have to take to use them?
    Thanks a lot,
    Alberto

    The following is the basic procedure to extend one 802.11n AirPort with another:
    AEBSn - Extending a wireless network Setup
    o If practical, place the base stations in near proximity to each other during the setup phase. Once done, move them to their desired locations.
    o Open AirPort Utility and select the base station that will connect to the Internet.
    o Choose Manual Setup from the Base Station menu, or double-click the base station to open the configuration in a separate window. Enter the base station password if necessary.
    o Click AirPort in the toolbar, and then click Wireless.
    o Choose “Create a wireless network” from the Wireless Mode pop-up menu, and then select the “Allow this network to be extended” checkbox.
    o Next, select the base station that will extend this network, and choose Manual Setup from the Base Station menu, or double-click the base station to open its configuration in a separate window. Enter the base station password if necessary.
    o Choose “Extend a wireless network” from the Wireless Mode pop-up menu, and then choose the network you want to extend from the Network Name pop-up menu.
    o Enter the base station network and base station password is necessary.
    o Click Update to update the base station with new network settings.
    (ref: Page 46 of "Designing AirPort Networks Using AirPort Utility.)

  • Is it possible to use lion recovery with PPPoE connection?

    hi, i dont have a wifi connection at home.
    but i want to use lion recovery to download a frsh copy of lion and  then make USB flash drive with it.
    is it possible to use lion recovery with PPPoE connection?

    raghav malhotra wrote:
    is it possible to use lion recovery with PPPoE connection?
    No.
    Read more here:
    http://support.apple.com/kb/HT4718

  • IS it possible to use ni-visa with lookout to use an instrument driver

    IS it possible to use ni-visa with lookout to use an instrument driver,, or just use the insturment driver...
    Thanks
    Mark

    Hi Mark,
    NI-VISA is a driver layer that is used to communicate to Serial, GPIB, VXI and PXI platform.
    In reality the drivers that you use with Lookot do not make use of this driver layer called VISA (which is used for the most part in the instrument control area).
    Normally the terminology (Instrument Driver) is not used in Lookout (or in any SCADA system). So the answer for your question is no, you cannot use NI-VISA with Lookout, with Lookout you either use the drivers object that comes with the package or you use an OPC server (normaly provided by the hardware manufacturer, this hardware is normally a PLC) to provide data to Lookout.
    I hope it helps
    Regards
    Andre Oliveira
    Applications Engineer
    National Instruments

Maybe you are looking for