ARD:  Unable to get shared memory

Hi,
Has anyone encountered this problem with ARD 3.
As I try to open it it doesn't start and gives me get the following error message.
"The Remote Desktop Administrator software failed to start due to an unexpected error. The Remote Desktop software may not be correctly installed or the computer may require a restart"
Rebooting the server is no help.
ARD has worked flawlessly for 2yrs untill now.
When I check the console the lonly thing related to ARD there says:
"ARD: Unable to get shared memory"
Any suggestions?
//Carlos

It sounds like you have in incompatiblity between the version of the ARDAgent client software and the Remote Desktop Admin application on your admin machine. You should check the versions on both and make sure they are the same.

Similar Messages

  • ORA-27123 unable to attach shared memory segment

    Running oracle 8.1.5.0.0 on Redhat 6.0 with kernel 2.2.12, I keep getting the error ORA-27123 unable to attach shared memory segment when trying to startup and instance with an SGA > 150 MB or so. I have modified the shmmax and shmall kernel parameters via the /proc/sys interface. The relevant output of ipcs -l is below:
    ------ Shared Memory Limits --------
    max number of segments = 128
    max seg size (kbytes) = 976562
    max total shared memory (kbytes) = 16777216
    min seg size (bytes) = 1
    This system has 2gb of physical memory and is doing nothing except oracle.
    I changed the shmmax and shmall parameters after the instance was created, was their something I needed to do to inform Oracle of the changes?

    High JW,
    i had the same problem on my installation.
    The solution is written in the Oracle8i Administrator Refernece on page 1-26 "Relocating the SGA"
    a) determine the valid adress range for Shared Memory with:
    $ tstshm
    in the output Lowest & Highest SHM indicate the valid adress range
    b) run genksms to generate the file ksms.s
    $ cd $ORACLE_HOME/rdbms/lib
    $ $ORACLE_HOME/bin/genksms -b "sga_beginn_adress" > ksms.s
    c) shut down any instance
    d) rebuilt the oracle exe in $ORACLE_HOME/rdbms/lib
    $ make -f ins_rdbms.mk ksms.o
    $ make -f ins_rdbms.mk ioracle
    the result is a new oracle kernel that loads the SGA at the adress specified in "sga_beginn_adress".
    regards
    Gerhard

  • 1494 ERROR: xa_open() - failed to get shared memory

    Hi,
    I am getting the following error when I try to create a Q Space with number of
    messages in it as 5,00,000. But if I try the same for 4,00,000 messages, it is
    successful.
    I checked the Shared memory in the machine and it is much more than it is required
    for 5,00,000 messages Q Space.
    Do I need to tune any other operating system parameter ?
    1494 ERROR: xa_open() - failed to get shared memory, key = key, errno = errno
    Description
    While opening the queue space, xa_open() was unable to get the necessary shared
    memory. The error number, errno, is printed in the message.
    Action
    This failure can be caused by a number of reasons but the most likely is that
    either the amount of shared memory requested would cause an operating system tunable
    to be exceeded (shared memory for the system or shared memory identifiers), or
    another application is using the same key. Determine and correct the problem.
    Thanks
    Vipul

    Peter,
    the errno value is 22
    thanks
    Vipul.
    Peter Holditch <[email protected]> wrote:
    vipul,
    What errno value did you get when you saw this message?
    Regards,
    Peter.
    vipul wrote:
    Hi,
    I am getting the following error when I try to create a Q Space withnumber of
    messages in it as 5,00,000. But if I try the same for 4,00,000 messages,it is
    successful.
    I checked the Shared memory in the machine and it is much more thanit is required
    for 5,00,000 messages Q Space.
    Do I need to tune any other operating system parameter ?
    1494 ERROR: xa_open() - failed to get shared memory, key = key, errno= errno
    Description
    While opening the queue space, xa_open() was unable to get the necessaryshared
    memory. The error number, errno, is printed in the message.
    Action
    This failure can be caused by a number of reasons but the most likelyis that
    either the amount of shared memory requested would cause an operatingsystem tunable
    to be exceeded (shared memory for the system or shared memory identifiers),or
    another application is using the same key. Determine and correct theproblem.
    Thanks
    Vipul

  • Error message: ORA-27125: unable to create shared memory segment Linux-x86_

    Hi,
    I am doing an installtion of SAP Netweaver 2004s SR3 on SusE Linux 11/Oracle 10.2
    But i am facing the follow issue in Create Database phase of SAPInst.
    An error occurred while processing service SAP NetWeaver 7.0 Support Release 3 > SAP Systems > Oracle > Central System > Central System( Last error reported by the step :Caught ESAPinstException in Modulecall: ORA-27125: unable to create shared memory segment Linux-x86_64 Error: 1: Operation not permitted Disconnected
    Please help me to resolve the issue.
    Thanks,
    Nishitha

    Hi Ratnajit,
    I am too facing the same error but my ORACLE is not starting,
    Here are my results of following command:
    cat /etc/sysctl.conf
    # created by /sapmnt/pss-linux/scripts/sysctl.pl on Wed Oct 23 22:55:01 CEST 2013
    fs.inotify.max_user_watches = 65536
    kernel.randomize_va_space = 0
    ##kernel.sem = 1250 256000 100 8192
    kernel.sysrq = 1
    net.ipv4.conf.all.promote_secondaries = 1
    net.ipv4.conf.all.rp_filter = 0
    net.ipv4.conf.default.promote_secondaries = 1
    net.ipv4.icmp_echo_ignore_broadcasts = 1
    net.ipv4.neigh.default.gc_thresh1 = 256
    net.ipv4.neigh.default.gc_thresh2 = 1024
    net.ipv4.neigh.default.gc_thresh3 = 4096
    net.ipv6.neigh.default.gc_thresh1 = 256
    net.ipv6.neigh.default.gc_thresh2 = 1024
    net.ipv6.neigh.default.gc_thresh3 = 4096
    vm.max_map_count = 2000000
    # Modified for SAP on 2013-10-24 07:14:17 UTC
    #kernel.shmall = 2097152
    kernel.shmall = 16515072
    # Modified for SAP on 2013-10-24 07:14:17 UTC
    #kernel.shmmax = 2147483648
    kernel.shmmax = 67645734912
    kernel.shmmni = 4096
    # semaphores: semmsl, semmns, semopm, semmni
    kernel.sem = 250 32000 100 128
    fs.file-max = 65536
    net.ipv4.ip_local_port_range = 1024 65000
    net.core.rmem_default = 262144
    net.core.rmem_max = 262144
    net.core.wmem_default = 262144
    net.core.wmem_max = 262144
    And here is mine Limit.conf File
    cat /etc/security/limits.conf
    #<domain>      <type>  <item>         <value>
    #*               soft    core            0
    #*               hard    rss             10000
    #@student        hard    nproc           20
    #@faculty        soft    nproc           20
    #@faculty        hard    nproc           50
    #ftp             hard    nproc           0
    #@student        -       maxlogins       4
    # Added for SAP on 2012-03-14 10:38:15 UTC
    #@sapsys          soft    nofile          32800
    #@sapsys          hard    nofile          32800
    #@sdba            soft    nofile          32800
    #@sdba            hard    nofile          32800
    #@dba             soft    nofile          32800
    #@dba             hard    nofile          32800
    # End of file
    # Added for SAP on 2013-10-24
    #               soft    nproc   2047
    #               hard    nproc   16384
    #               soft    nofile  1024
    #               hard    nofile  65536
    @sapsys                 soft   nofile          131072
    @sapsys                 hard   nofile         131072
    @sdba                  soft  nproc          131072
    @sdba                  hard   nproc         131072
    @dba                 soft    core           unlimited
    @dba                 hard     core          unlimited
                      soft     memlock       50000000
                      hard     memlock       50000000
    Here is mine   cat /proc/meminfo
    MemTotal:       33015980 kB
    MemFree:        29890028 kB
    Buffers:           82588 kB
    Cached:          1451480 kB
    SwapCached:            0 kB
    Active:          1920304 kB
    Inactive:         749188 kB
    Active(anon):    1136212 kB
    Inactive(anon):    39128 kB
    Active(file):     784092 kB
    Inactive(file):   710060 kB
    Unevictable:           0 kB
    Mlocked:               0 kB
    SwapTotal:      33553404 kB
    SwapFree:       33553404 kB
    Dirty:              1888 kB
    Writeback:             0 kB
    AnonPages:       1135436 kB
    Mapped:           161144 kB
    Shmem:             39928 kB
    Slab:              84096 kB
    SReclaimable:      44400 kB
    SUnreclaim:        39696 kB
    KernelStack:        2840 kB
    PageTables:        10544 kB
    NFS_Unstable:          0 kB
    Bounce:                0 kB
    WritebackTmp:          0 kB
    CommitLimit:    50061392 kB
    Committed_AS:    1364300 kB
    VmallocTotal:   34359738367 kB
    VmallocUsed:      342156 kB
    VmallocChunk:   34359386308 kB
    HardwareCorrupted:     0 kB
    AnonHugePages:    622592 kB
    HugePages_Total:       0
    HugePages_Free:        0
    HugePages_Rsvd:        0
    HugePages_Surp:        0
    Hugepagesize:       2048 kB
    DirectMap4k:       67584 kB
    DirectMap2M:    33486848 kB
    Please let me know where i am going wrong.
    Wat thing basically u check on /proc/meminfo command
    Regards,
    Dipak

  • ORA-29855 - Unable to allocate shared memory

    Hi,
    We are encountering troubles (unable to allocate shared memory) while indexes creation. We tried to increase the share_size_memory (actually 52 mb) but this had no effect on this error. The Oracle error code is ORA-29855.
    The database is version 8.1.7, hosted on a Linux machine (RedHat 7.2) with 512 mb of memory. The code used for the index creation works fine on other machines (code from 9iAS Wireless installation) running with Windows 2000 as operation system.
    Any help or comment will be appreciated.
    Thanks,
    Fabrice Clari.
    The error message is:
    java.sql.SQLException: ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-13200: internal error [ROWID:AAAGDwAAFAAAAvjAAA] in spatial indexing.
    ORA-13206: internal error [] while creating the spatial index
    ORA-13011: value is out of range
    ORA-00600: internal error code, arguments: [kope2ucoll700], [], [], [], [], [], [], []
    ORA-04031: unable to allocate 16396 bytes of shared memory ("large pool","unknown object","koh-kghu sessi","kolcalm coll")
    ORA-06512: at "MDSYS.SDO_INDEX_METHOD", line 8
    ORA-06512: at line 1

    Which portion of shared memory did you increase? The error indicates you need to increase large_pool_size. It seems you may also have other problems since you have several errors, and this only relates to the ORA-04031 error.

  • Q_CAT:1494: ERROR: xa_open() - failed to get shared memory

    I am getting this error while booting tuxedo.
    My question is how do I calculate shared memory on solaris and then which parameter to increase in /etc/system file.
    Thanks

    Vaibhav,
    You need to make sure that the product of SHMMAX and SHMSEG is at least
    equal to the total amount of shared memory needed by Tuxedo and any other
    applications running on your machine.
    "tmboot -c" will tell you the amount of shared memory required for the
    Tuxedo bulletin board, but this does not include any space required by /Q.
    To get /Q shared memory requirements, you can use the qmadmin subcommand
    "qspacelist". If you have more than one queuespace on your system, you must
    do this for each queuespace on your system, and add this total to the
    bulletin board requirements. If any other applications on your machine use
    shared memory, add their requirements as well. In case requirements change
    in the future, it is good to add a comfortable amount of padding to this
    sum.
    Ed
    <Vaibhav Gaur> wrote in message news:[email protected]..
    I am getting this error while booting tuxedo.
    My question is how do I calculate shared memory on solaris and then which
    parameter to increase in /etc/system file.
    Thanks

  • Ora-04031 unable to allocate shared memory

    Hi Guru's
    Could some one help me in finding the sql's/program which causing the ora-04031 unable to allocate 3896 bytes of shared memory.
    any suggestion is highly apprciated
    Kind Regards

    You may want to take look at:
    ORA-04031: unable to allocate 4032 bytes of shared memory
    >
    ORA-04031 unable to allocate n bytes of shared memory ("string","string","string","string")
    Cause: More shared memory is needed than was allocated in the shared pool.
    Action: If the shared pool is out of memory, either use the DBMS_SHARED_POOL package to pin large packages, reduce your use of shared memory, or increase the amount of available shared memory by increasing the value of the initialization parameters SHARED_POOL_RESERVED_SIZE and SHARED_POOL_SIZE. If the large pool is out of memory, increase the initialization parameter LARGE_POOL_SIZE.

  • Unable to attach shared memory segment

    Hi. I've installed a 8.1.5 database in Linux and configured DB_BLOCK_SIZE as 4K. My hardware is Pentium III 500 processor, 512 Mb memory size, 1.5 Gb swap memory and I'm trying to allocate 30000 blocks in database buffer cache (240 Mb), 50Mb in shared pool and processes=200. When I try to startup database it fails with ORA-27213 error. My kernel parameters are: SHMMAX=256 Mb, SHMMNI=1, SHMSEG=10, SHMMIN=1 and SEMMNI=100, SEMMSL > 210, SEMMNS > 410, SEMOPM=100, SEMMVX=32767.
    What's wrong?

    Hi MYH,
    First, check to see if the OS still has the old heap allocated.
    You don't say your OS, but try using "ipcs":
    Use the ipcs –pmb command to identify all held RAM memory segments, the then use the ipcrm –m command to release the RAM memory from UNIX.
    For (non_AIX) Use the ipcs –sa command to display held semaphores and then use the ipcrm –s command to release the held semaphores for the instance
    As we noted in Chapter 1, we can create a single command to terminate all Oracle processes associated with your hung database instance.
    root> ps -ef|grep $ORACLE_SID| \
          grep -v grep|awk '{print $2}'|xargs -i kill -9 {}   We can then check for held memory using the ipcs –pmb command and remove the memory held by the database:
    root> ipcs -pmb
    IPC status from /dev/kmem as of Mon Sep 10 16:45:16 2001
    T      ID     KEY        MODE     OWNER  GROUP  SEGSZ  CPID  LPIDHope this helps . . .
    Donald K. Burleson
    Oracle Press author
    Author of "Oracle Tuning: The Definitive Reference"
    http://www.rampant-books.com/book_2005_1_awr_proactive_tuning.htm

  • Shared memory segment: function not implemented

    Hi!
    I tried to install Oracle8 on a dual pentium II / 233 system
    running Suse 6.0 (kernel 2.2.1, glibc6)
    Everything went fine, until I got the message
    "Database creation failed, see logfile"
    The logfile /u01/app/oracle/products/8.0.5/orainst/install.log
    tells me the following:
    - Entering database actions section.
    - Creating initORCL.ora file
    - Creating crdb2ORCL.sql database catalog and file creation
    script
    - ERROR: The 'CREATE DATABASE' statement for the ORCL
    database failed.
    egrep failed to find 'ORA-' error in the file:
    /u01/app/oracle/admin/ORCL/create/crdbORCL.lst
    /u01/app/oracle/admin/ORCL/create/crdORCL.lst tells me:
    Connected.
    ORA-27125: unable to create shared memory segment
    Linux Error: 38: Function not implemented
    create database "ORCL"
    ORA-01034: ORACLE not available
    Disconnected.
    So, I guess it3s something wrong with the kernel. I did the
    following:
    changed in /usr/src/linux/include/asm/shmparam.h:
    #define SHMIDX_BITS 16 (was 15)
    #define SHMMNI 100 (was (1<<_SHM_ID_BITS)) #define SHMSEG
    10 (was SHMSEG SHMMNI)
    checked /usr/src/linux/include/linux/sem.h:
    #define SEMMNI 128
    #define SEMMSL 32
    #define SEMMNS (SEMMNI*SEMMSL)
    Compiled new kernel, rebooted, verified that the right kernel
    was loaded, installed oracle new, but it still doesn3t work.
    Have I missed anything ?
    thanks
    Frank
    null

    Hey, I ran into this problem too. Look and see if any db
    processes failed to die last time you stopped oracle. I found a
    ps_mon daemon still going when the database was down. I killed
    it, restarted the database and everything was fine.
    StE (guest) wrote:
    : Frank Schmitt (guest) wrote:
    : : ORA-27125: unable to create shared memory segment
    : : Linux Error: 38: Function not implemented
    : : create database "ORCL"
    : : Compiled new kernel, rebooted, verified that the right kernel
    : : was loaded, installed oracle new, but it still doesn3t work.
    : Silly question, but did you check you had enabled SysV IPC
    when
    : you configured the kernel?
    : -michael
    null

  • ORA-04031: unable to allocate 4096 bytes if shared memory

    Hello Gurus,
    Did anyone got this type of error before:
    ERROR:
    ORA-20414: Materialized View refresh failed - ORA-12008: error in materialized view refresh path
    ORA-04031: unable to allocate 4096 bytes of shared memory ("shared pool","IDX_MIF_SITE","pacdHds_kkpaco","stP_kkpacd: kkpodPacdInit")
    Every sunday full refresh of the data warehouse is scheduled. This sunday it didn't complete and gave us the above error. This can be solved by increasing the shared pool memory size. But DBA doesnot want to increase it every sunday(This has been going on for 3 weeks now) and it's not feasible to increase like this everytime.
    We want to find the actual cause of it and fix?
    Does anyone know the solution or can throw some light on this issue?
    Thanks,
    Sanjay

    We want to find the actual cause of it and fix?The cause is simple - you have run out of memory assigned to the Shared Pool in the SGA.
    The root cause is more of an issue. The Shared Pool is mostly used for keeping the SQL statements and supporting information (such as cursor support). Each unique SQL statement requires it's own area in the shared pool, however identical statements can used the same (shared) area. Shared Pool is also used to store the 'current' data dictionary (table, view, etc.) information. And in some cases, it's also used for 'large' operations such as direct path insert block builds.
    Some of the possible reasons for running out of shared pool might include
    - it's simply undersized;
    - not enough SQL is actually shareable;
    - the large pool has not been allocated.
    That second one is frequent when the application builds up SQL statements by concatenating pieces, including literals (user input) and then executing the unique statement. This is a common technique by developers using .Net, Perl or having SQL Server background. (That mode of operation is very susceptible to SQL Injection.)
    You can get a lot more info from:
    - searching the forum;
    - looking in the docco (Concepts manual and Performance Tuning guide);
    - books, like Tom Kyte's "Expert One on One Oracle", "Effective Oracle By Design", and newer on apress.com

  • ORA-04031: unable to allocate 33568 bytes of shared memory  in Oracle 10g

    Hi,
    I am getting following message frequently while taking export in Oracle 10g database:-
    EXP-00008: ORACLE error 4031 encountered
    ORA-04031: unable to allocate 33568 bytes of shared memory ("shared pool","DBMS_REPCAT_UTL","PL/SQL MPCODE","BAMIMA: Bam Buffer")
    ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_REPCAT_UTL"
    ORA-06512: at "SYS.DBMS_REPCAT_EXP", line 87
    ORA-06512: at line 1
    EXP-00083: The previous problem occurred when calling SYS.DBMS_REPCAT_EXP.schema_info_exp
    EXP-00008: ORACLE error 4031 encountered
    ORA-04031: unable to allocate 16416 bytes of shared memory ("shared pool","SELECT SYNNAM, SYNNAM, SYNTA...","kgghtInit","kgghtInit")
    EXP-00000: Export terminated unsuccessfully
    Whats could be the reason?

    There could be a few reasons causing the problem. From literal message it would look like your shared pool size is small and you need to increase. But the root cause of the problem is a little more complicated than that. I suggest you read metalink doc
    Diagnosing and Resolving Error ORA-04031
    Doc ID: Note:146599.1

  • ORA-04301:Unable to allocate 8144 bytes of shared memory

    I am using 64 bit version of oracle 10g Release 2 (10.2.0.1.0)
    I am randomly getting this error. The full error message is below:
    ORA-04301:Unable to allocate 8144 bytes of shared memory("large pool","COMPANYHISTORY","kxs-heap-w","qesaQBinit:buffer")
    The table name keeps changing as the queries change. Similarly sometimes instead of "large pool" I get "shared pool" in the above message.
    I tried increasing the shared pool size but the problem did not resolve.
    Please help
    Regards
    Madhup

    I have already tried that, but I am not able to solve the problem. Is there a way to compute how much space you should define for the shared pool, the large pool etc.
    Regards
    Madhup

  • Photoshop elements 12 Unable to get the sharing (email) to work.

    Hi, The sharing (emailing) feature talks about using other email client but can not??? I have Outlook 2013. the other option is to use the adobe email service that needs to verify the email that I am using but does not send the verification code that I need to activate the feature. I have Windows 8.                                                           Elements Organizer 12.0.0.0
    Core Version: 12.0 (20130903.r.43239)
    Language Version: 12.0 (20130903.r.43239)
    Current Catalog:
    Catalog Name: My Catalog
    Catalog Location: C:\ProgramData\Adobe\Elements Organizer\Catalogs\My Catalog\
    Catalog Size: 43.1MB
    Catalog Cache Size: 187.1MB
    System:
    Operating System Name: Windows 8
    Operating System Version: 6.2
    System Architecture: Intel CPU Family:6 Model:5 Stepping:1 with MMX, SSE Integer, SSE FP
    Built-in Memory: 7.9GB
    Free Memory: 4.5GB
    Important Drivers / Plug-ins / Libraries:
    Microsoft DirectX Version: 9.0
    Apple QuickTime Version: Not installed
    Adobe Reader Version: 11.0
    Adobe Acrobat Version: Not installed
    CD and DVD drives:
    D: (MATSHITA DVD+-RW BUS: 2 ID: 2 Firmware: UJ8E2)

    Thank you very much.
    AL
    From: Bill Hunt [email protected]
    Sent: Tuesday, January 28, 2014 2:22 PM
    To: aladvantage
    Subject: Photoshop elements 12 Unable to get the
    sharing (email) to work.
    Re: Photoshop elements 12 Unable to get the sharing (email) to work.
    created by Bill Hunt <http://forums.adobe.com/people/the_wine_snob> in
    *Premiere
    Elements* - View the full
    discussion<http://forums.adobe.com/message/6061690#6061690

  • Unable to start DSC Shared Memory

    I am running LabView 7.0 (I know its an older setup), with DSC and Lookout OPC to do Serial communications to an Omron PLC. I needed to update the Ni-DAQ because the PCI-6220 board needs the driver. I upgraded to NI-DAQ 7.5 and now a get the Unable to start the DSC Shared Memory Manager Service. I have uninstalled the DSC and reinstalled it with no change. I found in the discussion boards that I need nidscsm.exe in the windows\system32 folder but it is not there. I am running Windows XP.
    I have 2 setups like this. 1 PC still connects to the PLC even though the error pops up, another PC will not connect at all, lights blink but then comms timeout error. 
    Thanks!
    Solved!
    Go to Solution.

    NI DAQ is now out of date, if possible you should use DAQmx instead. According to this chart, you can use any version before DAQmx 8.1. This new driver should work better with DSC. If you need some help converting your code check out this tutorial:Transition from Traditional NI-DAQ to NI-DAQmx in LabVIEW

  • ORA-04031: unable to allocate 128 bytes of shared memory

    Hi,
    experts i need your advice here,
    in my application we have on so called Master view which has 550 columns, this view is left outer join with 60 other views, something like
    select c1
    from   master_view
             left outer join v1 on --
             left outer join v2 on --
             left outer join v60 the compilation of the master view takes around 140 secs, but when i give grants to other users, or i re compile again, it shows me the error
    ORA-04031: unable to allocate 128 bytes of shared memory plz assist me how i should resolve this issue,
    Regards
    nic

    Hi billy,
    your idea worked big big time,
    i encaspulated all the outer joins views in small small views and finally build mv on each views,
    the master view is plain equijoin, and has only 5 new mvs in its join condition,
    the performance is increased tremendously,
    thanks,
    some times i wonder y i dont get such ides ;-);
    all and all i can say,
    good judgement comes from good experience, but good experience comes from bad judgement...
    Regards
    nic

