Is socket's Event.OutputProgressEvent available in FP11 beta?

We're working to extend the as3httpclient library to support the new outputProgress event in flash.net.socket. However, I have received the following error:
VerifyError: Error #1014: Class flash.events::OutputProgressEvent could not be found.
The documentation for flash.net.socket suggests that outputProgress will be available in both FP11 and Air.
http://help.adobe.com/en_US/FlashPlatform/beta/reference/actionscript/3/flash/net/Socket.h tml#event:outputProgress
However, the (beta) documentation for OutputProgressEvent itself claims the event itself is Air only.
http://help.adobe.com/en_US/FlashPlatform/beta/reference/actionscript/3/flash/events/Outpu tProgressEvent.html
Does anyone know which it will be? Thanks.

Hi usherj,
Looks like a typo in the documentation. This API is available on the flash.net.Socket API available for both Flash Player and Adobe AIR.
You may get this runtime error cause you are not using the proper SWF version, so the APIs are not enabled, make sure you add the -swf-version=13 argument to the compiler. It should unlock the FP11/AIR3 APIs.
Let me know,
Thibault

Similar Messages

  • ICal Delegates are all set to "events affect availability"

    I am using iCal to view my personal calendars and also several "delegates" calendars. These calendars were added using the "Accounts I can access" under the "Delegation" tab of the account pane. This is all working fine, except for one major problem. All the calendars that I can view but aren't my own have the "events affect availability" box checked and it cannot be unchecked. This means that when I try to schedule an event it looks like I am busier than I really am. For instance, one of the calendars is for a conference room, so I look busy whenever the room is busy. Also, I look busy whenever my wife is busy. I can tell iCal to not use my personal calendars when determining my free/busy time, but I am forced to be busy whenever someone else is busy. This seems very backwards to me. Can this be fixed or is it a bug?
    Some calendars are through exchange and others are through google. They all have this problem.
    Thanks in advance for any ideas.

    Events for calendars that have that option off should not affect availability.
    For a user having this problem, can you use Safari to browse to the following URL:
    https://<<yourserver>>:8443/calendars/users/<<uid>>/inbox/
    Substituting your server's hostname for <<yourserver>> and the user id for <<<uid>>.
    You will be prompted to authenticate - do so as that user.
    In the resulting page of information search for 'calendar-free-busy-set'. Attach the property value to your reply.
    Then get the user to toggle the availability option for the calendar. Refresh the Safari webpage and attach the new property value.

  • Server does not get a socket connect event with Apache MINA

    I have this weird problem that was recently detected.
    I have a server written with the Apache MINA framework that runs a Linux machine with 64 bit server JVM 6.0.
    The server accept sockets from clients using our own proprietary protocol, and everything works ok for some time.
    After a couple of hours, the server seems to stop getting the socket accept events (in MINA, the sessionOpened event) and the socket close event.
    It seems that we can open a socket to the JVM, but the application does not know about it.
    Does anyone got something like this with MINA or NIO?
    Any idea?
    Thanks
    Ran.

    Ok fixed. 
    At a elevated cmd prompt run ;
    C:\Users\administrator.TOM>setspn -x
    As you can see the DC serv1 had duplicate SPNs.
    Checking domain DC=TOM
    Processing entry 1
    HOST/serv1.TOM is registered on these accounts:
            CN=SERV1,OU=Domain Controllers,DC=TOM
            CN=C00049,CN=Computers,DC=TOM
    {14E52635-0A95-4a5c-BDB1-E0D0C703B6C8}/TOWN-HBWJ29ZOQC is registered on these ac
    counts:
            CN=Administrator,CN=Users,DC=TOM
            CN=TOWN-HBWJ29ZOQC,CN=Computers,DC=TOM
    {14E52635-0A95-4a5c-BDB1-E0D0C703B6C8}/town-hbwj29zoqc.TOM is registered on thes
    e accounts:
            CN=Administrator,CN=Users,DC=TOM
            CN=TOWN-HBWJ29ZOQC,CN=Computers,DC=TOM
    RestrictedKrbHost/serv1 is registered on these accounts:
            CN=C00049,CN=Computers,DC=TOM
            CN=SERV1,OU=Domain Controllers,DC=TOM
    RestrictedKrbHost/serv1.TOM is registered on these accounts:
            CN=C00049,CN=Computers,DC=TOM
            CN=SERV1,OU=Domain Controllers,DC=TOM
    found 5 groups of duplicate SPNs.
    Went to the computers OU and changed computer c00049 to the correct SPN. Now I have a new issues, I'll start a new thread.

  • Socket disconnection event not being reveived java.nio

    Hi All
    My question is as below
    i am using java.nio package + win 2K + jdk1.4.1_02
    I have a Server accepting socket connection and is configured
    in Nonblocking mode.
    -The server receives (selector) events (accept event)
    when a client requests for a connection .
    -The server is getting read and write events when
    client wants to read and write
    -The server gets a read event when the client disconnects
    My only problem is that the Server is not getting any events
    when the client disconnect due to network break down
    for EX when the network connection breaks the client disconnects
    but the server selector is not getting any events
    I am storing the client Socket objects in a Hash Table and
    if i execute the .isConnected() method it returns true
    even though the the client is down
    The only work around is to try to read and write on the socket
    i get an IO exception and am able to make out that the
    client is disconnected
    But this is not desirable for my client
    as client modification to give any kind of echo is not possible and
    a read /write event will cause problem.
    Can any one tell how to detect client side disconnection
    with out Read and Write on the client socket
    I get an socket Exception when the socket is in Blocking IO and is blocked on read/ write but I am facing this problem in NonBlockingIO
    Regards
    Avinash

    int ct = read.selectNow();
    if (ct > 0)
    Set readyKeys = read.selectedKeys();
    Iterator i = readyKeys.iterator();
    while (i.hasNext())
    SelectionKey key = (SelectionKey) i.next();
    i.remove();
    if (key.isReadable())
    SelectableChannel nextReady = (SelectableChannel) key.channel();
    SocketChannel sc = (SocketChannel) key.channel();
    int rd = sc.read(buffer);
    // Link is dead
    if (rd == -1)
    key.cancel();
    key.attach(null);
    nextReady.close();
    continue;
    // Process your data
    catch (Exception e)
    e.printStackTrace();

  • Events Affect Availability

    Hi,
    What does this option do on the information window for iCal server calendars? Mine is unchecked but my availability is as before the upgrade (i.e blocks me out when it should for making appointments).
    I've searched all about but can find no references to this new option.
    Thanks.

    Events for calendars that have that option off should not affect availability.
    For a user having this problem, can you use Safari to browse to the following URL:
    https://<<yourserver>>:8443/calendars/users/<<uid>>/inbox/
    Substituting your server's hostname for <<yourserver>> and the user id for <<<uid>>.
    You will be prompted to authenticate - do so as that user.
    In the resulting page of information search for 'calendar-free-busy-set'. Attach the property value to your reply.
    Then get the user to toggle the availability option for the calendar. Refresh the Safari webpage and attach the new property value.

  • Datagram Sockets possible without locally available IP addresses?

    Hi everybody,
    before starting to dig into socket programming for the next few months, I'd like to get some facts clear that don't clarify to me by consuming the developer handbooks.
    I would like to send datagram packets out on all interfaces without bound sockets, i.e. I want to start something similar to a DHCP broadcast. Is this possible with Java? AFAIK always sockets are required , even for datagram communication.
    Thank you

    Hi! Thanks for you replies.
    I'm trying to create some kind of alternative host configuration protocol with a reference implementation. Since the server software will run on Java for various purposes, it would be fine if also the client software could be implemented in Java. Therefore, I'd need the possibility to send out datagrams on unconfigured network interfaces.
    As far as I have understood the DatagramSocketAPI, there's always the need to have a local socket available (IP address + port number) to actually send data - is that true?
    Thank you!

  • Any business event  is available in  OM   post creation of order

    Hi Every one,
    Once the order is booked, i would like to sync up this order into the 3rd party System. I was looking for the business events provided by oracle.
    Show/Change Sales Order - A business event (oracle.apps.ont.oi.show_so.create) can be raised to trigger generation of a SHOW SO or CHANGE SO XML message. The value of one of the event parameters determines which of the two messages will be generated. The SHOW SO message contains status information about an order and can be generated on demand or as a result of changes to an existing sales order. The CHANGE SO message is used to notify the buyer of changes to a sales order and can be raised as a result of status or attribute changes on a sales order.
    Can we use the above business event for my case. Please suggest.
    Thanks.

    You cannot use that as that event is specifically raised when you have used order import (OI) for the XML integration. If you are entering the order from the front end then you have two options:
    1. Have a node in header level workflow that raises the integration message the way you want it.
    2. Or use ASO order feedback concept. I like this one as this gives you what ever even you need to send to the third party systems. It has information about entire order (all tables information). I have some information in this link , but you can find lot more in documentation and support site.
    Thanks
    Nagamohan

  • Create Event Not Available

    I flagged a bunch of photos in my grandsons faces whatever you call those. I want to slect them and make a new album or event. I can't do it. The create events selections under event are all greyed out. If I try to create a new folder or album I can't do just the flagged photos. Why isn't it possible to go to edit and select just flagged photos and then create an folder or album?

    How about:
    Events Menu -> Create Event from FLagged Photos?
    Folders don't hold photos, Folders can only contain Albums or nested folders. Albums contain photos.
    To create an Album from Flagged Photos:
    Click on the Faces item on the left. Then Command-a to select all. Then command-n
    That will give you a new album with the flagged photos.

  • Ical: are there any other event colours available as i am struggling to tell the difference between events

    Can i change the colours for events? i can not tell the differance between 2 blues?

    Thanks whyisthisme,
    Your speedy response is greatly appreciated, your support has resolved my issue.
    Many thanks.
    Regards
    Fetachini

  • Announcement:  WLS 6.1 available for download; beta complete

    The beta program is now over. BEA WebLogic Server 6.1 is available for download
    from BEA's web site:
    http://commerce.bea.com/downloads/products.jsp
    Thank you for your participation in the beta program. Your input helps BEA improve
    their products.
    Lauren Wright WLS Product Manager

    In article <174_3b672c9e$[email protected]>, [email protected]
    says...
    >
    The beta program is now over. BEA WebLogic Server 6.1 is available for download
    from BEA's web site:
    http://commerce.bea.com/downloads/products.jsp
    Thank you for your participation in the beta program. Your input helps BEA improve
    their products.
    Lauren Wright WLS Product Manager
    When will WLS v6.1 GA be available for Redhat Linux v7.1?
    Many thanks,
    mark
    "We want a few mad people now. See where the sane ones have landed us!"
    George Bernard Shaw (1856-1950)

  • Announcement:  BEA WLS 6.1 available for download; beta complete

    The beta program is now over. BEA WebLogic Server 6.1 is available for download
    from BEA's web site:
    http://commerce.bea.com/downloads/products.jsp
    Thank you for your participation in the beta program. Your input helps BEA improve
    their products.
    Lauren Wright
    Product Manager
    BEA

    In article <174_3b672c9e$[email protected]>, [email protected]
    says...
    >
    The beta program is now over. BEA WebLogic Server 6.1 is available for download
    from BEA's web site:
    http://commerce.bea.com/downloads/products.jsp
    Thank you for your participation in the beta program. Your input helps BEA improve
    their products.
    Lauren Wright WLS Product Manager
    When will WLS v6.1 GA be available for Redhat Linux v7.1?
    Many thanks,
    mark
    "We want a few mad people now. See where the sane ones have landed us!"
    George Bernard Shaw (1856-1950)

  • Are any patches going to be available for the beta?

    null

    We do not have plans to make patches available for 2.0 beta.
    Regards,
    JDeveloper Team
    Sotiri Bonanos (guest) wrote:
    null

  • FP11 beta 2 (64bit linux) freezes complete system

    Help guys, my system freezes a few seconds after having started any flash video (e.g. youtube) with FP 11 beta 2.
    I can only recover it with kernel SysRq keys. The only evidence from the log files I have found:
    NVRM: Xid (0000:01:00): 8, Channel 00000003
    NVRM: os_schedule: Attempted to yield the CPU while in atomic or interrupt context
    NVRM: Xid (0000:01:00): 8, Channel 00000004
    NVRM: os_schedule: Attempted to yield the CPU while in atomic or interrupt context
    NVRM: Xid (0000:01:00): 13, 0001 00000000 00005097 00000548 3f800000 00000080
    My box is a standard Kubuntu 11.04 (2.6.38-10-generic x86_64 GNU/Linux) running default Nvidia driver from the repos.
    Any idea, as I would like to get rid of ugly squares generating FP 10.3 from the repos?

    The driver is default nvidia from 11.04 repositories, no ppa stuff:
    $ lspci | grep -i nvidia
    01:00.0 VGA compatible controller: nVidia Corporation G96 [GeForce 9500 GT] (rev a1)
    $ nvidia-settings -q NvidiaDriverVersion
      Attribute 'NvidiaDriverVersion' (localhost:0.0): 270.41.06
    The strange thing is that I did not see that behavior with any former FP version.
    Is there any more information I could provide to help tracking this issue down?

  • Do I need to uninstall FP 10.3.181.34 before installing FP11 Beta?

    Hi All,
    I am running Windows 7 Ultimate X64, SP1, IE9 with all updates current.  All videos currently play correctly on CNet and You Tube.
    Do I need to uninstall FP 10.3 before installing FP 11?
    Thanks,
    Jim

    P.S. the download page http://labs.adobe.com/downloads/flashplayer11.html mentions
    Please uninstall any previous versions of Flash Player before installing this prerelease build.
    (Uninstallation near the end of the page)

  • When will Sync be available for the beta 4.12

    Many Thanks

    Thanks for your answer. The Sync AddOn page says it's not compatible with beta12. https://addons.mozilla.org/en-US/firefox/addon/firefox-sync/
    So I assume this is because it's already built in. Still it doesn't sync between machines. But I must be doing something wrong. Will read the manual some more.

Maybe you are looking for