Objects flashing first before entering

Hi,
I have a project which has started to behave quite strangely. A lot of objects (although not all) are flashing first in their end position before entering with an effect. This is happening to text captions, images, callouts and Flash animations.
It wasn't doing this to begin with and is only behaving on some objects, not all. I have studied the publish options but can't work out why this is happening. I am publishing to high SWF and to SCORM 1.2.
I am using CS6 and completely up-to date.
Many thanks,
Mike

Thanks for all your replies.
I do have the latest update, but it seems that's what the problem is!
Thanks Rod for your suggestion, that has worked great as a workaround.
Cheers,
Mike

Similar Messages

  • Core dump before entering main in Solaris 5.7 using SunWS 5.3 compiler

    Hi ..
    I have a test program which links with one of our libraries. Both have been built using SunWS 5.3 compiler on Solaris 5.7 machine.
    CC: Sun WorkShop 6 update 2 C++ 5.3 Patch 111685-19 2003/12/18
    This test application cores even before it enters main(). The gdb stack trace is as follows :
    #0 0xfeff9e94 in __sigprocmask ()
    #1 0xfefef3f4 in _resetsig ()
    #2 0xfefeebb0 in _sigon ()
    #3 0xfeff19a0 in thrpkill ()
    #4 0xff1b95a8 in abort ()
    #5 0xff2741e8 in void __Cimpl::ex_terminate() ()
    #6 0xff274c28 in exthrow_body ()
    #7 0xff358478 in void std::locale::init() ()
    #8 0x4363c in std::basic_streambuf<wchar_t,std::char_traits<wchar_t> >::basic_streambuf #Nvariant 1() ()
    #9 0x416c8 in std::basic_filebuf<wchar_t,std::char_traits<wchar_t> >::basic_filebuf(int) ()
    #10 0x3ae48 in std::__Wide_Init::__Wide_Init() ()
    #11 0x3b044 in __SUNW_init_wiostreams ()
    #12 0xff276364 in void __Cimpl::cplus_init() ()
    #13 0xff277e18 in __cplus_fini_at_exit ()
    #14 0xff3bcff0 in ?? ()
    #15 0xff3bc764 in ?? ()
    #16 0xff3c80c4 in ?? ()
    #17 0xff3b2bf4 in ?? ()
    The dbx stack trace is :
    current thread: t@1
    =>[1] __sigprocmask(0x0, 0xffbef098, 0x0, 0xffffffff, 0xffffffff, 0x0), at 0xfeff9e94
    [2] _resetsig(0xff00cb24, 0x0, 0x0, 0x0, 0x8ac14, 0x8ac18), at 0xfefef3ec
    [3] _sigon(0xff014458, 0xff014438, 0x8ac10, 0xffbef16c, 0x6, 0xff1ce178), at 0xfefeeba8
    [4] thrpkill(0x0, 0x1, 0x6, 0xff00cb24, 0x8ab98, 0xff274818), at 0xfeff1998
    [5] abort(0xff235f84, 0x0, 0xff3b2c28, 0x15888, 0x14620, 0xff2743b8), at 0xff1b95a0
    [6] __Cimpl::ex_terminate(0x0, 0xff358538, 0xff28a940, 0xff3939a0, 0x3760c, 0x1), at 0xff2741e0
    ---- hidden frames, use 'where -h' to see them all ----
    [8] std::locale::init(0x0, 0x0, 0xff00cb24, 0x0, 0x0, 0x2a8), at 0xff358470
    [9] std::basic_streambuf<wchar_t,std::char_traits<wchar_t> >::basic_streambuf(0x86a60, 0x42b7c, 0x0, 0x0, 0x7c, 0x84218), at 0x43634
    [10] std::basic_filebuf<wchar_t,std::char_traits<wchar_t> >::basic_filebuf(0x86a60, 0x0, 0x0, 0x4943c, 0x0, 0x0), at 0x416c0
    [11] std::__Wide_Init::__Wide_Init(0x86ba8, 0x1, 0x0, 0x0, 0x0, 0x0), at 0x3ae40
    [12] __SUNW_init_wiostreams(0xff394214, 0x3b030, 0xffffffff, 0xff394210, 0xff28a08c, 0xff28a820), at 0x3b03c
    [13] __Cimpl::cplus_init(0x0, 0x0, 0x15bb8, 0xfeff68f8, 0xff28a748, 0xfffed858), at 0xff27635c
    [14] 0xff277e10(0x0, 0xff3e6a8c, 0xff3e7004, 0xff3e7004, 0xff3e7004, 0xff3bcfe0), at 0xff277e0f
    [15] call_init(0xff3e86c8, 0xff3e6aa8, 0xff3e6b7c, 0x200000, 0xfefd154c, 0xfefd1548), at 0xff3bcfe8
    [16] setup(0xff3e8a70, 0xff3e6a10, 0x0, 0xff3e6aa8, 0x84890, 0x10074), at 0xff3bc75c
    [17] _setup(0xff3b2774, 0x202, 0x300, 0xffffffff, 0xffffffff, 0xff3b0000), at 0xff3c80bc
    [18] rtboot(0x0, 0x0, 0x0, 0x0, 0x0, 0x0), at 0xff3b2bec
    Interestingly, if I compile the same code on a Sun 5.6 machine with the same 5.3 compiler (CC: Sun WorkShop 6 update 2 C++ 5.3 2001/05/15), there is no core.
    Looks like some global object is creating a problem since it is coring before entering main itself.
    Does anybody have an idea of what is the problem ? Do I have to install any patch for this ?
    Thanks in advance.
    Ganesh

    Hi Stephen ..
    Thanks for your reply. I will definitely try what you suggested. But why does this work correctly when I build the library (.so) in Sun 5.6 and build the executable in 5.7 ??
    Here are the ldd outputs for the library after being built on 5.6 and 5.7 respectively.
    On 5.6 :
    libc.so.1 => /usr/lib/libc.so.1
    libposix4.so.1 => /usr/lib/libposix4.so.1
    libthread.so.1 => /usr/lib/libthread.so.1
    libdl.so.1 => /usr/lib/libdl.so.1
    libaio.so.1 => /usr/lib/libaio.so.1
    /usr/platform/SUNW,Ultra-250/lib/libc_psr.so.1
    On 5.7 :
    libc.so.1 => /usr/lib/libc.so.1
    librt.so.1 => /usr/lib/librt.so.1
    libthread.so.1 => /usr/lib/libthread.so.1
    libdl.so.1 => /usr/lib/libdl.so.1
    libCrun.so.1 => /usr/lib/libCrun.so.1
    libaio.so.1 => /usr/lib/libaio.so.1
    libw.so.1 => /usr/lib/libw.so.1
    /usr/platform/SUNW,Ultra-250/lib/libc_psr.so.1
    As you can see, there are slight differences, notable among them being libCrun ad libposix4. Could they be creating any problems ?
    I saw a similar issue in this thread : http://forum.sun.com/thread.jspa?threadID=19986&tstart=150
    It talks about patches which can solve this issue. Do you have an idea which patch can solve this issue ? (if it can :) )
    Your reply is highly appreciated.
    Thanks,
    Ganesh

  • Embedded SWF flashes white before it loads.

    I have an SWF embedded in a table. When it loads in the
    browser the SWF briefly flashes white before the preloader begins
    to load. I have set the color properties in both the SWF file and
    in the table cell. Is there a way to change the color from white to
    another color?

    Thanks for your help, but I already figured it out. Here is
    the code:
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0"
    width="79" height="427">
    <param name="movie" value="assets/swf/thmbs.swf" />
    <param name="quality" value="high" />
    <embed src="assets/swf/thmbs.swf" width="79" height="427"
    quality="high" pluginspage="
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
    type="application/x-shockwave-flash"
    bgcolor="#4B4B4D"></embed>
    </object>
    I had to add a "bgcolor" to the "embed" tag. Note, for some
    reason this will overwrite the background color that is set in the
    SWF in Firefox.
    Thanks again!
    Thanks again!

  • Is there any way that will notify me first before purchasing in iTunes? I have lots of purchased in iTunes in my credit card.

    Is there any way that will notify me first before purchasing in iTunes? I have lots of purchased in iTunes in my credit card that I didn't buy. Pls help.

    You should be prompted to enter your password when buying, if you aren't then on your iPhone you can set Settings > General > Restrictions > Require Password to 'Immediately' so that it has to be entered for every purchase (that setting has a default of 15 minutes during which it doesn't need re-entering).
    If you've been charged for items that you haven't bought then you can try contact iTunes Support via this link : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • Application crashing even before entering main

    my application is built using QT 4.7.2 with webkit. It results in segfault on running.
    Debugger shows that it crashes before entering main. where command of dbx shows the following info:
    (dbx) where
    current thread: t@1
    =>[1] _memcpy(0x6e2000, 0xfffffffffffffe08, 0x4a616e75, 0x4a614b68, 0x0, 0x0), at 0x7bd31268
    [2] std::basic_string<char,std::char_traits<char>,std::allocator<char> >::__clone(0x7bc83fec, 0x0, 0x4a616e75, 0x6dfcf8, 0x7bfff038, 0x6dfb00), at 0x7bf754f8
    [3] std::basic_string<char,std::char_traits<char>,std::allocator<char> >::reserve(0x7bc83fec, 0xe, 0x0, 0x7, 0x6dfb00, 0x6dfb00), at 0x7bf6d7c0
    [4] std::__copy<const char*,std::back_insert_iterator<std::basic_string<char,std::char_traits<char>,std::allocator<char> > >,int>(0xffbfe900, 0xffbfe8fc, 0x1, 0xffbfe8fc, 0x7bc837ab, 0x0), at 0x7bc3ef70
    [5] std::_Init_timeinfo(0x7bc83ea8, 0xffbfe900, 0xffbfe8fc, 0x7bc83f50, 0x7bc83fec, 0x7bc837a4), at 0x7bc3cb78
    [6] std::_Locale_impl::make_classic_locale(0x7bc83db0, 0x7bc83e98, 0x7bc83e9c, 0x7bc840a0, 0x7bc84094, 0x7c001300), at 0x7bc3fdf4
    [7] std::locale::_S_initialize(0x7bc839ec, 0x1, 0x7bc7df6c, 0x7bc7df6c, 0x3d198, 0x0), at 0x7bc40df0
    [8] __SLIP.INIT_A(0x0, 0x51c00, 0x4400, 0x7bc7df6c, 0x52414, 0x4630), at 0x7bc2bb78
    [9] 0x7bc553d8(0x7fbf40fc, 0x7fbf5ad0, 0x2b3b4, 0x0, 0x7fbf4910, 0x821), at 0x7bc553d8
    [10] call_init(0xc18081, 0x1, 0x7f8517d8, 0x7bc552e8, 0x7fbf4910, 0xffdfffff), at 0x7fbc52c0
    [11] setup(0x200000, 0x2801, 0x602, 0x7fbf40fc, 0xc18001, 0x446), at 0x7fbc4828
    [12] _setup(0x10034, 0xffffffff, 0x0, 0x7fbb0000, 0xffffffff, 0xffffffff), at 0x7fbd360c
    [13] rtboot(0x0, 0x0, 0x0, 0x0, 0x0, 0x0), at 0x7fbb84c0
    (dbx)
    what could be possible reasons?
    How to detect where is the problem?
    Any pointers?

    I am using Solaris 10 and compiler forte 12.0
    my application is using following libraries:
    Reading ld.so.1
    Reading libQtScript.so.4.7.2
    Reading libclucene.so.0
    Reading libX11.so.4
    Reading libnsl.so.1
    Reading libsocket.so.1
    Reading libQtWebKit.so.4
    Reading libQtXml.so.4.7.2
    Reading libQtGui.so.4.7.2
    Reading libQtNetwork.so.4.7.2
    Reading libQtCore.so.4.7.2
    Reading libpthread.so.1
    Reading librt.so.1
    Reading libCstd.so.1
    Reading libCrun.so.1
    Reading libm.so.2
    Reading libthread.so.1
    Reading libc.so.1
    Reading libstlport.so.1
    Reading libXrender.so.1
    Reading libresolv.so.2
    Reading libxnet.so.1
    Reading libXext.so.0
    Reading libstlport.so.1
    Reading libfreetype.so.6
    Reading libSM.so.6
    Reading libICE.so.6
    Reading libdl.so.1
    Reading libaio.so.1
    Reading libmd.so.1
    Reading libm.so.1
    Reading libCstd_isa.so.1
    dbx output is :;
    (dbx) stop in main
    (2) stop in main
    (dbx) stop at main.cpp:1
    (3) stop at "main.cpp":110
    (dbx) run
    (process id 6870)
    Reading libc_psr.so.1
    t@1 (l@1) signal SEGV (no mapping at the fault address) in _memcpy at 0x7f830e20
    0x7f830e20: _memcpy+0x0660:     stda     %f32, [%o0] 0xf0
    First I thought that there is problem with memcpy function of libc_psr.so , so I stopped loading of this
    library by setting environment variable LD_NOAUXFLTR to false
    But there is no success

  • Field value(s) for object S_SERVICE were not entered

    Hi
    Whenever I try to generate a profile in PFCG I get an error, that is saying;
    ... field value(s) for object S_SERVICE were not entered
    Number of values could be different but message text is always the same.
    The problem is in CRM2007 IDES.
    It is regardless if I try to generate for existing role (like SAP_CRM_UIU_MKT_PROFESSIONAL) or for own role
    Does anybody know how to solve such issue ?
    regards
    Rafal

    Dear Rafal,
    kindly check documentation of customizing node
      SAP Customizing Implementation Guide
        Customer Relationship Management
          UI Framework
           Business Roles
             Define Authorization Role
    "Make sure that the authorization object S_SERVICE is set to inactive.
    An active authorization object S_SERVICE could interrupt the profile
    generation."
    You have to deactivate the S_SERVICE authorization object in PFCG to
    solve the error.
    Hope this helps,
    Gerhard

  • Calling a method before entering a page

    Hi,
    What is the best way for calling a method before entering a page in ADF, when this page is the fist page that user in enter into it in Application, I mean there is not any other page before this page ( in this case I am able to call that method in task flow with method call).
    Also, I want this method calls only one time....
    Thanks.
    Edited by: Amir Khanof on Jun 29, 2010 5:19 AM

    Hi,
    one option would be to add a method for the afterPhase property of the f:view component on a JSPX page and listen for the after restore phase. Then check if the request (you get this from the FacesContext) is a GET request, which indicates that the page was requested from the browser and not in the process of navigating in the application. If the conditions are true, access the method and execute it
    Frank

  • Updated my iphone 4 today to new operating system...said error 50 and i lost all my previous data...there is no back up to get my contacts and photos back although it did say it was backing up first before it installed the new operating system but

    updated my iphone 4 today to new operating system...said error 50 and i lost all my previous data...there is no back up to get my contacts and photos back although it did say it was backing up first before it installed the new operating system but i cant find it anywhere...so frustrated at losing everything

    http://support.apple.com/kb/TS3694#error50

  • I'm running on Mac OS X 10.5.8. Do I need to buy snow leopard first before upgrading to Mountain Lion?

    I'm running on Mac OS X 10.5.8. Do I need to buy snow leopard first before upgrading to Mountain Lion?

    Make sure your machine meets the minimum system requirements:
    http://www.apple.com/osx/specs/
    Although it says 2 GB RAM is the minimum, it's generally recommended to have at least 4 GB unless you only use your machine for "light" use (no movie editing/burning, etc).

  • I get error 20 when trying to reinstall CS 5.5 on new PC. I thought I deactivated on old PC first before uninstalling; maybe I didn't? Old PC no longer available. What do I do now?

    I get error 20 when trying to reinstall CS 5.5 on new PC. I thought I deactivated on old PC first before uninstalling; maybe I didn't? Old PC no longer available. What do I do now?

    Install errors have nothing to do with activations. Otherwise nobody can tell you much without proper system info and other details.
    Mylenium

  • I am using an anchor to go to a certian spot on a page from but it jumps up to the top of the page first before getting to that spot.

    I am using an anchor to go to a certian spot on a page from but it jumps up to the top of the page first before getting to that spot. Any suggestions on this not happening?

    Hi,
    Kindly share the link to the site, so I will be able to understand the issue better.
    Regards
    Sonam

  • Do i need to update to ios4.3 first before ios6 for my iphone 4?

    Hi,
    do i need to update my iphone4 to ios4.3 first before updating ios6 ? or can i skip all previous iOs version and update iOS6?
    pls advise.
    thanks
    Steve

    you can ONLY update to the latest available.

  • IMac beeps once before entering sleep mode

    My iMac 24 inch has started to beep once before entereing sleep mode. The LED thinks blinks whilst it is asleep, which I assume is normal. Is this indicative of a hardware fault? I understand that a single beep on startup indicates a ram problem.

    If you listen carefully, you may find this beep is
    coming from the hard drive, not the speakers (plug
    headphones in and find out if it still makes the
    beep).
    Some hard drives make this beep if they have a
    re-positioned write, which is a non-fatal error. You
    can usually reformat to re-allocate the block and
    stop the error, or you can live with it.//
    Hi
    Yes you're correct, it doesn't come from speakers. It not makes the same faint beep (rather like a heart monitor blip) when closing down and always after the screen has gone blank. I have noticed that if you put a CD-ROM in the DVD drive and its still spinning when you put it into sleep mode you don't get the sound.
    P.

  • HT201304 I want to buy new level from candy crush, but unfortunately apple required to accept terms and condition first before I can buy. But once I click yes no more option to click I agree with the condition. what should I do?

    I want to buy new level from candy crush, but unfortunately apple required to accept terms and condition first before I can buy. But once I click yes no more option to click I agree with the condition. what should I do?

    Perform a Reset... Try again...
    Reset  ( No Data will be Lost )
    Press and hold the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears. Release the Buttons.
    http://support.apple.com/kb/ht1430

  • Clear G/L accounts before entering opening balance

    Hi,
    We have not gone live with SAP B1 yet.  I am importing closed A/P and A/R invoices for past history.  What is the correct way to zero out G/L accounts before entering the opening balances when we go live.  We have multiple G/L accounts.
    Thank you for your help.

    Using the DiApi you can import both closed AR invoices and pay them at the same time. Run your trial balance before starting the process (every account should have zero balance. Perform the import and pay the invoices. Run trial balance again and perform journal entries to get GL back to zero (just do reverse of what trial balance reports).
    Of course perform your tests in the test database but the above works we do it on almost all of our implementations.

Maybe you are looking for

  • Pension plan deduction

    Dear friends, The pension record (IT0169) is delimited for an employee within a pay period. Still pension is deducting for the entire period. The employee is going to be separated from company.Due to settlement employee has active status till end of

  • Remove loaded movie after new loadMovie has been loaded

    i need to unload a movie once the new loadMovie is fully loaded because once i click on my button to do so, my current loaded movie goes away & the screen is white until the new loaded movie is loaded. (i hope that made sense)

  • Are Time Machine newly excluded backups deleted?

    If you have an external disk included in your Time Machine backup, and then exclude that disk from Time Machine in system prefs, are the old backups of that disk erased/no longer included in the Time Machine backup?

  • Check if username/password is valid in database

    In this old thread: HTMLDB Connection Pooling with Oracle usernames sspadafo mentions that it is possible (at least for apex when processing a database account authentication) to check if a given username/password is valid in the current database. Lo

  • Stacks ( No RIGHT-CLICK, Open with )?

    While I do like STACKS for my DOWNLOADS, I have not been able to figure out how to ( Right-Click, Open with ) on files it displays. It there a key sequence I am missing or is the functionality just not there. Opening the folder is a extra step just t