Maybe you are looking for

  • During the downloading - error Exit Code: 15

    Good evening. I have a problem. When I try to download the Illustrator, then during the downloading an error - the installation fails. Exit Code: 15 Please see specific errors below for troubleshooting. For example, ERROR: DW051 ... -----------------

  • Adobe Captivate 3 Crashing

    Hello Everyone, we have Adobe Captivate 3.0.0.630 that has been installed on a Windows XP SP2 machine for about a month. We have this PC as well as all others locked down so that a normal user cannot install or remove any software or do much to the s

  • Does Quicktime Streaming Server support Mac OS X 10.5.8?

    Hi Sir, I would like to broadcast music from my laptop to my student about 5 client PC, I have only one MacBook Pro which current running Mac OS X 10.5.8, then I download quicktime streaming server 4.1.1 from Apple.com, after installed and run it. Se

  • Client side timer countdown

    Hi I am currently developing an penny auction site. The page I am working on contains several DIVS with products inside and a countdown timer. There is a "bid now" button beneath the each product timer. WHat i need is for that timer to be recalculate

  • Resources stored in SWC are stripped from the SWF

    Greetings, Using Flash Builder Burrito with Hero SDK. I'm compiling a SWC with some [Embed()] resources, and using it with an Air application. When starting the application, the resources are not loadable. Turns out that the Flex compiler seems to st